I want to change the order of the product in special page: how can I do? Where are the page I'll modify? I want order products by random.
Thank's a lot
I want to change the order of the product in special page: how can I do? Where are the page I'll modify? I want order products by random.
Thank's a lot
You would need to customize the select statement ...
/includes/pages/specials/main_template_vars.php
And alter the order that the Products are setup for ...
NOTE: there isn't an override for this file ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thank's
ORDER BY RAND() LIMIT 50: it's right?
I want display special products in random mode