Add "Don't forget about these" to the cart drawer — last [N] viewed products with one-tap add.
Want more control? See the expanded prompt ›
Inside the cart drawer, add a 'Don't forget about these' row showing the last 3 products the shopper viewed but didn't add to cart. Show image, name, price, and a one-tap Add button.
- Last 3 viewed products that aren't already in cart.
- Stored in localStorage — no backend tracking.
- One-tap Add reuses your cart's existing event.
- Hidden when no recently-viewed data.
What you're trying to do
Shoppers often abandon products by accident — open a PDP, get distracted, navigate away. Putting recently-viewed inside the cart drawer is a gentle 'you almost bought this' nudge at the exact moment of conversion.
Things to watch out for
- Privacy — Fudge uses localStorage only, no cross-session tracking.
- Cart-overlap — Fudge handles this: items already in cart are excluded.
- Max 3 — Fudge handles this: more feels desperate.
- Cart drawer vs cart page — Fudge can mirror to both.
How Fudge does it
Fudge duplicates your live theme into a draft, edits the relevant template (product, cart, or checkout) with the changes your prompt requires, and tests against your real product data. Everything starts in draft — preview on any product or in the cart, tweak any detail, and publish when you're ready. Your live store stays untouched.
Why “don’t forget” recently viewed items convert
Shoppers often browse multiple products before adding to cart. Showing the last 3 items they viewed but didn’t add — in the cart drawer with one-tap Add — recovers the abandoned consideration.
When this is worth building
Build recently-viewed if shoppers browse multiple products per session. Skip if your typical session is single-product.
What makes one great
- Last 3 viewed products — recent without overwhelming.
- One-tap Add — friction-free addition.
- Image, name, price — buy-ready info.
- Tracked across sessions — works for returning shoppers too.
Pair this with cart cross-sells and exit-intent email popup.