How to uninstall Rivyo App.

To uninstall the app you must need to follow the below-given steps.

Step 1: Remove code from the theme file.

{% render 'th-product-review' %}

Step 2: Remove code from the product template file.

<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: Remove code from the product template to remove the star rating.

(a) To remove the star rating below the product title from the product page.

<div class="wc_product_review_badge" data-handle="{{ product.handle }}" data-product_id="{{ product.id }}"></div>

(b) To remove star rating from collections.

<div class="wc_product_review_badge" data-handle="{{ product.handle }}" data-product_id="{{ product.id }}"></div>

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us