Note: Hundo is automatically installed when using most Shopify themes. If you're using a custom Shopify theme or you want to customize the location of where customer reviews are displayed within your Shopify store this article is for you.
👉 Learn more about the available review widget types.
Overview
Instructions
1. Edit your store theme
- Head to your Shopify store theme settings
- With your current theme, select Edit Code from the Actions dropdown button
2. Modify your product detail page template
- Click on product-template.liquid (or other product detail template) from the left sidebar to edit the file
- Locate the following line of code (using CTRL+F to search):
3. Adding the preview review widget
- Generally best placed near the product title, price, or buy now button:
<div id="hundo-widget-preview"/>
4. Adding the collection review widget
- Generally best placed near the product title or price on your collection page template:
<div id="hundo-widget-collection"/>
5. Adding the summary review widget
- Generally best placed near the bottom of your product detail page template:
<div id="hundo-widget-summary"/>
6. Previewing Hundo reviews on your Shopify store
- Head to your Shopify store
- Navigate to a product detail page (a specific product)
- Append the following to the end of the URL in your browser:
?hundo_demo=true