Sorting a product category query by backend sorting #28566
gopher1973
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe..
We have multiple sites where we show the sub categories of a Product category product page. The sub categories page is created with a template. In this template we use the "WooCommerce Product Categories". This works great, but we can only sort by Name, Slug, Description, or Count. We miss the option to sort by category the way we sorted in the backend.
Describe the solution you'd like.
We now can't sort on for example: liters. 10 liter is before 6 liter as it sorts on the first letter/number. In our categories in the backend we have 6, 10, 12 and so on. In short we want to control the sorting of the product categories from the backend.
Describe alternatives you've considered.
Writing code, but it should be a standard option I think
Additional context
Agreement
Beta Was this translation helpful? Give feedback.
All reactions