Sort Product Categories

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Barrowboy
Forum Members
Forum Members
Posts: 223
Joined: Mon Dec 16, 2013 4:09 pm

Sort Product Categories

Post 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
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: Sort Product Categories

Post by Jeff »

You could create pages that called the Product module for the category and the sort that you wanted.
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Sort Product Categories

Post by paulbaker »

Yeah like Jeff says:

Code: Select all

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

Return to “Modules/Add-Ons”