At the moment any search on my site shows prices excluding vat. I would like to show something like the following:
Product 1 £17.01 ex Vat - £19.99 Including Vat
Is there an easy way of doing this?
Now I know I have to edit Act_ResultsTemplate.html, but not too sure what value needs to be added. This is what I currently have:
<Actinic:S_LINK/><B><Actinic:S_PNAME/></B></A> <Actinic:S_SNAME/> <Actinic:S_PRICE/>
I'm guessing there is another *_PRICE value, where * = somthing other than S. Any help / pointers in the right direction would be great.
Product 1 £17.01 ex Vat - £19.99 Including Vat
Is there an easy way of doing this?
Now I know I have to edit Act_ResultsTemplate.html, but not too sure what value needs to be added. This is what I currently have:
<Actinic:S_LINK/><B><Actinic:S_PNAME/></B></A> <Actinic:S_SNAME/> <Actinic:S_PRICE/>
I'm guessing there is another *_PRICE value, where * = somthing other than S. Any help / pointers in the right direction would be great.
Comment