Hi!
Hopefully a simple one to solve…
I am trying to have place the product review widget inline in the product description so that we can refer to the reviews in the text and have the reviews carousel directly below. I have copied the code (
{{ product.metafields.spr.reviews }}
) that inserts the reviews snippet from the product-template.liquid into the (HTML) text editor for the product variant, but it is just displaying “{{ product.metafields.spr.reviews }” so the code isnt being interpreted properly - any ideas how I can get this working?
Thanks in advance!