Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vouchers] Order total in /cart page not updated #10855

Closed
filipefurtad0 opened this issue May 17, 2023 · 2 comments
Closed

[Vouchers] Order total in /cart page not updated #10855

filipefurtad0 opened this issue May 17, 2023 · 2 comments

Comments

@filipefurtad0
Copy link
Contributor

Description

If a voucher has been added (Step 2) and the customer checks the cart (visiting the /cart page) then the voucher parcel will appear deducting the order total. However, the order total itself, remains unchanged.

Expected Behavior

The order total should be updated on the /cart page, when a voucher has been added to the order.

Actual Behaviour

The order total is not updated on the /cart page, when a voucher has been added to the order.

Steps to Reproduce

For all voucher issues: per-requisites are:

  • As super admin - enable the vouchers feature toggle
  • Having a hub with at least one voucher created
  • The hub should have an open shop
  1. As a customer, on the shopfront, add items to the cart. Edit your cart. (pic below, point 1)
  2. Begin checkout, and stop on step 2 (/payment), add a voucher to the order. Edit your cart. (pic below, point 2) -> notice the existing parcels, but see the order total was not updated ❌
  3. Proceed to /summary. Notice the existing parcels, and see that order total was updated ✔️

Animated Gif/Screenshot

image

Workaround

The workaround is checking this in the summary page.

@rioug
Copy link
Collaborator

rioug commented Jun 27, 2023

Will be fixed by #11003

@filipefurtad0
Copy link
Contributor Author

#11135 fixes this 🎉 closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants