Platforms
Wix virtual try-on is not a native integration yet
There is no Wix App Market listing or Wix-specific Tryonixs documentation. Shopify, WooCommerce, and the JavaScript SDK are the supported paths today.

Wix + Tryonixs
- Tryonixs does not currently offer a Wix App Market app or a Wix-specific integration guide.
- There is no dedicated /docs/wix or /integrations/wix page because those products do not exist yet.
- Some Wix Stores sites can still load the generic JavaScript SDK through a custom HTML embed, with the usual Wix iframe and camera-permission caveats.
Virtual try-on on Wix
Tryonixs does not currently offer a Wix App Market app or a Wix-specific integration guide.
There is no dedicated /docs/wix or /integrations/wix page because those products do not exist yet.
Some Wix Stores sites can still load the generic JavaScript SDK through a custom HTML embed, with the usual Wix iframe and camera-permission caveats.
Setup guide
Installation
- →There is no Tryonixs Wix app to install from the App Market.
- →If your Wix plan allows custom HTML / Velo, you can paste the public tryonixs-sdk.js script and a Try On button, the same way you would on any custom site.
- →Allowlist your Wix domain (and any connected custom domain) in the Tryonixs dashboard.
SDK setup
- →Initialize Tryonixs.init({ apiKey }) once, then call Tryonixs.open({ productId, imageUrl, productName }) from the embed button.
- →Wix does not automatically pass catalog data into Tryonixs — you supply the product ID and image URL yourself.
- →Wix custom embeds can run in a sandboxed iframe; confirm getUserMedia() camera prompts work on a published HTTPS site, not only in the editor preview.
Best practices
Do not expect a Wix App Market listing or Wix-native settings panel.
Test camera access on a real phone browser after publish.
Contact Tryonixs if you need a supported Wix integration rather than a generic embed.
Wix FAQ
- Is there a Tryonixs app in the Wix App Market?
- No. Tryonixs does not currently list a Wix app or publish Wix-specific documentation.
- Can I still add virtual try-on to a Wix store?
- Sometimes, using a custom HTML embed of the generic JavaScript SDK. That is not a native Wix integration, and Wix iframe sandboxing can block camera access.
- Does this work with Wix dynamic product pages?
- Only if you wire product IDs and image URLs yourself through Velo or per-template embeds. Tryonixs does not sync the Wix catalog automatically.
- Where are the Wix docs?
- There are no Wix docs. See the JavaScript SDK documentation for custom storefronts, or contact us.
