Guest Posted July 12, 2003 Share Posted July 12, 2003 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 More sharing options...
Aqua121 Posted July 12, 2003 Share Posted July 12, 2003 mines sorted alphabetically... :) Cheers, Susan * * * * * Find a way, or make one! Link to comment Share on other sites More sharing options...
Guest Posted July 12, 2003 Share Posted July 12, 2003 Mine isn't and that wouldn't work either... is there no way to sort it by product_id Link to comment Share on other sites More sharing options...
Floob Posted July 12, 2003 Share Posted July 12, 2003 I think you can edit this file to do that. catalogdefault.php Around lines 243 to 277 Link to comment Share on other sites More sharing options...
Guest Posted July 12, 2003 Share Posted July 12, 2003 what am I looking for... am new to php Link to comment Share on other sites More sharing options...
Floob Posted July 12, 2003 Share Posted July 12, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.