Pages — Storefront Wishlist
Wishlist page with a grid of favourited products, move-to-bag and an empty state.
The Mercato wishlist: header, a grid of favourited products with a "Move to bag" action, an empty state once the list is cleared, a newsletter section, and the shared cart drawer.
Preview
Free carbon-neutral delivery over $50 New season just landed 30-day easy returns
Wishlist (4)
Stay in the loop
First looks, slow news, no spam
Join the list for new arrivals, restocks and the occasional letter from the team.
By subscribing you agree to our privacy policy.
Install
bun x bosia@latest add page storefront/wishlistInstalls page.svelte plus the storefront blocks it composes.
Usage
<script lang="ts">
import Wishlist from "$lib/pages/storefront/wishlist/page.svelte";
</script>
<Wishlist />A few favourites are seeded on first visit. "Move to bag" adds the item to the cart, opens the
drawer, and removes it from the list; hearting a product from any other page adds it here —
favourites persist in localStorage via the shared store.
Source
src/lib/pages/storefront/wishlist/page.svelte