Forum
Perch shop - changing the order of products
Is there a way to re-order products. I have been adding them over a few weeks, and now i want to change the order. It displays them in the order they were created, but i would like to display them in a different order. Do I have to add a field and sort on it, or is there an easier way?
If you're using
perch_shop_custom()
to get your products back, you should be able to setsort
andsort-order
to sort them.