Jump to content

Show VAT prices inc excl on product pages


Recommended Posts

Problem solved, just added the following code into the product.tpl 

 

tax excl: {convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}

tax incl: {convertPrice price=$productPrice}

Where in product.tpl

Link to comment
Share on other sites

  • 1 month later...

Where in product.tpl

<!-- hidden datas -->
<p class="hidden">
<input type="hidden" name="token" value="{$static_token}" />
<input type="hidden" name="id_product" value="{$product->id|intval}" id="product_page_product_id" />
<input type="hidden" name="add" value="1" />
<input type="hidden" name="id_product_attribute" id="idCombination" value="" />
</p>
            <div class="product_attributes">
 
                <div class="row-3">
                
                VAT excl: {convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}<br />
VAT incl: {convertPrice price=$productPrice}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...