Set Up a Review Form on Product Page | Collect Customer Feedback with AiTrillion

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

    • Product Review Program To-do points before the launch

      Introduction Launching a Product Review Program is a powerful strategy to gather authentic feedback, enhance your product's credibility, and drive customer engagement. However, careful planning and preparation are crucial to ensure the program's ...
    • Enable Auto Optimization of Review Request Email

      Introduction As review request emails are rendered differently across various browsers, devices, and email clients, AiTrillion offers the ability to choose the type of review request form-type that you wish to display to your customers. Here are the ...
    • 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 > ...