Topics:
- What is the difference between service reviews and product reviews?
- How do I collect service reviews?
- How do I add a widget to show service reviews on my home page?
What is the difference between service reviews and product reviews?
ProductReview.com.au distinguishes between service reviews and product reviews by providing separate listings for each type of review. Learn more about the difference between product and service listings and the types of reviews that these listings host.
How do I collect service reviews?
To collect service reviews, you will need to either:
- Set up your Shopify integration to collect merchant reviews.
- Add a link to the listing page on your email templates or use Brand Management Platform features like our Write Review Link and Manual Campaigns to collect verified reviews.
How do I add a widget to show service reviews on my home page?
Step 1:
Log into your Shopify admin section and go to edit code.
Step 2:
Click 'Add a new section':
Step 3:
Create a new section and provide a descriptive name (e.g. productreview_homepage_widget).
Step 4:
Within the new liquid section, include the following code:
<div class="custom-text-section">
<h2> {{ section.settings.custom_text_title }} </h2>
<div>{{ section.settings.custom_text_body }}</div>
</div>
{% schema %}
{
"name": "ProductReview widget",
"settings": [
{
"id": "custom_text_title",
"type": "text",
"label": "Title",
"default": "Reviews on ProductReview.com.au"
},
{
"id": "custom_text_body",
"type": "html",
"label": "Add widget code below",
"default": "<p>Add your widget code here</p>"
}
],
"presets": [
{
"name": "ProductReview widget",
"category": "Custom"
}
]
}
{% endschema %}
Step 5:
Go to 'Customise theme' and click 'Add section' to find the new section you have created
Step 6:
Go to the ProductReview.com.au Brand Management Platform and find the relevant widget code on your ProductReview catalog
Step 7:
Follow the relevant installation steps to obtain the relevant code for your widget.
Step 8:
Go to the new section you have created on your Shopify store and paste the Step 2 code into the relevant field:
Step 9:
Go to the brand management platform and add in additional customisation options if required (e.g. additional padding, colour changes for rating stars, etc.)