View Single Post
  #7  
Old 04-16-2008, 02:31 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: recommended $list_price not displaying

The only price I can see from the recommends array is taxed price...

Code:
{section name=num loop=$recommends} <li><a href="product.php?productid={$recommends[num].productid}" class="ItemsList">{$recommends[num].product}</a> {include file="currency.tpl" value=$recommends[num].taxed_price}</li> {/section}
__________________
Doms
kube v4.1.9
Reply With Quote