View Single Post
  #40  
Old 07-19-2007, 12:31 AM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: 3 column layout with thumbnail for Related Products

Well, from that we can deduce that the second part isn't producing anything at all on screen, so it must be the first part which produces the dollar sign:

<font class="ProductPrice">{include file="currency.tpl" value=$product_links[cat_num].taxed_price}</font>

The value of the price comes from
$product_links[cat_num].taxed_price
and this is fed into currency.tpl, which produces the dollar sign (presumably).

I'm not too sure how exactly $product_links[cat_num].taxed_price pulls the product price through, but somebody else here is sure to have much more experience than I with this - can anybody else help?
__________________
X-Cart Gold Version 4.3.2
Reply With Quote