View Single Post
  #15  
Old 01-06-2005, 03:15 AM
  shishapipe's Avatar 
shishapipe shishapipe is offline
 

Advanced Member
  
Join Date: Dec 2004
Location: London
Posts: 47
 

Default

This worked for me on 4.0.9, here is the code.
/skin1/modules/Recommended_Products/recommends.tpl
Code:
{* $Id: recommends.tpl,v 1.4 2004/05/28 12:21:12 max Exp $ *} {if $recommends} {capture name=recommends} {section name=num loop=$recommends} <LI> <font class=ProductPrice>{include file="currency.tpl" value=$recommends_prices[num].price}</font> <font class=MarketPrice>{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$recommends_prices[num].price}</font> <span class="ItemsList">{$recommends[num].product}</SPAN> </LI> {/section} {/capture} {include file="dialog.tpl" title=$lng.lbl_recommends content=$smarty.capture.recommends extra="width=100%"} {/if}

The above is the full code in recommends.tpl
__________________
Regards Maxking

SERVER: Microsoft-IIS/5.0
MYSQL Server: 4.0.18-NT
PERL: 5.006001
PHP: 4.3.6
X-CART pro: 4.3
X-AOM: 4..3
X-RMA: 4..3X-FancyCategories 4.3
Skin: Own Design
Marketing Manager Professional 3.0 Bundle
Reply With Quote