Hi,
Is it possible to enable the country selector when using the javascript embedded code?
I actived ‘All languages’ but the javascript uses 1 specific locale, which i do not want.
<div id="myShop">
<a href="https://shop.spreadshirt.net/hodler">hodler</a>
</div>
<script>
var spread_shop_config = {
shopName: 'hodler',
locale: 'nl_EU',
prefix: 'https://shop.spreadshirt.net',
baseId: 'myShop'
}; </script>
<script type="text/javascript"
src="https://shop.spreadshirt.net/shopfiles/shopclient/shopclient.nocache.js"></script>