Daily updates from Odoo
Tuesday, October 31, 2017
1 change
Resolved issues and error corrections
The checkout now shows the promo code form only where shoppers need it, avoiding duplicate displays during payment and removing it from the cart popover. This creates a clearer, more consistent checkout experience and reduces confusion when applying discount codes.
Original PR description
Before this commit: 1. The promo code form would be displayed in the cart popover (when you mouseover the 'My Cart' menu in the navbar. 2. The promo code form would appear twice at the 'Payment' step at the checkout Now: 1. The promo code form is not displayed in the popover anymore 2. The promo code form will only be shown once at the checkout 'Payment' step Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr