Jump to content

Add 'Tax excl.' to product.tpl


Recommended Posts

Hi,

I would like to add "Tax excl." below the price without vat. I have already tried to add {displayWtPrice p=$accessory.price} {l s='tax excl.'} but does not work with 1.5

 

Other way, with tax included Price display method there is

207,98 Ft‎

with tax included that is missing - how could i add also?

 

Thanks

Gabor

Link to comment
Share on other sites

  • 4 weeks later...

<span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(true, $smarty.const.NULL)}</span> {l s='tax incl.'}</span>

 

<span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='tax excl.'}</span>

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