View Single Post
  #1  
Old 05-20-2003, 08:28 AM
  anoack's Avatar 
anoack anoack is offline
 

Senior Member
  
Join Date: Dec 2002
Location: Austin, TX
Posts: 113
 

Default Display Product Price

I have several custom templates. In a few of them I need them to list the pricing of other products.

For example: On one page I have a product and the price next to it. In that template if I change the price of that product I will manutally have to update the price on the template.
Is there something that I can add in there to automactically call up the price for that product.
I tryed this
Code:
{include file="currency.tpl" value=$products[16320].price}

But it did not work.
16320 Being the product # price im trying to display.
Reply With Quote