⬇️Installing Review Widgets Manually
You can add WiseReviews widgets manually to your theme. This requires technical knowledge and basic coding skills.
Create WiseReviews snippets


This step is required in order to render the WiseReviews snippets. Copy the liquid files below and put them under the snippets
folder.
<wise-star-rating {% capture productID %}{{ product.id }}{% endcapture %} data-average-rating="{{ shop.metafields.wisereviews.reviews.value.products[productID].average_rating }}" data-reviews-count="{{ shop.metafields.wisereviews.reviews.value.products[productID].reviews_count }}" data-star-size="{{ star_size }}" data-align="{{ align }}"></wise-star-rating>
<wise-product-reviews data-product-id="{{ product_id }}" data-default-type="{{ default_type }}"></wise-product-reviews>
<wise-featured-reviews></wise-featured-reviews>
Rendering the widgets
Navigate Online Store → Themes → Edit Code.
Paste the code snippet in your Shopify Liquid file.
Product Reviews

{% render 'wise-product-reviews', product_id: product.id, default_type: 'product_reviews' %}
Star Rating (Collection)

{% render 'wise-star-rating', product: product, star_size: '18', align: 'left' %}
Star Rating (Product Page)

{% render 'wise-star-rating', product: product, star_size: '18', align: 'left' %}
Installing WiseReviews on Page Builder
Page builders like PageFly, Ecomposer, and GemPages have slightly different installation processes. Please follow the video below to learn how to install the WiseReviews widget on your chosen page builder.
PreviousDisplaying Star Ratings on Organic Google Search ResultsNextWhy are all my product pages showing the same reviews?
Last updated