-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multistore and multicountry setup #36
Comments
Hi, currently the magento2 module supports only the configuration for DE. If the migration for other locales is ready, we'll improve the documentation how to run the setup command. |
@tniebergall , thanks for the quick reply! Do you have any hints on how one would add at least a multistore support? If that's not much effort I'd try to implement that, cause we need it in our current project anyways. |
Hi, currently a multistore support isn't possible nor planned. But if you want to, you can build this feature and create a PR. That would be nice. |
Any changes? I am running a multistore in mulilanguage and this function would be really nice. |
We will close this issue from 2017. Feel free to reopen if it is relevant. Thanks |
The console command still does not support different stores, right? Then this is a valid issue IMHO. |
any update on this? i think this is a relatively common use case |
Unfortunately not @Emanuel-23. But if you are willing to contribute or sponsor this, let us know :) |
Hello firegento! I am trying to use your awesome module in a multistore context. I have several websites, each having own stores and storeviews. Each store is supposed to be used in a different country. I need therefore to run
Source/bin/magento magesetup:setup:run
with different parameters depending on the store. For example:A website
example.com
has a German store (example_de) and a UK store (example_uk). How would I applymagesetup:setup:run de
toexample_de
andmagesetup:setup:run gb
toexample_uk
?The text was updated successfully, but these errors were encountered: