Tax Calculation is wrong when using coupon
-
Hi there,
Thanks for the great plugin.
I just found that the email showing incorrect amount when you use a fixed cart amount coupon. I have set prices inclusive of tax.This is steps to reproduce:
1. Create a product $50 (include tax)
2. Create a $15 fixed cart discount couponOn the email, I got this amount: $36.36
After trying to do a research I found this on wcal_send_email.php line 300
$item_subtotal = $item_subtotal + $v->line_total + $v->line_subtotal_tax;I think it should be :
$item_subtotal = $item_subtotal + $v->line_total + $v->line_tax;Can you please have a look?
Thanks,
Pras
The topic ‘Tax Calculation is wrong when using coupon’ is closed to new replies.