Smart Wishlist Integration Guide
Smart Wishlist is the next generation wishlist for Shopify Stores, which is really simple to use and the wishlist can be created with one-click. Here is our guide for integration between Smart Wishlist and Boost Product Filter & Search.
About Smart Wishlist
1
App Information
- Smart Wishlist enables your customers to create a wishlist without user registration or login.
- App details: https://apps.shopify.com/smart-wishlist
2
Smart Wishlist Integration Benefit
- Navigating to the exact product and bookmark it anytime with the wishlist heart icon on product items.
Demo for Smart Wishlist Integration with Boost
Here are some of our customers' stores with our app and Smartwishlist integration.
Instruction
Attention: The current document only works with the new front-end lib from Boost Commerce. Please read this document first to know if you are using the latest version.
if (data.event_type != 'init' && typeof ReloadSmartWishlist !== 'undefined') { ReloadSmartWishlist(); }
var wishListHtml = '<span class="smartwishlist sw_tooltip tooltip unbookmarked tooltipstered" data-product="'+ data.id +'" data-variant="'+ firstVariant.id +'" title=""><span class="fa fa-heart-o"></span></span>'; itemHtml = itemHtml.replace(/{{itemWishlist}}/g, wishListHtml);