Add Customer Reviews widget manually
If you are using an old Shopify 1.0 (vintage) theme, you need to add the widget manually. Follow these steps to add the widget code to your Shopify store:
Click on the "Add widget manually" link.

Click the "Copy to clipboard" button.

Go to "Themes" and click "Edit Code".

We recommend contacting your in-house developers or the Reputon team to correctly add the code to your theme. If you want to add the widget to specific pages, the following files are usually used:
Homepage:
index.liquid
Specific place on every page of your website:
theme.liquid
Product pages:
product.liquid
Bottom of every page:
sections/footer.liquid
Please note that file names may vary depending on your theme, such as main-product.liquid
instead of product.liquid
.
For example, to add the widget to every page under the main content, insert the code into the theme.liquid
file within the main
block, directly below {{ content_for_layout }}
.

The result: The widget will be displayed under the main content on every page.

Questions about the widget or need assistance? We're excited to help: support@reputon.com or live chat.
Last updated
Was this helpful?