Highlight your store’s collection of reviews by displaying the Product Reviews Widget on your Shopify Checkout page.
To display the Product Reviews Widget on your checkout page:
- Inside the Shopify Themes menu, click the "... " button next to customize, and select"Edit code".
- Open the checkout.liquid file.
- Copy the following script:
<script async src="//loox.io/widget/loox.js?shop=STORE.myshopify.com"></script>
- Paste the script at the bottom of the file's body, above the tag.
- Replace the STORE.myshopify.com with your store's .myshopify URL.
Note: Make sure there are no extra spaces in the code (especially between the shop= and the .myshopify URL).
- Copy and paste the Product Reviews Widget’s code mentioned below in the location where you would like it to appear:
<div id="looxReviews" data-loox-aggregate></div>
- Click “Save.”