Shopify Metafields are a useful way to store basic review information with Shopify. While the use of Metafields is not required, it's often recommended as this allows key data to load alongside your Shopify theme. Follow this guide to learn more!
Key notes
- 🚨 Syncing data through Shopify's Metafields is currently only available on an as-requested basis - if you are using Shopify's metafields in your theme's Stamped code, please reach out to our support team (support@stamped.io) and we'd be happy to assist!
- For more information on Shopify Metafields, please take a look at Shopify's guide linked here
In this guide
Available metafields data
Here are the liquid metafields namespaces:
{{ product.metafields.stamped.reviews_average | round:2 }} | Returns the product's review's aggregate rating |
{{ product.metafields.stamped.reviews_count }} | Returns the product's total review count |
{{ product.metafields.reviews.rating.value }} | Returns the product's reviews aggregate rating (New namespace) |
{{ product.metafields.reviews.rating_count.value }} | Returns the product's reviews total count (New namespace) |