Email confirmation adds tax to unit price

  • Posts: 2
  • Thank you received: 0
12 years 2 months ago #41479

When checking out everything looks fine, Unit price shows without tax, then coupon shows , then the tax and then the Total

However, when I get the confirmation email after placing the order, it's combining the Tax with the unit price. The end calculation is correct but is there a way to have the email sent out display just like the cart?

I have tried every setting I couldn't get it.

Thanks

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

  • Posts: 4
  • Thank you received: 1
12 years 2 months ago #41601

I am having the same problem, The cart shows Unit price without tax and when I get the order creation email for the admin and the customer, it is combining the tax with the unit price as one price, this is wrong. Tax should be separate and not combined with the unit price.

This is a bug

Please help

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 2 months ago #41613

It's not a bug. It's just the way it's displaying the prices.
If you want to change that, you can do it via the menu System->Emails (if you have the Business edition) or by editing the files in the folder media/com_hikashop/mail and change the code:
$item->order_product_price+$item->order_product_tax

to:
$item->order_product_price

and the code:
$item->order_product_total_price

to:
$item->order_product_total_price_no_vat

Then it will display the prices without tax for the products in the emails.

The following user(s) said Thank You: igate559

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

  • Posts: 2
  • Thank you received: 0
12 years 2 months ago #41664

Thanks, I will try that. But when there is an update for Hikashop won't that overwrite my changes? This would be a nice feature to add for customers in the US to control the email Display from the control panel as we can for the cart. Or make it so they work together.

Thanks

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

  • Posts: 4
  • Thank you received: 1
12 years 1 month ago #41723

Thanks! That work perfectly

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

  • Posts: 81567
  • Thank you received: 13075
  • MODERATOR
12 years 1 month ago #41726

If you do it via the System->Emails menu, you won't loose your changes. If you do it directly in the files, then yes you will loose your changes.

We're thinking of changing the system in the future in order to have one global setting for the tax display so that it's coherent throughout the shop just by changing that option.

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

Time to create page: 0.072 seconds
Powered by Kunena Forum