- Главная
- product builder
product builder
<div id="constructor-host"></div>
<script src="https://product-builder-zeta.vercel.app/embed/insales-parent.js"></script>
<script>
const iframe = document.createElement("iframe");
iframe.src =
"https://YOUR-APP.vercel.app/builder?templateProductId=123&shopOrigin=" +
encodeURIComponent(window.location.origin);
iframe.style.width = "100%";
iframe.style.border = "0";
iframe.style.minHeight = "1200px";
document.getElementById("constructor-host").appendChild(iframe);
window.InSalesConstructorEmbed.bind({
iframe,
allowedOrigin: "https://product-builder-zeta.vercel.app",
});
</script>
