Jump to content

How to have products display alphebetically Automatically.


Guest pghtech

Recommended Posts

Guest pghtech

How can I make it so that the products get listed alphabetically automaticallly? without the user having to select 'name' and clicking the sort button.

Basically, I want to do away with the sort option and just have the products be listed alphabetically.

No one has any idea how I can get the sort feature to work automatically>?

Link to comment
Share on other sites

Guest Brivtech

The file that generates the SQL query (to fetch items from within a particular category) is in: includes/content/viewCat.inc.php

It should already be sorting by name alphabetcially already thanks to this line:

		if (empty($orderSort) || strstr($orderSort, 'SearchScore')) $orderSort = sprintf(' ORDER BY name ASC');

Link to comment
Share on other sites

  • 6 months later...

Apologies for digging up an old thread, but my new products always display at the end of a category's page(s). I'm running 4.30, and have reinstalled viewcat.inc.php, but it still does this. Is there any easy fix to sort them by name? I don't need an entire mod for something it's supposed to do anyway. Thanks in advance!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...