Skip to content
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

Allow editing all Stores through the admin #1189

Closed
jhawthorn opened this issue May 24, 2016 · 2 comments
Closed

Allow editing all Stores through the admin #1189

jhawthorn opened this issue May 24, 2016 · 2 comments
Labels
changelog:solidus_backend Changes to the solidus_backend gem

Comments

@jhawthorn
Copy link
Contributor

Currently the "General" settings page is mostly (entirely?) for editing the default Store. It should be replaced with an interface for editing any of the stores in the DB.

This would probably fix some awkwardness we see like #1176

@jhawthorn jhawthorn added UI changelog:solidus_backend Changes to the solidus_backend gem labels May 24, 2016
@jasonfb
Copy link

jasonfb commented May 25, 2016

Are multiple store supported natively in core? I thought support for this was provided though the solidus_multi_domain gem. It would seem logical then that it is that extension's responsibility to provide this.

@jhawthorn
Copy link
Contributor Author

solidus_multi_domain includes some specifics about what multi-store behaviour means, but to some degree Stores have been natively supported since spree 2.3 (models in core, current_store method, association to orders) https://github.com/solidusio/solidus/blob/master/core/app/models/spree/store.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_backend Changes to the solidus_backend gem
Projects
None yet
Development

No branches or pull requests

2 participants