modify prices without taxes

  • Posts: 290
  • Thank you received: 22
6 years 11 months ago #268916

-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.7
-- PHP version -- : 7.0.18

Hi,

I'm struggling with changing some more prices to the versions without tax in the order_creation_notification email (preload part).

I would like to change the prices in the image to the prices without the tax.



The normal product and the shipping price are already without tax.

Thanks for any tips.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
6 years 11 months ago #268920

Hi,

Well, it's the same for all of the prices on the email.
You have these conditions:
if($config->get('price_with_tax')) {
to display the prices either with tax or without tax for each price.
So look for them in the preload of the email and change them the same way as you did for the others:
if(true) { will always display the price with tax
if(false) { will always display the price without tax

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum