Hi
How do I edit the contents of:
<Actinic:Variable Name="ProductPriceOnline" />
In V7 i used to have NETQUOTEVAR:PRODUCTPRICE, this was used on the order confirmation page (Act_OrderDetail.html) and the product pages (ActProductLine.html)
With V8 it seems that on product pages it uses <Actinic:Variable Name="ProductPrice" /> and on the confirmation page <Actinic:Variable Name="ProductPriceOnline" />
On my confirmation page in V8 it brings up: "Price: £10.00 (Including: VAT at 17.5%)"
I want it to show just the price: £10.00 with the same formating as the price on my product pages.
Thanks
How do I edit the contents of:
<Actinic:Variable Name="ProductPriceOnline" />
In V7 i used to have NETQUOTEVAR:PRODUCTPRICE, this was used on the order confirmation page (Act_OrderDetail.html) and the product pages (ActProductLine.html)
With V8 it seems that on product pages it uses <Actinic:Variable Name="ProductPrice" /> and on the confirmation page <Actinic:Variable Name="ProductPriceOnline" />
On my confirmation page in V8 it brings up: "Price: £10.00 (Including: VAT at 17.5%)"
I want it to show just the price: £10.00 with the same formating as the price on my product pages.
Thanks
Comment