How to Display Reviews on the Shopify Checkout Page

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.”


Related Articles

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article