Support for product reviews #54
Replies: 1 comment 1 reply
-
The plugin you mentioned from Shopify stores a metafield on each product which contains the HTML to dump out the default product review. All of the actual reviews are stored on a custom endpoint that doesn't have public access so there is no direct way to pull these in. This all works from the Shopify side (if you built a theme in it) as it then injects JS which calls the API and loads the data. This isn't possible through the Admin API/Storefront API. If you wanted to use an addon that is integrated on the Shopify side, you'd need to find something that had an API you could reference. One of the biggest stores that I know that use Shopify Storefront API (front-end) is Victoria Beckham Beauty and they seem to be using yotpo for the reviews so you may be able to look there for more answers. |
Beta Was this translation helpful? Give feedback.
-
PRODUCT REVIEWS
I'd love the ability to add product reviews. I was surprised to see as Im setting up my shopify store that they aren't included out of the box. I know there's a ton of third party apps that offer the ability but it looks like standard might be Shopify's native app they built.
That being said, I reckon supporting shopify apps is a whole rabbit hole but I'd love to see if we can get basic support for the ability to have product reviews.
Shopify's free app: https://apps.shopify.com/product-reviews
I haven't dived deep on it yet but if I find anything useful, I'll drop it in.
The alternative would be something like stamped.io - From my limited exposure to it, I would think it would be as easy an dropping an iframe into a product page although it is likely the downside of this approach is less UI customization.
EDIT UPDATE
I installed the app on shopify here's their installation instructions:
(There's also instructions for adding the stars to the shopify collections but because those aren't included (yet 🤞🏻) on this addon I've omitted them).
Beta Was this translation helpful? Give feedback.
All reactions