View Single Post
  #5  
Old 02-12-2008, 06:49 AM
  SpinyMan's Avatar 
SpinyMan SpinyMan is offline
 

Advanced Member
  
Join Date: Jan 2008
Posts: 30
 

Default Re: Limiting the number of featured products displayed and randomising

Quote:
Originally Posted by yamiya
lovely code. but what if i only want to show one page and remove subsequent page links?
Hi,
Code:
shuffle($products); array_splice($products,$config["Appearance"]["products_per_page"]);
this will trim array to number of products per page defined in config and subsequent page links will not appear.
__________________
Regards,
SpinyMan

X-Cart Templates Store -
http://www.x-cart-customization.com/shop/

X-Cart Customization Services -
http://www.x-cart-customization.com/
Reply With Quote