Skip to content

Installation

Install from the Shopify App Store

  1. Visit the SimplerSuite Reviews listing in the Shopify App Store
  2. Click Add app
  3. Authorize the requested permissions
  4. 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:

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.