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
zspencer
changed the title
Marketplace: Switching between Marketplaces should not destroy your Cart
🐞 Marketplace: Switching between Marketplaces should not destroy your CartNov 24, 2023
- #1962
There was a bug we noticed during the Sutty demo where carts were being
cleared.
Turns out, if a `Marketplace` had multiple `DeliveryAreas` we would
create a new `Cart` for the shopper every time the page loaded. Womp.
Womp.
…1992)
🐞🔨 `Marketplace`: Don't clear carts when navigating
- #1962
There was a bug we noticed during the Sutty demo where carts were being
cleared.
Turns out, if a `Marketplace` had multiple `DeliveryAreas` we would
create a new `Cart` for the shopper every time the page loaded. Womp.
Womp.
zspencer
changed the title
🐞 Marketplace: Switching between Marketplaces should not destroy your Cart
🐞 Marketplace: Buying Products Switching Marketplaces should not destroy your CartDec 6, 2023
zspencer
changed the title
🐞 Marketplace: Buying Products Switching Marketplaces should not destroy your Cart
🐞 Marketplace: Buying Products: Switching Marketplaces should not destroy your CartDec 6, 2023
Marketplace
: Buying 🥡Products
#1326During Sutty's Heuristic Analysis, we discovered that if we open a new
Marketplace
theCart
from the previousMarketplace
is gone!Oops.
The text was updated successfully, but these errors were encountered: