Features
Storefront
Wishlist

Wishlist

Logged-in customers can save products to a wishlist for later.

Where to find it

Storefront: heart icon on product cards + product detail pages, account → Wishlist Enable flag: tenant.enable_wishlist

How it works

  • Click the heart on any product → adds to wishlist
  • Requires a customer account (anonymous users are prompted to sign in)
  • View and manage from /account/wishlist
  • Products automatically removed if discontinued

Under the hood

Wishlist state is loaded once on auth and cached client-side in a React context, so wishlist status updates instantly across the site without a round-trip per product card.

Related features