What We Currently Support in Webflow
The following features are supported in Webflow:
iFrame Embed Theme Installation
Add to Cart (requires custom implementation)
Order Integration (not supported)
Manufacturer Emails (not supported)
How to Integrate Sign Customiser in Webflow
To integrate Sign Customiser with Webflow, you need to subscribe to our Universal Plan.
Steps to Integrate:
Log in to your Sign Customiser account.
Create your customiser.
Navigate to Overview settings in the menu of your customiser.
Click Copy to copy the embed code.
Embedding Sign Customiser in Webflow
Log in to your Webflow account.
Create a new page or select an existing page where you want to display the customiser.
Click on the section or container where you want to add the customiser.
Click on Add Elements in the Webflow menu, then select and drag the Code Embed element (Webflow Custom Code Embed Guide) into your section or container.
Paste the copied embed code into the Code Embed window and save your changes.
(Optional) If the customiser does not fill the container, add the following styling to your
<iframe>
code:style="width:100%; height:100%"
Your final embed code should look like this:
<iframe src="<https://web.signcustomiser.com/embed/YOUR_CUSTOMISER_ID>" style="width:100%; height:100%"></iframe>
Replace YOUR_CUSTOMISER_ID with the actual ID of your customiser.
For help finding your ID, refer to our guide: Find Your Sign Customiser ID.
FAQ
How do I connect the Sign Customiser app to use the "Add to Cart" functionality?
Connecting the Sign Customiser to use the "Add to Cart" feature in your store requires custom implementation. Please follow our How to Handle "Add to Cart" Actions guide to get started.