Product Review not working.. Played too much?

Solved
Odding
Excursionist
19 0 2

Hello folks, I do really need your help.

 

I'm trying to re-add the app 'Product Reviews' but it's currently not working.. Can anyone help me with this?

 

my website is; www.fietseuh.nl

 

If you need anything, tell me.. 

 

I need to add: 
<div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>

 

into this:  snippets/product-description-tabs.liquid file 

 

Below the 'product.description' tag.. but I can't find this

Accepted Solution (1)

Accepted Solutions
oscprofessional
Shopify Partner
14212 2144 2775

This is an accepted solution.

Hello @Odding,

Please add your code in product-template.liquid file

prod-descp.jpg

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant

View solution in original post

Replies 2 (2)
oscprofessional
Shopify Partner
14212 2144 2775

This is an accepted solution.

Hello @Odding,

Please add your code in product-template.liquid file

prod-descp.jpg

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify App | Shopify SEO | Digital Marketing | Shopify Strategies Consultant
Odding
Excursionist
19 0 2

I have done that but it's currently still not working

 

<div class="product-single__description rte">
{% include 'product-description-tabs' %}
</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 %}

 

This is how it's added..