kroxx Posted February 19, 2006 Posted February 19, 2006 in the new_products.php I have already changed to 4 cols & 3 rows and set the col width to 25%, so it's all set up to show 12 products. But where do I tell it to display the latest 12 products? I've been searching all over and can't seem to find it. Any help on this matter would be greatly appreciated! Thank, KroxX (I just added 16 new products, just so you know. :))
Guest Posted February 19, 2006 Posted February 19, 2006 osc is setup to display the products ordered by date added to the catalog. The sql queries pull the products from the dbase. you should have this in your file: order by p.products_date_added desc
kroxx Posted February 19, 2006 Author Posted February 19, 2006 osc is setup to display the products ordered by date added to the catalog. The sql queries pull the products from the dbase. you should have this in your file: order by p.products_date_added desc sorry, but that didn't really answer my question, where do I tell it to display the 12 latest added products instead of only 9? Thanks, KroxX
Guest Posted February 19, 2006 Posted February 19, 2006 look in your osc admin panel->Configuration->Maximum Values->New products Module set it to 12
kroxx Posted February 19, 2006 Author Posted February 19, 2006 ahh, coulda swore I looked it all through! Thanks a million! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.