Wishlist apps
✨This article gives the list of compatible wishlist apps that works with our filter app – along with the guidelines to set up them.
🔹1. Swym Wishlist Plus
App URL: https://apps.shopify.com/swym-relay
Steps
From your Shopify admin panel, go to Theme folder.
In the Action dropdown, click Edit code.
Go to the filter.product.liquid file.
Add the below code snippet to the position you want the Wishlist to appear.
<button class="swym-button swym-add-to-wishlist-view-product product_{{product.id}}" data-swaction="addToWishlist" data-with-epi="true" data-product-id="{{product.id | json}}" data-product-url="{{product.handle}}" data-variant-id="{{product.variants[0].id | json}}"></button>Click Save to finish.
🔹2. Smart Wishlist
App URL: https://apps.shopify.com/smart-wishlist
Steps
From your Shopify admin panel, go to Theme folder.
In the Action dropdown, click Edit code.
Go to the filter.product.liquid file.
Add the below code snippet to the position you want the Wishlist to appear.
<span class="smartwishlist" data-product="{{ product.id }}" data-variant="{{ product.variants[0].id }}"></span>Click Save to finish.
🔹3. Swish (formerly Wishlist King)
App URL: https://apps.shopify.com/wishlist-king
Steps
From your Shopify admin panel, go to Theme folder.
In the Action dropdown, click Edit code.
Go to the filter.product.liquid file.
Add the below code snippet to the position you want the Wishlist to appear.
Click Save to finish.
🔹4. Mst: Wishlist
App URL: https://apps.shopify.com/i-wishlist
Steps
From your Shopify admin panel, go to Theme folder.
In the Action dropdown, click Edit code.
Go to the filter.product.liquid file.
Add the below code snippet to the position you want the Wishlist to appear.
Click Save to finish.
🔹5. Listr: Wishlist + Reminder
App URL: https://apps.shopify.com/wishlist-1
Steps
From your Shopify admin panel, go to Theme folder.
In the Action dropdown, click Edit code.
Go to the filter.product.liquid file.
Add the below code snippet to the position you want the Wishlist to appear.
Click Save to finish.
*Please contact our support via [email protected] to enable the meta fields function to collect data from the Wishlist + Share + Reminder app.
🔹6. Wishlist ‑ Wishify
App URL: https://apps.shopify.com/wishlist-wishify
Steps
From your Shopify admin panel, go to Theme folder.
In the Action dropdown, click Edit code.
Open the globo.filter.product.liquid file.
Add the below code snippet to the position you want the Wishlist to appear.
Click Save to finish.
🔹7. Wishlist Hero
App URL: https://apps.shopify.com/wishlist-hero
Steps
From your Shopify admin panel, go to Theme folder.
In the Action dropdown, click Edit code.
Go to the theme.liquid file.
Add code right above the “</body”> tag .
Click Save to finish.
🔹8. Froonze Loyalty & Wishlist
App URL: https://apps.shopify.com/customer-accounts
Steps
From your Shopify admin panel, go to Theme folder.
In the Action dropdown, click Edit code.
Go to the theme.liquid file.
Add code right above the “</body”> tag .
Click Save to finish.
💬 Need Help? Contact us at [email protected] – we’re happy to assist! 😊
Last updated
Was this helpful?