Reviews
- All 3rd party reviews like Yotpo , Growave etc Reviews are based on Product Metafields.
- To integrate them into the product card, first create the a Metafield Filter.
- To create a Metafield filter go to Search Filter Merchandise -> Add Filter Option.
- Create the Product Metafield, with appropriate Namespace and Key.
- Pls ensure you choose - ‘Metafield Display’ for this type for metafield. This will ensure that this data point will be used only for Display Purposes.
- Then copy the internal field name and update it in the Response Fields. (Search & Collections -> Filter Settings -> Extra Properties -> Response Fields).
- Pls sync all the products to ensure the data for the new metafield is synced.
- In case you find any issues during the integration, feel free to reach out to Frenzy Support.
Growave Reviews Example
Here we discuss the process of integrating Growave Reviews for a Store using Product Grouping.- Grouped Product reviews are stored under the Product Metafield - Namespace- ssw, Key- unite_review.
- Individual Product reviews are stored under the Product Metafield - Namespace- ssw, Key- review.
- Once the metafields are created in Frenzy Shopify portal, add the following code to the callback function-
window.FrenzyProductGridChangeCallBack. - This will add Reviews next to Product Titles.
Yotpo Reviews Example
Here we discuss the process of integrating Yotpo Reviews.- Yotpo Reviews can be integrated customizing Frenzy Product Card HTML. Add the code below to the product card. (Reference)
- Add the following code to Shopify theme.liquid file.