Tired of the guesswork in online fashion shopping? Say hello to Tryona – your personal virtual fitting room that brings the dressing room experience right to your smartphone!
Tryona isn't just another shopping app. It's your fashion crystal ball, powered by cutting-edge AR technology and AI. Imagine slipping into that trendy jacket or twirling in that gorgeous dress – all before hitting 'Add to Cart'!
Here's what makes Tryona your new shopping BFF:
With just a few lines of code, Tryona easily integrates with your online store. Our API works flawlessly across numerous e-commerce platforms, bringing Tryona's virtual fitting room to life. Think of it as a personal stylist for every customer—effortless for you, magical for them!
Here's how it works:
<iframe id="tryona-iframe"
class="tryona-iframe"
scrolling="no"
style="overflow:hidden;border: 1px solid #eeeeee;border-radius: 5px; background-color: #ffffff;"
loading="lazy"
allowfullscreen
referrerpolicy="no-referrer-when-downgrade"
width="100%"
height="600"></iframe>
<script>
// Define the base URL and parameters
const baseURL = "https://emb.tryona.com";
const defaultParams = {
garmentUrl: window.location.href, /* or set your own link to garment web site page */
garmentDescription: document.title, /* or add garment short description or caption */
lang:
"ru" ||
navigator.language ||
navigator.userLanguage /* default preferred language */,
};
// Style parameters: colors and font size
const styleParams = {
secondaryColor: "#ececec", /* inactive color */
mainColor: "#27282e", /* active buttons color */
activeColor: "#dcb26a", /* active on hover color */
errorColor: "#B3261E", /* error color */
fontSize: "12px", /* base font size */
fontFamily: "'Roboto',sans-serif", /* base font family */
};
const params = {
apiKey: "abcdef0123456789ABCDEF", /* Required: your_public_key */
guid: "Not required: uuid of garment for try on",
garmentImageUrl: "https://example.com/garment_image_url.jpg", /* Required: url of garment image for try on */
puid: "Not required: uuid of person for try on",
...defaultParams,
...styleParams,
};
// Encode parameters
const queryString = Object.keys(params)
.map(key => `${encodeURIComponent(key)}=${encodeURIComponent(params[key])}`)
.join('&');
// Set the iframe's src with the encoded parameters
document.getElementById("tryona-iframe").src = `${baseURL}?${queryString}`;
</script>
For example:
Enhance your customers’ shopping experience with Tryona—interactive, engaging, and easy!
Remember the thrill of finding that perfect outfit in a store? Tryona brings that excitement to your online shopping, minus the crowded changing rooms and unflattering lighting.
Don't just shop – experience fashion. Let Tryona transform your style game today!