Skip to main content
All CollectionsThird-Party App IntegrationWishlist
Listr: Wishlist + Reminder Integration Guide
Listr: Wishlist + Reminder Integration Guide
Thomas Ta avatar
Written by Thomas Ta
Updated over a week ago

πŸ“– Here is an article to help you learn how to integrate Wishlist + Share + Reminder with Boost AI Search & Discovery.


About Wishlist + Share + Reminder

1 App Information

2 Integration Function

  • Unlock the ability to filter and bookmark products during shopping time.


How to integrate Wishlist + Share + Reminder with Boost AI Search & Discovery

This feature only works with Boost AI Search & Discovery V3 . To find out which version of our app your store's current theme is installed with, please follow this article.

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, find this file named: boost-sd-custom.js.

4 Add the code snippet below to the boost-sd-custom.js file:

if (window.boostSDAppConfig) { window.boostSDAppConfig.integration = Object.assign({ wishlists: 'wishlist-1' }, window.boostSDAppConfig.integration || {}); }

5 Click Save.

6 Go back to Shopify Admin > Sales channels > Online Store > Themes > Find the theme you are working on > Customize.

7 In the Shopify Theme editor > From the left sidebar, select App embeds > Toggle ON the 3rd app you'd like to integrate.


​

If you encounter any issues during the integration process, please don't hesitate to contact our support team for further assistance at [email protected].

Did this answer your question?