This guide shares the Shopify Metafields that Stamped interacts with regarding product reviews data. Shopify Metafields are a useful way to store basic reviews information with Shopify. While use of Metafields is not required, it's often recommended as this allows key data to load alongside your Shopify theme.
For more information on Shopify Metafields, see here.
In This Guide
Available Metafields Data
Here are the liquid metafields namespaces:
{{ product.metafields.stamped.reviews_average | round:2 }} | Returns the product's reviews aggregate rating |
{{ product.metafields.stamped.reviews_count }} | Returns the product's reviews total 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) |