azziman Posted August 2, 2004 Posted August 2, 2004 how can i sort the products by price on the product listing page. - currently it is set by description
Guest Posted August 3, 2004 Posted August 3, 2004 Just change the end of the relevant query. SELECT foo, bar FROM orders WHERE this that ORDER BY price ASC (assuming you want lowest listed first else just take the ASC off)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.