Wordpress plugin + multishops?

Hi,

At the moment I have one EU Shop. I’d also like to have a NA shop. The EU shop is currently linked in the wordpress plugin in my site. I’d like to incliude the NA shop as well for those on the other side of the pond. How can I do that?

I’d propose you to uninstall the Spreadshop-Plugin of Spreadshirt because it is for simple tasks like one shop only (currently) :wink:
You can embed both shops with the simple javascript-embed code provided in your partner portal. Just copy that code and paste it into the page, where the shop should be displayed.

More details:

You’ll just need that part only e.g.

<div id="shop">Spreadshop loading...</div>
        <script>
            var spread_shop_config = {
              prefix: 'https://shop.spreadshirt.de',
              shopName: 'goats',
              baseId: 'shop',
            };
        </script>
        <script type="text/javascript" src="https://shop.spreadshirt.net/js/shopclient.nocache.js"></script>

If you need further help, just ask :slight_smile:

Thanks :slight_smile: I’ll do that then :slight_smile: