Minicart Displays "FREE" Instead of "TBD" After Removing Available Items Quickly
Store Framework
•
ID: 1248177
No Fix
Published on10/16/2025
 • 
Last updated on10/16/2025
1 min read
Summary
When a user adds an unavailable SKU to the cart and then quickly adds and removes available items, the minicart incorrectly displays the total as "FREE" instead of "TBD". This happens due to a lack of proper synchronization with the orderForm, especially when interactions occur quickly.
Simulation
- Add an SKU to the cart.
- Set the delivery postal code to one where the initial product is unavailable
- Return to the homepage and add available SKUs.
- Quickly remove the available SKUs from the minicart.
- Observe that the total price message remains as "FREE" instead of updating to "TBD".
Workaround
Remove items at a slower pace to allow proper synchronization. This reduces the chance of the issue occurring.