Home » Item #889
I have a product with a list of Subcategories. How can I change the order of the subcategories? So for example, category A appears top of the list, but should be third place down.
Also, how do I order the products in that category?
Both sub-categories and products in a category can be ordered by the 'arbitrary order by value'.
First, set the config setting 'orderby_categories' to PT_OrderByValue. Then for each category, assign it an integer order by value, with 1 for the top of the list.
Do the same for products. You'll also need to modify the category to set the 'Order Products By' field to 'Arbitrary Order By Value'. This can be done globally with the 'orderby_products' config setting.