How to Insert Reviews on Shopify Product and Collection pages
Reviews on Product page
First, in Shopify panel go to Online stores, and then choose Themes. In current theme find Actions and Edit code.
Check your Layout/theme.liquid file. You should have this code in the bottom of the page
If you don’t see it insert the code and click ”Save” button.
Follow next steps to install Review box on product page: Find Templates/product.liquid, put the code bellow and click “Save”.
Then, go to General settings and check if your Review Widget is activated.
Reviews on Collection page
First, in Shopify panel go to Online stores, and then choose Themes. In current theme find Actions and Edit code.
Check your Layout/theme.liquid file. You should have this code in the bottom of the page
If you don’t see it insert the code and click ”Save” button.
Follow next steps to install stars on Collection page: Find Snippets/product-grid-item.liquid, put the code bellow and click “Save”.
Then, go to General settings and check if your Review Widget is activated.
Rating stars under title on Product page
First, in Shopify panel go to Online stores, and then choose Themes. In current theme find Actions and Edit code.
Check your Layout/theme.liquid file. You should have this code in the bottom of the page
<script src="https://shopbooster.co/ali/reviews_js.js" ></script><script src="https://shopbooster.co/ali/theme_js.js"></script>
If you don’t see it insert the code and click ”Save” button.
Follow next steps to install product page stars: Find Sections/product-template.liquid, put the code bellow after </h1> or </h2> and click “Save”.
Then, go to General settings and check if your Review Widget is activated.