Bonjour, Je souhaite installer “Product Review” sur ma boutique, il s’installe bien mais me mets un message du type : “You haven’t received any reviews yet”…
Il y a bien une info pour installer les codes mais je ne sais pas où les copier…
Add reviews to your product pages
This code snippet displays reviews on your product pages and adds SEO-friendly review scores to your Google search results.
Copy the following code snippet to your clipboard:
<div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>
Paste the snippet in your sections/product-template.liquid file where you want your reviews to appear. Usually this is just below the product.description tag, the code may look something like this:
<div class="product-single__description rte" itemprop="description">
{{ product.description }}
</div>
**<div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>**
{% if section.settings.show_share_buttons %}
{% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product %}
{% endif %}
Once added, save your theme.
Merci pour votre aide.
Pour info, j’utilise Fastlane.