Articles on: Tutorials 📚

How to show all my reviews on my product pages

Wide Hello! 😁

By default, WideReview will create a carousel on your product pages that will only contain the reviews of the relevant product. But if you want you can display the reviews of your whole shop very easily!

Let's see how to do it 👇

Check whether your theme is a 2.0 theme or an older theme



Shopify has a new theme system. They are called 2.0 themes. And even though this version should become the standard, there are still many themes on the old version.

As this tutorial will change depending on the version of your theme, I invite you to check your theme version.

To do this, it's easy, just read this tutorial: How to find out if you have a 2.0 theme

If you have a 2.0 theme 👇



Open your theme and click on Customize



Open your product page



Look for "WideReview Carousel" in the sections on the left and click on it



Check "Show all the reviews"



Save and that's it!

If you have an old theme 👇



Open your theme and click on Actions then Edit Code.



Open the file "product.liquid" which is in "Templates".



Scroll to the bottom of the page and find this code : {% render 'widereview' %}



Add right before this line the following code <div id="widereview-module" product-id="[all]" form-product-id="{{ product.id }}"></div>



Save and that's it!

Updated on: 06/10/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!