boostadaroosta Posted March 6, 2006 Posted March 6, 2006 Are the images on the main (index.php) page supposed to rotate? If so, what triggers that rotation? It seems like mine only shows the last products that were added.
Guest Posted March 6, 2006 Posted March 6, 2006 the products are random from the default what's new box. Also some contributions pickup random products and display. But of course you can make them rotate too.
boostadaroosta Posted March 7, 2006 Author Posted March 7, 2006 But of course you can make them rotate too. I really just want it to rotate through all the products. Could you let me know how?
Guest Posted March 7, 2006 Posted March 7, 2006 have a look into this contribution http://www.oscommerce.com/community/contributions,1164 file products_previous_next.php you could modfy the code and port it for the featured products for instance. Setup a session counter so every time the visitor loads a page you increment the counter and use it for the next set of products to display. There is a counter already (number of requests at the bottom of each page) you could pick up the last few digits for this purpose.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.