View Single Post
  #3  
Old 04-08-2013, 07:10 AM
 
Noodl3s Noodl3s is offline
 

Advanced Member
  
Join Date: Jul 2011
Posts: 57
 

Default 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
Reply With Quote