Hide VAT on "ORDER_CREATION_NOTIFICATION_SUBJECT" email

  • Posts: 115
  • Thank you received: 0
6 years 2 months ago #288252

-- url of the page with the problem -- : www.tweedehandjes.com
-- HikaShop version -- : 3.3.0

Hello,

I would like to hide the VAT amount on the email "ORDER_CREATION_NOTIFICATION" the customer gets when he placed an order.

Can you give me the code for this and where do I need to adjust it?

Kind regards,
Joyce

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

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
6 years 2 months ago #288253

Hi,

You want to edit the email in the menu System>Emails.
There, in the preload area, you can delete that piece of code:

foreach($data->cart->order_tax_info as $tax) {
				$cartFooters[] = array(
					'NAME' => $tax->tax_namekey,
					'VALUE' => $currencyHelper->format($tax->tax_amount,$data->cart->order_currency_id)
				);
			}

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

Time to create page: 0.055 seconds
Powered by Kunena Forum