Re: display ex vat and inc vat prices
Thanks for your help, between this and pauldodman's help in the other thread I got it working for future reference the change was made in the "theme"/customer/main/product_details.tpl file(on line 95)
change
{currency value=$product.taxed_price tag_id="product_price"}
to
<span class="product-price-value">{currency value=$product.price}</span><br>
{currency value=$product.taxed_price}
__________________
X-cart 4.4.3
|