View Single Post
  #5  
Old 11-04-2010, 05:13 AM
 
stuartn stuartn is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 48
 

Default Re: Latest products block

If you look in the home_main.tpl you should find around line 66

{include file="customer/main/welcome.tpl" f_products=$f_products}

what you need to do is to add in the smarty assignment for the latest products, so we add it into the line to make it.....

{include file="customer/main/welcome.tpl" f_products=$f_products l_products=$l_products}
__________________
Cheers
Stuart
-----------------------
X-Cart Version
Gold 5.4.2
Reply With Quote