Page 1 of 1

Sort Product Categories

Posted: Sun Oct 19, 2014 7:28 am
by Barrowboy
Hi
Within the Products module is it possible to sort two different categories by different methods.

I.E. category-1, sort by 'Name'

category-2, sort by 'Date'

I am sure this must be possible but can't figure it out.

Thanks

Re: Sort Product Categories

Posted: Tue Oct 21, 2014 8:26 am
by Jeff
You could create pages that called the Product module for the category and the sort that you wanted.

Re: Sort Product Categories

Posted: Wed Oct 22, 2014 12:54 am
by paulbaker
Yeah like Jeff says:

Code: Select all

{Products category="fruit" sortby="price"}
{Products category="cars" sortby="colour"}