Skip to content

Commit

Permalink
fix: Ordering issue on category dropdown on product listing filter area
Browse files Browse the repository at this point in the history
  • Loading branch information
alamgircsebd committed Dec 9, 2020
1 parent ec2b7a7 commit a5f4511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/products/listing-filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
'name' => 'product_cat',
'id' => 'product_cat',
'taxonomy' => 'product_cat',
'orderby' => 'name',
'order' => 'ASC',
'title_li' => '',
'class' => 'product_cat dokan-form-control chosen',
'exclude' => '',
Expand Down

0 comments on commit a5f4511

Please sign in to comment.