Forum Replies Created
-
AuthorPosts
-
Sometimes the small things in life make the difference ;-) Great! Thanks a lot.
Dear Ismael,
Thanks for the reply, I still do not get it (sorry!). Try to use following code in the code block, but nothing shows up, example on http://www.kleidung-gestalten.de/frauen-kleidung-gestalten/
<div id=”someDiv”></div>
<script type=”text/javascript” src=”//spreadshirt.github.io/apps/spreadshirt.min.js”></script>
<script type=”text/javascript”>
spreadshirt.create(“tablomat”, {
shopId: 1073659, // your shop id
platform: “EU” // or NA
target: document.getElementById(“someDiv”),
}, function(err, app) {if (err) {
// something went wrong
console.log(err);
} else {
// cool I can control the application (see below)
app.setProductTypeId(6);
}
});
</script>Hi Ismael,
further information and documentation can be found here: http://spreadshirt.github.io/apps/tablomat (this is where I got the code). I could as well provide you access to my account but I do not think there is something to change here, if you still think it is necessary, please let me know. Thanks.
Best regards,
MichaelHi Victoria,
Thanks. Full code and admin login in the private content.
BR
Michael -
AuthorPosts