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
Sort Product Categories
Re: Sort Product Categories
You could create pages that called the Product module for the category and the sort that you wanted.
Re: Sort Product Categories
Yeah like Jeff says:
Code: Select all
{Products category="fruit" sortby="price"}
{Products category="cars" sortby="colour"}

