🔧 Maintenance Alert: World will be on Read-Only Mode on February 18th, 10:00 PM – 11:00 PM EST / 7:00 PM – 8:00 PM PST / 4:00 AM – 5:00 AM CET (Feb 19). Browsing available, but log-ins and submissions will be disabled.
AI OnAI Off
Hi,Â
We have an order discount with limit per registered user. Our process flow is a bit different, we create a purchase order from the cart, run the workflow (unfortunately) against the purchase order, if no error then delete the cart, else add some error/warnings to the cart.
The issue is that
PromotionInformationGetRedemptions
returns more than the total redemption thus discount will be remove from the purchase order.No issue if we delete the cart immediately, unfortunately we can't do this at the moment. We modified theÂ
PromotionInformationGetRedemptions
a bit to fix this issue.Anyone experience this? Is it good/bad idea to modify the stored procedure? Or is it a bug?
Thanks,
Rey