Setup a Review Form on the Product Page

Setup a Review Form on the Product Page

Introduction

An AiTrillion review form on a product page is a feature that allows customers to submit reviews and ratings for a product. Use this Knowledgebase to learn how to set up a form in the new modern way or the older legacy way.

How it would look in your store:

Latest Method: Shopify theme 2.0 (automatic installation of review form)

After you enable the review module on your store.

Step 1: Go to your Shopify admin > theme > Customize

Step 2: Open the page to which you want to add a block for example: Products > Default product

Step 3: Click on Apps > Add block

Step 4: Add AiTrillion Blocks on your product detail page

Older Method: Manual installation for Shopify Old themes

Step 1: Copy the code in bold below:

<div id="aio-product-detial-reviews" class="page-width" attr-value="{{product.id}}"></div>

Step 2: Go to Shopify Admin > Online Store > Themes > Actions(Published theme) > Edit Code

Step 3: Create a snippet with name - Product.liquid


Step 4: Paste the below code

<div id="aio-product-detial-reviews" class="page-width" attr-value="{{product.id}}"></div>

Step 5: Copy the below code

{% render 'product-form.liquid' %}

Step 6: Paste the code on the product detail page in the store theme.

📝 This code needs to be pasted where you want the required information to be.

Template > Product.liquid

    • Related Articles

    • Setup Product Review Reminder Emails

      Introduction With AiTrillion, You can send reminder emails to request product reviews an ‘X’ number of days after the first review email has already been sent. These emails will remind customers to leave a review and that they can get loyalty points ...
    • Setup Product Review Popup

      Introduction AiTrillion can help you boost your conversion rates by collecting and leveraging reviews, ratings, and Q&A with product review pop-ups. Here are the steps to set up Product review popup: Step 1: Go to Smart Popups > Create New > Product ...
    • Setup Site Review Gallery

      Introduction The site review gallery widget will show all site reviews on one page. This is a step-to-step guide for the setup of site review gallery. Here are the steps to setup site review gallery: Step 1: Go to Product Review >Display Reviews > ...
    • Move Review Section in the Product Detail Page

      Introduction In this article, we'll explore the importance of the review section's placement on the product detail page and provide practical insights into how to effectively move this section, empowering you to enhance your online storefront's ...
    • Setup Group Product Review

      Introduction In this article, we'll delve into the practical steps involved in setting up group product reviews, empowering businesses to optimize their review systems and enhancing customer satisfaction In today's competitive online marketplace, ...