Hello!
I am trying to install the Shopify Reviews app to my website (specifically, under the photos), and I can get the app to show, but after posting a few test reviews, nothing ever updates. It always remains at “no reviews.”
https://artnomalli.com/products/sticker-sheet-genshin-impact-slimes-p2
I am using the Minimal theme, and I put the code “
{{ product.metafields.spr.reviews }}
” in product-template.liquid, here:
{% if section.settings.product_image_zoom_type == 'lightbox' %}
{% for image in product.images %}
-
{% endfor %}
{% endif %}
{{ product.metafields.spr.reviews }}
Not sure if that’s a place where it will not work––any help or guidance would be greatly appreciated.
Thank you so much in advance!