How to uninstall Rivio Reviews from your Shopify store?
In order to fully remove Rivio Reviews from your shopify store, first, you'll have to delete the app from your Apps, and then follow the step-by-step guide below.
1. Step
In your Shopify admin page, go to "Online store/Themes".
2. Step
Click on "Edit HTML/CSS".
3. Step
Open the Templates folder and open the “product.liquid” file.
4. Step
Remove the code below from the source:
<!--REEVIO EMBED--> <div class="reevio" data-reevio-api-key="Qq1B4pwJXuDnvYbaRJ9wGUe27rw2QSveSksMjPk6TA5cpScQrcbXG2zD3WvGpBx5" data-reevio-product-id="{{ product.id }}" data-reevio-name="{{ product.title | escape }}" data-reevio-lang="en" data-reevio-url="{{ shop.url }}{{ product.url }}" data-reevio-type="{{ product.type }}" data-reevio-image-url="{{ product.featured_image | product_img_url: "large" |replace: '?', '%3F' | replace: '&','%26'}}" data-reevio-description="{{ product.description | escape }}" data-reevio-shopify-variants="{{ product.variants | json |escape }}" data-reevio-shopify-options="{{ product.options | escape }}" data-reevio-brand="{{ product.vendor | escape }}"> </div><div class="rivio-website-link" style="text-align:right"><a href="http://getrivio.com" style="opacity:0.8;font-size:11px;">Product reviews by Rivio</a></div> <!--END OF REEVIO EMBED-->
5. Step
Click on the "Save" button.
6. Step
Open the Snippets folder and open the “product-grid-item.liquid” and/or the "product-loop.liquid" file(s). (Both files may contains this snippet.)
7. Step
Remove the code below from the source:
<!--RIVIO SNIPET--> {% assign rivioavg = product.metafields.reevio.reviews_average | plus:0 %} {% assign riviocount = product.metafields.reevio.reviews_count | plus:0 %} <div class="rivio-snipet rivio-count-{{riviocount}}"> <span class="rivio-display-wrapper" style="display: none;"> <div class="rivio-standalone-bottomline"> <div class="rivio-bottomline"> <span class="rivio-stars"> {% for i in (1..5) %} {% if i <= rivioavg %} <span class="rivio-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="20" viewBox="0 0 26 28"><path fill="#ffd200" d="M26 10.109q0 0.344-0.406 0.75l-5.672 5.531 1.344 7.812q0.016 0.109 0.016 0.313 0 0.328-0.164 0.555t-0.477 0.227q-0.297 0-0.625-0.187l-7.016-3.687-7.016 3.687q-0.344 0.187-0.625 0.187-0.328 0-0.492-0.227t-0.164-0.555q0-0.094 0.031-0.313l1.344-7.812-5.688-5.531q-0.391-0.422-0.391-0.75 0-0.578 0.875-0.719l7.844-1.141 3.516-7.109q0.297-0.641 0.766-0.641t0.766 0.641l3.516 7.109 7.844 1.141q0.875 0.141 0.875 0.719z"></path></svg></span> {% else %} <span class="rivio-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="20" viewBox="0 0 26 28"><path fill="#ffd200" d="M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109q0 0.344-0.406 0.75l-5.672 5.531 1.344 7.812q0.016 0.109 0.016 0.313 0 0.781-0.641 0.781-0.297 0-0.625-0.187l-7.016-3.687-7.016 3.687q-0.344 0.187-0.625 0.187-0.328 0-0.492-0.227t-0.164-0.555q0-0.094 0.031-0.313l1.344-7.812-5.688-5.531q-0.391-0.422-0.391-0.75 0-0.578 0.875-0.719l7.844-1.141 3.516-7.109q0.297-0.641 0.766-0.641t0.766 0.641l3.516 7.109 7.844 1.141q0.875 0.141 0.875 0.719z"/></svg></span> {% endif %} {% endfor %} </span> <span class="rivio-label">{{riviocount}} Reviews</span> <div class="rivio-clr"></div> </div> <div class="rivio-clr"></div> </div> <div class="rivio-clr"></div> </span> </div> <!--END OF RIVIO SNIPET-->
8. Step
Click on the "Save" button.
Don't forget to check the "product-loop.liquid" file to.
You've successfully removed Rivio Reviews from your Shopify store.
Customer support service by UserEcho