Monday, August 9, 2021
1 change · master
New functionality added to Odoo
Businesses can now create direct links for coupons and promotions that customers can use to apply offers to their online orders. If an offer cannot be applied right away, the customer sees the reason and the website remembers the offer to try again when the cart changes.
Original PR description
Coupons and promotion programs can now be shared by creating a link that can directly be used by the customer. Using the link, the system will try to apply the coupon/promotion to the customer's order. If this can't be done, the error will be shown to the user, for instance "A minimum amount of 1000$ is required to get the free ipad". That coupon/promotion will then be stored in session and the system will try automatically reapply it when something is added to the cart. task-2489749 Co-authored-by: Romain Derie <rde@odoo.com> Co-authored-by: Jeremy Kersten <jke@odoo.com> Co-authored-by: Tom De Caluwé <tdc@odoo.com>