On a site that I'm working on there's a featured product section on the front page. It shows one image at a time, with links below to load the other products. Now the client wants the products to rotate automatically. In a straight PHP page I could do this without a problem, just out put the product info into a JavaScript array and then loop through it on a timer. But on ShopSite, I haven't a clue as to how to go about getting all the products into the array.
Here's a link to the site: http://tinyurl.com/y8rd5l7
Any help would be greatly appreciated.
Thanks,
Jeremy