How to enable the variant wise wishlist?
If you want to allow your customer to add the specific variants of product in the Wishlist so you can use feature of "Product Variant Wishlist".
i.e. suppose you have a product A and it has 3 color variants (black, blue and white) and customer want to add only blue color of product A in wishlist so they will able to do it if you enable the "Product Variant Wishlist" feature in App Setting.
- Go to Setting >> General Setting >> Enable Product Variant Wishlist.
- If you enable this feature then you need to use the below shortcode for displaying the wishlist icon on the product page & collection page to detect variants.
<div class="th_wl_btn" data-product_id="{{ product.id }}" data-variant_id={{ product.selected_or_first_available_variant_id }}></div>
(Note:- If you are using a custom theme then we need to set up a call back function so that you need to contact our support team at support@webcontrive.com so our app team will help you to set up everything perfectly.)