November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi - are you using builtin calculators and promotions, or are you using custom ones?
IOrderGroup.ShippingTotal is the total of shipping cost, without discount
IOrderForm.Total is the total of shipment items + shipping cost, without discount
IOrderForm.SubTotal is sum of shipment items
IOrderGroup.SubTotal is sum of IOrderForm.SubTotal
IOrderGroup.Total is sum of IOrderGroup.SubTotal + shipping cost total + handling cost total, minus order level discount
So the calculation seems to be correct to me. Yes there were changes in the way things are calculated, but it's hard to trace where and why
Hi Community,
We have recently upgraded Episerver Commerce from 10.1.1 to 12.3.0 and have noticed changes with discounts and totals relating to shipping. We have a running promotion, where if a customer spends over 1000, then they will receive free shipping otherwise they will be charged a flat rate of 100 for shipping.
Pre-upgrade, the following values where returned from the checkout process:
Post Upgrade, we receive the following values:
Does anyone happen to know why the Order Form doesn't seem to be applying the discount to shipping after the upgrade to Epi 12? We are aware there were recent changes to order form calculations, but it was our assumption that the total should still be incorporating the discounted amount.
Thank you in advanced for any assistance you can provide.