Growave Integration Guide

rowave is the all-in-one marketing platform that empowers your Shopify store with product reviews, wishlists, loyalty programs, referrals, social login, and UGC. Here is the guideline to make Growave Integration with Boost Product Filter & Search app work.


About Growave

1
  App Information

2
  Growave  Integration Function

  • Display a wishlist heart icon as well as reviews in product items.
  • Build the filter by rating 

How to integrate Growave with Boost AI Search & Discovery

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

1
Install Growave to your Shopify store's apps.
2

Go to Boost AI Search & Discovery -> Tool -> Integration

3
Toggle ON the Growave integration > Confirm that the process will remove old Growave integration data (if any) so the newly selected app data will be used on all themes you have installed.
 Confirm acknowledged that the process will remove old integration data of Reviews, Loyalty, Wishlist + (if any) to use the newly selected app data for integration on all themes installed our app on.
Please continue following these steps only if you're using our app's V3 and just in case the automatic integration process does not work for your store after finishing the previous steps.
4
Go to Sync tab > Overview > select Sync recent updates.

5
Go back to Shopify Admin > Sales channels > Online Store > Themes > Find the theme you are working on > Customize.
6
In the Shopify Theme editor > From the left sidebar, select  App embeds > Toggle ON the 3rd app you'd like to integrate. 
At step 6, if you do not find the 3rd-party app in the App embeds' list, no worries, just move on to step 7.
Learn more about Shopify's App embeds here
7
Go to Boost AI Search & Discovery > Theme > Find the theme you are working on > Action > Edit visual design
8
Go to Product Item section >  in the area you'd like to add your Product's rating/reviews > Add elements > Product rating.

You can add the Product Rating anywhere in the Product Item. To learn more about this element, visit our article here.

Now you're set and ready to go!

If you encounter any issues during the integration process, please don't hesitate to contact our support team for further assistance at support@boostcommerce.net.


Customize the rating's position for the product items (V2 only)

After the integration, review rating for the product items is automatically enabled. 

By default, review stars are placed under product titles. For placing review stars to a different position, follow this instruction:

These steps below for advanced users whose expertise is in liquid & javascript coding. For further assistance, please contact us at support@boostcommerce.net.
Please find the code line containing [[item <title>]] in the file boost-pfs-filter-html.liquid, and then move it to the place you want:

Please find the code line contain [[itemTitle]] in the file boost-pfs-filter-html.liquid, & then change it to the place you want:

If the file boost-pfs-filter.liquid does not exist, please find it in boost-pfs-filter.js:

If the file boost-pfs-filter.liquid does not exist, please find it in boost-pfs-filter.js:

To use review stars for filtering, refer to the instruction below.

(Optional) Build a filter option by ratings/reviews.

1
Wait about 3 minutes for the syncs to be done before creating a filter option by review ratings
2

Go to the app's Filter > Manage Filter Trees > From a filter tree, click Add a filter option button > Choose Review Ratings > Click 2 Save buttons. Refer to this article for more details.

Judgeme review

Note: An automation will add/delete metafield in the in-app Metafields setting once the integration is enabled/disabled. Kindly do not remove it.

Note: An automation will add/delete metafield in the in-app Metafields setting once the integration is enabled/disabled. Kindly do not remove it.

If you encounter any issues during the integration process, please don't hesitate to contact our support team for further assistance at support@boostcommerce.net.


Integrate Growave Wishlist

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.
3
In Asset folder, find this file named:  boost-sd-customization.js.
4
Add the code snippet below to the boost-sd-customization.js file:
if (window.boostSDAppConfig) {
  window.boostSDAppConfig.integration =  Object.assign({
     currencies: 'best'
 }, window.boostSDAppConfig.integration || {});
}
5
Click Save and you're all set!
If you encounter any issues during the integration process, please don't hesitate to contact our support team for further assistance at support@boostcommerce.net