View Single Post
  #136  
Old 01-07-2011, 08:24 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

Hi all, sorry for the delay, happy new year to you all.

If you want to increase the number of new or random products...

Simply edit smart_new_products.php or smart_random_products.php

Code:
$qry = "SELECT * FROM " . $sql_tbl["products"] . " WHERE forsale='Y' AND avail > 0 ORDER BY add_date DESC LIMIT 3";
__________________
xcartmods.co.uk
Reply With Quote