Sections reference
Wishlist
Displays the shopper's saved products. The wishlist itself lives entirely in localStorage (assets/wishlist.js) - there is no server-side list of "this customer's wishlist" - so this page renders its states (loading/empty/cards) entirely client side via assets/wishlist-page.js, fetching each saved product's live data through /products/<handle>.js.
Settings
| Setting | Type | Details |
|---|---|---|
headingHeading |
text | default: Your wishlist |
textBody text |
textarea | default: Everything you have saved, in one place. |
show_sync_bannerShow "sign in to sync" banner |
checkbox | default: false The wishlist is stored in this browser only - it does not actually sync across devices or sign-ins yet. Only turn this on once a cross-device sync integration is connected; off by default so the storefront doesn't promise something it can't do. |
signed_out_textSigned-out banner text |
textarea | default: Sign in to keep your wishlist synced across devices. |
empty_headingEmpty heading |
text | default: Nothing saved yet |
empty_textEmpty text |
textarea | default: Tap the heart on anything you love and it will show up here. |
Blocks
This section has no configurable blocks.
Depends on
assets/wishlist.jsassets/wishlist-buttons.jsassets/wishlist-page.jssnippets/icon.liquid