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?
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) 
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:
https://help.spreadshirt.com/hc/en-us/articles/207487815
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 
Thanks
I’ll do that then 
I have a similar question. I like to use my custom domain for first shop under .com .Now if I open another EU shop will it be integrated to the same domain or do I need separate domain for both shop?
Depending on your integration. How did you integrate the shop?
Thank you. I did not integrate yet. So I request for your suggestion in this regard. I like to have 2 shop versions under the same domain.
Ok, for example, you can use the javascript integration of spreadshirt. For each shop you receive different javascript snippets under your shop-management. You can paste each of them in a separate “page” in Wordpress. Alternatively there is another Wordpress plugin which uses the API to display shop contents and supports multiple shops by different “Shortcodes” in Wordpress, too.
Two really different approaches, and really depending on your knowledge and goals 
Thank you boss. I have another simple question.
If I install the plugin will the shop be as exactly as https://shop.spreadshirt.com/dearbusiness ?
I mean if I don’t want any other custom feature but all of the default noted above.
I have a shop under spreadshop.com what is the way of creating the EU shop?
Well, no if you want exactly like that, you can embed the shop directly into a html like:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title></title>
<style>
body {
font-family: Raleway,Helvetica,Arial,sans-serif;
}
</style>
</head>
<body>
<div id="myShop">
<a href="https://shop.spreadshirt.com/dearbusiness"
> Apparels, Home Decor, Drink-Ware, Wall Art, and other Accessories </a
>
</div>
<script>
var spread_shop_config = {
shopName: "dearbusiness",
locale: "en_GB",
prefix: "//shop.spreadshirt.com/",
baseId: "myShop"
};
</script>
<script
type="text/javascript"
src="//shop.spreadshirt.de/shopfiles/shopclient/shopclient.nocache.js"
></script>
</body>
</html>
If you put this into a file called index.html and put it onto a webserver, then you get your shop.
Thank you, boss, for the nice instruction. Do I need to install WP?
To use the code in index.html is there any detailed tutorial?
Sorry that I don’t have good tech skill
If you just want to have the spreadshop on a domain, do that. You don’t need to install WP.
Just open your editor, paste the content, upload the file via ftp and you’re done.
Please ask your webspace/domain provider how to upload files - but there might be a lot of YouTube tutorials, too 