Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I set the order?


marinochka13

Recommended Posts

Posted

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!!!!!!!

Posted

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";

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...