Hello,
We need to display next the price the mention tax incl. (in french TTC (every tax included)) or tax excl. (in french HTVA (without VAT)).
We have the following code :
{if !$priceDisplay}{convertPrice price=$product.price} {l s='tax incl.'}
{else}{convertPrice price=$product.price_tax_exc} {l s='tax excl.'}
{/if}
My question is where is the best place to put this code in Themler ?
Thank you.
Remy
The exemple site is : https://www.lamaroquinerie.be/fr/porte-epaule/324-lancel-le-huit-noir-15570.html



