Is there anyway, given a product number, that you can somehow display the products price on a page that isn't a product page?
For example, let's say I put some hardcoded links on my homepage to some 'special offer' products. I also want to display the price on the homepage, next to the description or what ever.
The only way to do this at the moment is to hardcode the price. But that isn't really an option because the way the prices keep changing and the number of products this would quickly become a reall pain.
So is there some variable, or some javascript that can get the correct value as actinic is generating the static pages?
As far as I can tell the productprice variable only works on the product page (presumably as otherwise it wouldn't know which products price to display).
For example, let's say I put some hardcoded links on my homepage to some 'special offer' products. I also want to display the price on the homepage, next to the description or what ever.
The only way to do this at the moment is to hardcode the price. But that isn't really an option because the way the prices keep changing and the number of products this would quickly become a reall pain.
So is there some variable, or some javascript that can get the correct value as actinic is generating the static pages?
As far as I can tell the productprice variable only works on the product page (presumably as otherwise it wouldn't know which products price to display).
Comment