Guest Posted August 15, 2005 Posted August 15, 2005 Hello Guys... There is any contribution to rotate (Randomize) the products on default_specials.php???? I appretiate any Help about this matter
strictlypc Posted August 16, 2005 Posted August 16, 2005 Hi, Try this: Find in default_specials.php: $new = tep_db_query("select p.products_id ....... at the end of the query, you should find: order by s.specials_date_added DESC limit Change it to: order by RAND() limit Hope that makes sense StrictlyPC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.