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.