Mention tax excl. or tax incl. in Prestashop Theme

WALLOON
72 Posts
WALLOON posted this 14 December 2017

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

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
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 18 December 2017

Hi,

Please try to insert this code into the CMS CODE control which is available under the Insert tab >> More.

Thank you,
Olivia

Hi, Please try to insert this code into the CMS CODE control which is available under the Insert tab >> More. Thank you, Olivia
WALLOON
72 Posts
WALLOON posted this 19 December 2017

Could you be more specific - if we put the code we receive this error.
Thank you.
Remy

Could you be more specific - if we put the code we receive this error. Thank you. Remy
WALLOON
72 Posts
WALLOON posted this 21 December 2017

any news ?

any news ?
Support Team
Support Team posted this 21 December 2017

Hi,

This is the only place where you can add custom CMS code in the Themler theme. Usually it works. I don't know what this code is and how it suppose to work. Therefore I cannot say why it is not working.
Exactly where this code should be added in case of default PrestaShop theme?

Thank you,
Olivia

Hi, This is the only place where you can add custom CMS code in the Themler theme. Usually it works. I don't know what this code is and how it suppose to work. Therefore I cannot say why it is not working. Exactly where this code should be added in case of default PrestaShop theme? Thank you, Olivia
You must log in or register to leave comments