You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
As a customer, on the shopfront, add items to the cart. Edit your cart. (pic below, point 1)
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 ❌
Proceed to /summary. Notice the existing parcels, and see that order total was updated ✔️
Animated Gif/Screenshot
Workaround
The workaround is checking this in the summary page.
The text was updated successfully, but these errors were encountered:
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:
/summary
. Notice the existing parcels, and see that order total was updated ✔️Animated Gif/Screenshot
Workaround
The workaround is checking this in the summary page.
The text was updated successfully, but these errors were encountered: