Hello,
I’m currently working on updating our store to a new theme and I’m having trouble on the new product page.
I’d like to add our Products Reviews (from the Shopify Product Review App) into a collapsible tab, however it is only letting me post text in it.
I’ve gone into the edit code mode and tried pasting this:
<div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>
and this
"shopify:\/\/apps\/product-reviews\/blocks\/reviews\/bae150af-8da8-48b2-9867-398188115e5f"
However neither work. I’m getting a message saying the content has to be
or
- .
Is there a way using metafields I can bring in my product reviews?
Thanks