Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sort Products by Price


dailce

Recommended Posts

WILL THIS WORK????

 

 

Change (arround line 193)

CODEif ($column_list[$i] == 'PRODUCT_LIST_NAME') {

 

into

CODEif ($column_list[$i] == 'PRODUCT_LIST_PRICE') {

 

 

And change (arround line 195)

CODE$listing_sql .= " order by pd.products_name";

 

into

CODE$listing_sql .= " order by p.products_price, pd.products_name";

 

Then it orders by price and then by name, and there are no problems with browsing pages.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...