How to toggle price VAT display in order emails
-
Hello,
We have a feature to display product price VAT or not and in the cart and checkout page we were able to achieve that also, where product prices doesn’t include VAT but there will be a separate row below for the total VAT.
But every after checkout, for the new order email we were always getting the with VAT applied to each products even though that order should have the no-VAT applied.
This is the new order email where the VAT is applied to each product:
https://ibb.co/Y7yLrznThis is the new order email where the VAT is NOT applied to each product:
https://ibb.co/gJXXswMMy question is how to trigger/force the order email to display price without tax, but has another row for total tax below? just like in cart and checkout page
These are the options we are updating to ‘incl‘/’excl‘ to toggle prices to have VAT or not and it’s working so far in cart and checkout page:
‘woocommerce_tax_display_shop’ and ‘woocommerce_tax_display_cart’Does it have to with creating the order? do I have to set a certain property during order creation? or do I need to set other woocommerce option?
I hope someone can answer, I’ve been trying to solve this for a while ??
Thanks,
- The topic ‘How to toggle price VAT display in order emails’ is closed to new replies.