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.

Available on
page.wishlist
Source file
sections/wishlist.liquid
Blocks
none

Settings

SettingTypeDetails
heading
Heading
text default: Your wishlist
text
Body text
textarea default: Everything you have saved, in one place.
show_sync_banner
Show "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_text
Signed-out banner text
textarea default: Sign in to keep your wishlist synced across devices.
empty_heading
Empty heading
text default: Nothing saved yet
empty_text
Empty 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