Wishlist Sharing
Customers can share their wishlist with friends using our share feature. Store owners can customise this feature using our advanced editor.
Last updated
Customers can share their wishlist with friends using our share feature. Store owners can customise this feature using our advanced editor.
Last updated
Wishlist Sharing can be turned from the Settings tab:
Fish Wishlist uses a two-step sharing flow by default:
Step 1 - Customer Shares Wishlist
When a user clicks the Share Wishlist button, the wishlist is marked public by generating a metaobject and a public link to the wishlist page.
Step 2 - Share the Link
A share popup is triggered with the link that can be copied or shared via social/email.
Unsharing the Wishlist
If the user decides to revoke access, they can click Unshare Wishlist, which marks the wishlist as private and invalidates the public URL.
Fish Wishlist provides a hidden editor for advanced users. You can manage your wishlist page directly through the following link:
➡️ Wishlist Page Editor (Advanced Access)
Note: This link is hidden in your app admin. Use it only if you’re familiar with theme development and advanced customization.
The shared wishlist page uses a generic grid-based layout, which is designed to work across Shopify themes.
You can fully customize this page via the hidden editor and insert any theme-compatible code. Below is a sample template for rendering the shared wishlist using Shopify’s Dawn theme structure.
You can use card-product
or any custom snippet from your current theme.
Adjust the grid layout, headings, and styling to better fit your brand.
Use conditional logic to show different views for empty wishlists or logged-in users.