-
- Downloads
[FIX] website_sale_delivery: prevent free shipping
Steps to reproduce:
- create a carrier with a fixed price (1) in the backend
- go to website
- add a product (2) in cart, process checkout and arrive in the payment page
- select the carrier
- the total price is now (1) + (2) which is correct
- in a separate browser tab, add another product (3) in cart, then click on
continue shopping
- go back to previous browser tab and click on Pay Now
- the total price is now (2) + (3) which is not correct, the delivery cost is
missing (it was removed due to second tab operations)
closes odoo/odoo#65474
Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
Showing
- addons/website_sale/static/tests/tours/website_sale_buy.js 9 additions, 3 deletionsaddons/website_sale/static/tests/tours/website_sale_buy.js
- addons/website_sale_delivery/controllers/main.py 8 additions, 1 deletionaddons/website_sale_delivery/controllers/main.py
- addons/website_sale_delivery/i18n/website_sale_delivery.pot 7 additions, 0 deletionsaddons/website_sale_delivery/i18n/website_sale_delivery.pot
Please register or sign in to comment