Integrate Advanced Wishlist with Product Filter & Search Apps

Modified on Fri, 9 Jan at 4:12 AM

When you install any third party Filter app to your store, the wishlist button doesn't get initialized automatically. In this article we show you how to make our wishlist buttons appear on product items on asynchronously loaded pages.

  1. From your Shopify admin, go to Online Store > Themes. 
  2. Find the theme you'd like to integrate the app and click Actions (⋯) > Edit code.
  3. In Asset folder, search for the file where liquid file "custom.css.liquid", "boost-sd-custom.js", or  any other custom file.
  4. Copy this code snippet and paste into the file (make sure it doesn't intervene with any existing codes inside the file by pasting it into a new line)
  5. {% render 'hulkapps-wishlist-collection-btn', productId: product.id, variantId: product.selected_or_first_available_variant.id %}
  6. You might have to contact the Filter & Search app developers for adding the below code to their code.
  7. Click Save and you're all set!
  8. Our app works impeccably with Cloud Search & Filter app.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article