Shopify Storefront data and cart logic is bound to your Webflow elements through Shopyflow attributes. Connecting your Webflow site to Shopify is done by adding custom attributes to your Webflow elements.
Yet, you are not required to type or edit attributes manually. Shopyflow provides you with the pre-configured components needed to create your store, as copyable Webflow elements right in Webflow designer.
All the copyable Shopyflow Components are native editable Webflow elements. There is no layout or styling limitation on any element.
In the below image hover your mouse on the hotspots to see all the required Shopyflow attributes to build a product page like this in Webflow
Judge.me is a review management app designed for e-commerce platforms that allows businesses to collect and display customer reviews and ratings on their products and services. It helps build trust and credibility among potential customers by showcasing user-generated content and enhances SEO, driving more traffic to the store through rich snippets and improved search rankings. Follow this guide to learn how to integrate your Shopyflow store with Judge.me.
① Go to Shopify Admin > Judge.me Reviews > General Settings > Developers and enable platform-independent review widgets.
② Copy the code snippet and paste it into your Webflow site settings.
③ Go to your product page and add the following code snippet as an embedded html element. Don't forget to add your Product ID and Product Title. If you are using CMS, connect the Product ID and the Product Title to corresponding CMS fields.
<div class="jmem">
<!-- The Judge.me widget will be rendered here -->
<div class="jdgm-widget jdgm-review-widget jdgm-outside-widget"
data-id="ENTER PRODUCT ID"
data-product-title="ENTER PRODUCT TITLE"></div>
</div>
Take a look at the official guide of Judge.me to find more widgets.