Seyi,
We're having a hard time figuring how to fix this and I thought you might be in the loop.
Please have a look at these sceenshots. You will find 3 cases with my analysis. Coupons used : parent coupon, 3 coupons, free game (value 25% if in cart), free shipping (100%) and 20% off on all other products (BTW, your AWO coupon system is simply the best in the world, so powerful!!).
https://drive.google.com/file/d/0B3JHnWnMtsGaOHBybUl2OVlHRWc/edit?usp=sharing
https://drive.google.com/file/d/0B3JHnWnMtsGaYktRemhPNThKNkU/edit?usp=sharing
https://drive.google.com/file/d/0B3JHnWnMtsGaaGhsdjNiWXYtT2c/edit?usp=sharing
The issue is coming when we have a shipping cost + free shipping coupon applied. As the coupon gives a equivalent discount (instead of removing the shipping cost, which would be different), the total cart discount becomes higher than the cart value, making some wrong tax calculations.
I do not know which part of the system "make it wrong": VM? AWO?
So actually, the system do this :
(subtotal1) - discount = subtotal2
(subtotal2 + tax) + (shipping + tax) = total
We are trying to make the following :
(subtotal1 + shipping) - discount = subtotal2
subtotal2 + taxes = total
Can you please help me to pinpoint where these calculations are made? That would be greatly appreciated.
Thanks.
Nicolas
We're having a hard time figuring how to fix this and I thought you might be in the loop.
Please have a look at these sceenshots. You will find 3 cases with my analysis. Coupons used : parent coupon, 3 coupons, free game (value 25% if in cart), free shipping (100%) and 20% off on all other products (BTW, your AWO coupon system is simply the best in the world, so powerful!!).
https://drive.google.com/file/d/0B3JHnWnMtsGaOHBybUl2OVlHRWc/edit?usp=sharing
https://drive.google.com/file/d/0B3JHnWnMtsGaYktRemhPNThKNkU/edit?usp=sharing
https://drive.google.com/file/d/0B3JHnWnMtsGaaGhsdjNiWXYtT2c/edit?usp=sharing
The issue is coming when we have a shipping cost + free shipping coupon applied. As the coupon gives a equivalent discount (instead of removing the shipping cost, which would be different), the total cart discount becomes higher than the cart value, making some wrong tax calculations.
I do not know which part of the system "make it wrong": VM? AWO?
So actually, the system do this :
(subtotal1) - discount = subtotal2
(subtotal2 + tax) + (shipping + tax) = total
We are trying to make the following :
(subtotal1 + shipping) - discount = subtotal2
subtotal2 + taxes = total
Can you please help me to pinpoint where these calculations are made? That would be greatly appreciated.
Thanks.
Nicolas