How can I add "Value added tax" to the price

Hello!



I would like to appear "value added tax"after the price of each product, but I modified the file "price.tpl"and has not worked.


<br />
{* $Id: price.tpl 10845 2010-10-11 07:33:48Z andyye $ *}<br />
{strip}<br />
{if $settings.General.alternative_currency == "Y"}<br />
	{$value|format_price:$currencies.$primary_currency:$span_id:$class:false}{if $secondary_currency != $primary_currency} {if $class}<span class="{$class}">{/if}({if $class}</span>{/if}{$value|format_price:$currencies.$secondary_currency:$span_id:$class:true:$is_integer}{if $class}<span class="{$class}">{/if}){if $class}</span><span>value added tax</span>{/if}{/if}<br />
{else}<br />
	{$value|format_price:$currencies.$secondary_currency:$span_id:$class:true}<br />
{/if}<br />
{/strip}<br />

```<br />
<br />
Anybody can help me?<br />
<br />
Thank you very much

clean your cache :slight_smile:

You can add the text in common_templates/product_data.tpl



If you need help adding it please fell free to pm me



John

Thank you very much.



I have cleared the cache and the change is now operational.



Thank you both

Hello!



When products are discounted, the following appears:





List price: €130,00 (value added tax)

Price: €119,00 (value added tax)

You save: €11,00 (value added tax) (8%)



Can I write a if before (value added tax) to only show it in the Price?



Thank you very much and sorry for my English

Thank you very much!



It already works.