Hello,
I have a sales page located at
http://www.theherbsplace.com/sales.php where each product has a link to a page for more information.
I am trying to get the productcode and amount passed to the page with more info. So, I can then create a buy now button for each sale option available for that product.
I read about {include} can pass varialbles but I am not sure of the syntax of it or if that is the correct approach. I use include to add in content but I only need the variables Is there some way when I am trying to get the amount to display using {include file="currency.tpl" value=$sales[sale].amount} that I can pass the $sales values to the individual product page?
Thanks,
Randal