veni Posted April 14, 2008 Share Posted April 14, 2008 How can I sort the new_products.php located at OSC\includes\modules\new_products.php by Product_model in descending order? Thanks Link to comment Share on other sites More sharing options...
photofxplus Posted April 14, 2008 Share Posted April 14, 2008 Look at the queries: order by p.products_date_added desc Change to: order by p.products_model desc Lloyd Link to comment Share on other sites More sharing options...
veni Posted April 14, 2008 Author Share Posted April 14, 2008 Look at the queries:order by p.products_date_added desc Change to: order by p.products_model desc Thank you for your reply. It works great. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.