Custom Review App

Product reviews are important in E-commerce because they allow shoppers to leave a comment about their buying and using experiences. Besides, customers often believe that a good product is one that has many positive reviews. So product reviews have a huge impact on purchasing. In this article, we will show you how to integrate app reviews into your theme.

You need to install the app review that you want to use, then contact the app's support first to get the snippet code. You will follow the instructions of the app and theme to integrate it. Currently, Kalles theme supports these apps below:

However, if the app you want to use is not one of the apps above, please install the app and select Other app.

This is the guideline to help you can show the review app.

Step 1:

You need to click Theme settings > App Embeds > Enable the app review.

Step 2:

Please click Theme settings > General Product > Tick on the check box app review that you use.

Step 3:

  • If you want the product review will show on product grid of the Homepage and Collection Page.

You need to click edit code, then find the "review_grid_other.liquid" and Add Snippets Liquid like the guideline. This is the example with Judge.me app review:

  • Show review after product price: You need to click on Product Price, review block > Enable Use Rating > Add Snippet Liquid.

  • Show review on product tab: Please click on Tab Review > Add Snippets Liquid.

Each app has a different snippet code, you need to contact the support app to assist.

These codes I used to integrate for Judge.me.

  • Show review on product grid page of the Homepage and Collection Page. Insert this code below into "review_grid_other.liquid" file.

{%- render 'judgeme_widgets', widget_type: 'judgeme_preview_badge', jm_style: '', concierge_install: true -%}
  • Show review after product price

{% render 'judgeme_widgets', widget_type: 'judgeme_preview_badge', jm_style: '', concierge_install: true, product: product %}
  • Show review on product tab

{% render 'judgeme_widgets', widget_type: 'judgeme_review_widget', concierge_install:
 false, product: product %}

[Private Offer] EComposer Partner Plan

Exclusively for Kalles users, you can get EComposer - Theme Partner Plan for ZERO and start making beautiful, high-converting store pages today:

  • FREE 100% EComposer Standard plan for 6 months (save you $114)

  • Build ANY Shopify pages: Landing page, Sales Funnel page, Lead pages, & other custom pages tailored for your marketing campaigns.

  • Create advanced sections & add to Kalles with ease

  • Save up to 50 pages/sections

  • 100+ professional, stunning pre-designed templates

  • Anyone can build pages with live drag-drop editor

How to claim offer: Install EComposer HERE. Then open chatbox icon in EComposer dashboard and leave a message with subject “Kalles+EComposer” to upgrade for free

Cheers, The4.

Last updated