X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Alphabetize Categories (https://forum.x-cart.com/showthread.php?t=8363)

c8records 07-06-2004 11:43 AM

Alphabetize Categories
 
Is there an easier way to make the categories to be auto alphabetized?

Jon 07-06-2004 11:56 AM

Easier than what?

I haven't attempted this, but you can try this.

Open /include/categories.php

Make a backup first.

Then change:

Code:

group by $sql_tbl[categories].categoryid order by ".($current_area=="C" ? "order_by" : "category"));

to

Code:

group by $sql_tbl[categories].category order by $sql_tbl[categories].category);


All times are GMT -8. The time now is 10:53 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.