View Single Post
  #8  
Old 04-17-2008, 08:06 AM
 
effour effour is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 96
 

Default Re: recommended $list_price not displaying

No, {$products[product].list_price} does not display the list price.

{$recommends[num].productid} displays the product IDIs there some other options that I can try?

Thx!



Quote:
Originally Posted by kube
Is the [product] part populated with an item when you are passing it through?

Code:
{include file="currency.tpl" value=$products[product].list_price}

ie. does printing {$products[product].list_price} produce a price on the same .tpl from which you are calling from?
__________________
4.1.7
Reply With Quote