Wix (beta)
In this article, we describe how to integrate with Wix. DSTNC can automatically import catalogs requiring no more than a few steps.
Last updated
In this article, we describe how to integrate with Wix. DSTNC can automatically import catalogs requiring no more than a few steps.
Last updated
Please note:
This is a partial integration. Order sync is currently not available with Wix.
With DSTNC, you can publish and automatically sync products between your Wix store and DSTNC. Tracking details can be entered through the , as Wix doesn't currently allow orders to be synced.
To enable the inventory feed sync, you will need to do the following:
Click on Edit Site from the main Wix dashboard menu.
In the editor, turn on Dev mode by clicking it on the top bar.
On the left side menu, click on the plus sign next to Backend > New js. File.
Next, rename the new file to “http-functions.js
”❗️If the file already exists, we recommend co-tagging a developer to ensure your current setup continues to operate as expected, as the file contents will need to be copied into the existing file.
Copy paste the following code to the editor and, click save, and then publish.
The last step is to turn off Dev mode and hit publish again.
There are two main mistakes that we often see as the cause for a failed Wix feed on DSTNC. If your Wix feed is not fetching products or is giving an error, please verify the following:
Ensure that the URL entered is correct. It should either be in the format of https://.wixsite.com// or https:///
Ensure there is no Wix example code included in the file. Wix can sometimes include example code in the functions file. It should look like this:
If so, this may need to be removed for the feed to work. If you're unsure about the nature of the code embedded in the file, we recommend checking with a Wix developer to make you don't delete the wrong piece of code.
If you have ensured all of the above, and the feed is still not loading as expected, kindly take screenshots of your backend, and forward them to support@dstnc.com.
Ensure the file is named correctly. If it is not correctly named, DSTNC is unable to access the product data from the store. If https://.wixsite.com//, you should be able to access: https://.wixsite.com//_functions/productsListing If https:///, you should be able to access:
Brands using Wix can use translation tools provided by Wix for automated or manual translation into other languages, aside from your base language (). Unfortunately, the translated content is currently not available when syncing products. As such, only the base language is available on the platform.