Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Sorting


Guest

Recommended Posts

How does osc sort the products? I am confused because on the default.php page it should sort by product_id but it isn't....

 

Is there a fix for this?

 

Thanks

Link to comment
Share on other sites

You could try changing

 

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

to

$listing_sql .= " order by pd.products_id";

 

I could be wrong though, so I'd back up your file before you try that.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...