Jump to content

tax incl problem


Recommended Posts

Hi Maryam206,

 

You can edit product.tpl in your theme folder. search: id="our_price_display.

2 rows after that, you see:

{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}

Change it to: (new code with extra spaces)

{if $priceDisplay == 1} {l s=' tax excl.'}{else} {l s=' tax incl.'}{/if}

you can also use the translation tool in admin: to the - (dash) and that extra space to change

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...