How to install Rivyo App manually?
Step 1: Add a file for review.
Please add the below code to the theme.liquid file before </body> tag over.
{% render 'th-product-review' %}
Step 2 : Add reviews to your product pages.
To display product review section, Please add below code at your product template or product section at any desired location.
<div id="wc_review_section" class="wc_review_main_content" data-url="{{ shop.url }}" data-handle="{{ product.handle }}" data-product_id="{{ product.id }}" data-limit="0"></div>
Step 3 : Display average star rating badge to your collection pages or the product page.
Copy the following code snippet to your clipboard:
<div class="wc_product_review_badge" data-handle="{{ product.handle }}" data-product_id="{{ product.id }}"></div>
|
If you are facing issue with installation then feel free to contact our support team at support@webcontrive.com so they are happy to help you to setup everything perfectly.