Zen Cart Logo
Forums / General Questions / How to sort products alphabetically?

How to sort products alphabetically?

Views: 1,855

Results 1 to 7 of 7
15 Feb 2012, 3:04 PM
#1
docrocks avatar

docrocks

Zen Follower

Join Date:
Jun 2005
Location:
Massachusetts
Posts:
148
Plugin Contributions:
0

How to sort products alphabetically?

How can I configure Zen Cart to sort products alphabetically? I searched the forums but didn't see any postings and the e-start ... Zen Cart book is kind of cryptic on the subject.

15 Feb 2012, 3:27 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to sort products alphabetically?

If you don't set a sort order when you create the products, they should sort alphabetically. If yours aren't, please post a link to your site.

15 Feb 2012, 3:49 PM
#3
docrocks avatar

docrocks

Zen Follower

Join Date:
Jun 2005
Location:
Massachusetts
Posts:
148
Plugin Contributions:
0

Re: How to sort products alphabetically?

stevesh:

If you don't set a sort order when you create the products, they should sort alphabetically. If yours aren't, please post a link to your site.

Hi Steve - the site is prestonribbons.com. The products in the Ribbon Catalog are currently sorted by their model number and we want to sort them by first letter in the product name.

15 Feb 2012, 4:42 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to sort products alphabetically?

What do you have in Admin - Configuration - Layout Settings - Categories/Products Display Sort Order ?

15 Feb 2012, 5:08 PM
#5
docrocks avatar

docrocks

Zen Follower

Join Date:
Jun 2005
Location:
Massachusetts
Posts:
148
Plugin Contributions:
0

Re: How to sort products alphabetically?

stevesh:

What do you have in Admin - Configuration - Layout Settings - Categories/Products Display Sort Order ?

Thanks for pointing me to the right control. The value was zero. I changed it to 1 but that did not change the sort order of the product list. Looking at the non-standard size attribute columns I think there may be a customized display template for product lists that would need some programming to change the sort order. What do you think?

15 Feb 2012, 6:19 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to sort products alphabetically?

My stock Zencart test site has that setting set to 1 and the product listing sorts alphabetically by product name, so it's possible your template designer has changed something.

I would look at the files included with the template and see if any files dealing with the product listing other than files beginning with tpl_ have been edited.

15 Feb 2012, 7:05 PM
#7
docrocks avatar

docrocks

Zen Follower

Join Date:
Jun 2005
Location:
Massachusetts
Posts:
148
Plugin Contributions:
0

Re: How to sort products alphabetically?

Thanks Steve - I'll have a look.