Zen Cart Logo
Forums / General Questions / special page

special page

Locked

Views: 1,185

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
4 Feb 2007, 9:54 AM
#1
100asa avatar

100asa

Totally Zenned

Join Date:
Oct 2006
Location:
Italy
Posts:
636
Plugin Contributions:
0

special page

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

4 Feb 2007, 2:48 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: special page

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 ...

4 Feb 2007, 8:12 PM
#3
100asa avatar

100asa

Totally Zenned

Join Date:
Oct 2006
Location:
Italy
Posts:
636
Plugin Contributions:
0

Re: special page

Thank's
ORDER BY RAND() LIMIT 50: it's right?
I want display special products in random mode