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
Next➡️
💡Tips for Product & Site review