You can use the startToken to link to a specific article, whereas e.g. 114637168 is your desired article/product:
<div id="myShop"> <a href="//shop.spreadshirt.de/alsterwasser-fisch">Alsterwasser & Fisch</a> </div>
<script>
var spread_shop_config = {
shopName: 'alsterwasser-fisch',
locale: 'de_DE',
prefix: '//shop.spreadshirt.de/',
baseId: 'myShop',
startToken: "-A114637168"
};
</script>
<script type="text/javascript" src="//shop.spreadshirt.de/shopfiles/shopclient/shopclient.nocache.js">
</script>
If you want to embed a specific product with the designer, you might want to try this:
<div id="myShop"> <a href="//shop.spreadshirt.de/alsterwasser-fisch">Alsterwasser & Fisch</a> </div>
<script>
var spread_shop_config = {
shopName: 'alsterwasser-fisch',
locale: 'de_DE',
prefix: '//shop.spreadshirt.de/',
baseId: 'myShop'
};
</script><script>
window.location.hash = "!/create?product=148977873&mode=edit";
</script>
<script type="text/javascript" src="//shop.spreadshirt.de/shopfiles/shopclient/shopclient.nocache.js">
</script>
More details here:
P.s. … so, if you don’t want to use my special solution I already provided to you, with all the additional features ![]()