
Start with these checks
- Confirm Latest Widget Manager is enabled and saved in the published theme.
- Test the offer in a private or incognito window.
- Add enough items to cross the gift threshold, then reduce the cart below it.
- Check whether the cart page, cart drawer, and checkout show different results.
Why this happens
Shopify themes implement cart drawers in different ways. After an app changes the cart, some themes automatically fetch and redraw the cart sections; others require a theme-specific refresh event or JavaScript function. There is no single refresh command that works for every theme.What to send AIOD support
Ask your theme developer for the global JavaScript event or function that refreshes the cart drawer without reloading the page. Send that information to AIOD support together with:- the published theme name;
- the page where the stale cart appears;
- whether the issue occurs when a gift is added, removed, or both; and
- a short screen recording with customer information removed.
window.Cart.reload(), but that is only an example. Do not add it to your store unless your theme developer confirms the exact API for your theme.

