Hey guys
I hope someone can help with the shopify reviews app. Our store is live for 3 years and we had reviews working fine from the Shopify app on Retina. But recently I noticed they are not visible and no new reviews can be made.
It says
Customer ReviewsBased on 6 reviews Write a Review
But no stars, no reviews and if you click ‘Write a review’ it links nowhere.
They are listed ok on the app but just not visible. Don’t know when or how this change came about. I’ve looked at the code and as far as I can tell, it’s the same as was installed originally, as they tell us to copy and paste. I don’t want to make changes in case I delete all the reviews there already.
Can anyone tell me what went wrong and how to fix it please?
Thanks for your time.
I copy details of code below. Is it there twice?
{% if section.settings.product_description_position == “top” %}
{% if product.description != blank %}
{% unless collection_handles contains ‘coming-soon’ %}
{% include ‘product-form’ with ‘product’ %}
{% endunless %}
{% comment %}
{% if section.settings.product_description_position == “bottom” %}
{% if product.description != blank %}