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
Okendo allows Shopify stores to collect and showcase customer reviews and ratings, building trust and credibility with potential buyers. It provides tools for gathering detailed feedback and displaying it attractively, boosting conversion rates and enhancing the overall shopping experience.
① Go to your product page settings in Webflow and add the code snippet below to the custom code section inside the <head> tag.
<meta name="oke:USER_ID" content="1ec34ba6-5bcc-4cb7-8506-0f7f27207988"/>
<script async src="https://cdn-static.okendo.io/reviews-widget-plus/js/okendo-reviews.js"></script>
② In the code snippet you just pasted, change the USER_ID in the code snippet with your own user ID. You can get it from your Okendo Dashboard > Settings > Integrations > Credentials.
For example, if your user ID is 789-0014-46231, the final value of the name attribute in the meta tag would look like "oke:789-0014-46231"
③ In your product page in Webflow add the following code snippet as an embedded html element. Don't forget to change the PRODUCT_ID with your product's ID. If you are using CMS, connect it to the corresponding CMS field.
As an example the final value would look like "shopify-799541123477"
<div data-oke-reviews-product-id="shopify-PRODUCT_ID"></div>
Take a look at the official guide of Okendo for other widgets.