Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
Which promotion system (old/new) are you using? This sounds like a bug to me.
/Q
Hi Quan,
How do you tell which promotion system is being used? Please let me know.
Thanks!
John
Hi,
How did you configure the promotion (order-level discount)? Using the new marketing UI, or Commerce Manager?
Hello,
I set up the promotion and discount through Commerce Manager.
Thanks!
John
So it's the old promotion system.
Can you post the configuration of the promotion? A screenshot would be nice
In new promotion system we have check to ensure this never happens (one more reason to switch to the new one), but I guess this is missing from the old one.
I'll file a bug for this and we'll see if we can do something about it. But I think a workflow for this is to modify CalculateDiscountActivity.CalculateDiscounts() to set the OrderGroup.SubTotal & OrderForm.SubTotal to 0 if they are < 0.
Regards,
/Q
Hi John,
As I understand in this case you still want to apply the discount because you said the Total should be $6.25.
Subtotal = $-1; Shipping cost= $7.25, Tax=0 => Total: -1 + 7.25 = 6.25
But IMO Subtotal should be $0 in as Quan suggested above. So that the Total should be $7.25 (only shipping cost) instead.
Let imagine that if buyer go to store (shipping cost = 0) to pick free item seller might have to pay $1 for them with your approach.
What do you think?
Regards,
Ba
Hi Ba,
Yes, I agree, I just was not sure if the discount was supposed to be applied to the shipment as well. It doesn't really make sense to give a discount on the shippmemt, unless it was a promotion specifically targeting shipping cost.
Thanks!
John
Hello,
I am running into a weird issue with oder form caluclations. The site I am working on has a lot of products that are free, but, they need to be shipped, so, there is a charge for the shipment. I came across an issue today with a test case involving an order-level discount. The coupon was for 1.00 off the total order cost. With a free product where this coupon is applied, the subtotal on the order form is -1.00. What is then happening is that it is calculating tax on the -1.00. The interesting thing is that it subtracts that negative tax amount from the order total, so this is what I am ending up with for the order form totals:
Coupon Discount: $1.00
SubTotal: -$1.00 (Product is Free)
Shiping: $7.25
Tax: -$0.06 (This is based on Illinois sales tax rate of 6.25%)
Total: $6.19 (should be $6.25)
We are using customized workflows on this project, but, I confirmed that the same thing happens with the default Commerce workflows. On this checkout page. I am running CartPrepare before the page loads. It seems to me that if the order total is <= 0.00 it shouldnt be applying any sales tax. am i missing something any insight into this issue would be greatly appreciated.>
Here are the versions of Commerce and CMS I am running:
Thanks!
John