Add Customer Reviews widget manually
Learn how to add the Customer Reviews widget manually in Shopify. Follow simple steps to copy code, edit theme files, and display reviews anywhere on your site.
Last updated
Was this helpful?
Learn how to add the Customer Reviews widget manually in Shopify. Follow simple steps to copy code, edit theme files, and display reviews anywhere on your site.
For Shopify 1.0 (vintage) themes that don't support the drag-and-drop Theme Editor, you can add the widget directly via code. There are three ways to do it, pick the one that fits your setup.
Is this for you? If your Shopify theme was built before Shopify 2.0 (released 2021), it won't have the App Blocks feature. In that case, you'll need to add the widget code manually. Modern Online Store 2.0 themes can add widgets directly via Online Store → Edit Theme without any code.
Click Add widget manually
Click Copy Code


There are three ways to add the widget. Choose based on your technical comfort level and where you want the widget to appear:
Custom Liquid Add a block in the Theme Editor. No file editing needed.
Custom HTML block Add a content block and paste HTML. Good for page builders.
Edit Code Paste directly into theme files. Most flexible, requires dev skills.
Recommended for most stores. Custom Liquid requires no developer skills and keeps your widget manageable through the visual editor. If Custom Liquid isn't available in your theme's section list, try the HTML Block method instead.
The easiest method, it works without touching any theme files. Available in most Shopify themes via the Theme Editor.
Open Online Store → Edit Theme
Go to the page where you want the widget
Click Add section → Custom Liquid
Paste your widget code into the Liquid field
Click Save

Custom HTML block
Open the Theme Editor and go to the target page
Add a Custom content block
Add an HTML block inside the content section
Paste your widget code into the HTML field
Click Save
Edit code
Developer method. Editing theme files directly can break your storefront if done incorrectly. We recommend working with your in-house developer or contacting Reputon support for assistance.
Go to Online Store → Themes → Edit Code
Open the correct theme file
Paste the widget code at the right location
Click Save and verify on the storefront
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 here to help: support@reputon.com or live chat
Last updated
Was this helpful?
Was this helpful?