Installation
Install from the Shopify App Store
- Visit the SimplerSuite Reviews listing in the Shopify App Store
- Click Add app
- Authorize the requested permissions
- You’ll be redirected to the SimplerSuite Reviews dashboard inside your Shopify admin
Add the Widget to Your Theme
After installing the app, add the review widget to your product pages:
Option 1: Manual Installation (Recommended)
Add this snippet to your product template (e.g., sections/product-template.liquid):
<div id="swiftreviews"></div><script> window.__swiftreviews = { shopDomain: "{{ shop.permanent_domain }}", productId: "{{ product.id }}", };</script><script src="https://cdn.swiftreviews.app/widget.js" async defer></script>Option 2: Automatic Installation
In the SimplerSuite Reviews dashboard, go to Settings → Installation and click Auto-install widget. This uses Shopify’s ScriptTag API to inject the widget automatically.
Headless Setup
If you’re using Hydrogen, Remix, or Next.js, see the React Components section instead.