Skip to main content
Wix Integration
Updated over 2 weeks ago

What We Currently Support in Wix

The following features are supported in Wix:

How to Integrate Sign Customiser in Wix

To integrate Sign Customiser with Wix, you need to subscribe to our Universal Plan.

Steps to Integrate:

  1. Log in to your Sign Customiser account.

  2. Create your customiser.

  3. Navigate to Overview settings in the menu of your customiser.

  4. Click Copy to copy the embed code.

Embedding Sign Customiser in Wix

  1. Log into your Wix account.

  2. Create a new page or select an existing page where you want to display the customiser.

  3. Add a new Embed HTML element (Wix Guide).

  4. Paste the copied embed code into the element.

  5. (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>
  6. Replace YOUR_CUSTOMISER_ID with the actual ID of your customiser.

  7. 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.

Did this answer your question?