marinochka13 Posted September 28, 2005 Posted September 28, 2005 Hi All, I am entering all the products into my catalog, however all of them are displayed alphabetically. But I need it to be entered in a certain order. How do I do it?? Thanks a lot!!!!!!!
Guest Posted September 29, 2005 Posted September 29, 2005 I am not sure if you are refering to the catalog products listing. There is a sorting mechanism in the catalog\index.php where you could alter the sorting. So to order them say by price: if ($column_list[$i] == 'PRODUCT_LIST_PRICE') { $HTTP_GET_VARS['sort'] = $i+1 . 'a'; $listing_sql .= " order by p.products_price";
Recommended Posts
Archived
This topic is now archived and is closed to further replies.