View Single Post
  #10  
Old 10-25-2010, 05:44 AM
 
missing missing is offline
 

Newbie
  
Join Date: Sep 2010
Posts: 4
 

Default Re: How to add 3 block of "Featured products" at homepage?

In your alternate products_t_featured.tpl file that gb2world explained about in post #7 you can alter the row length on somewhere around line 5 that looks like this:
HTML Code:
row_length=$config.Appearance.products_per_row
and change it to however many items you want listed in a row like:
HTML Code:
row_length=3
__________________
Missing Design*
x-cart version 4.4.0
Reply With Quote