正如我所知道的那样,对电子商务解决方案的支持有限(几个选项):
我没有使用这些,但想要问任何人都有这些解决方案,优点和缺点之间的经验。我发现了类似的问题:https://stackoverflow.com/questions/9382268/clean-e-commerce-app-with-user-friendly-non-techie-proof-admin-interface 但是相对过时了。所以我的主要问题是,这些解决方案中的任何一个都支持多商店(多域)概念吗?所以我需要这样的东西:
从这里:Does Spree shop support multiple vendors to buy from?,我看到Spree做到了,但从这个问题的答案我可以假设spree-multistore非常过时。
修改 我可以看到最新版本的扩展名为1.3?
所以想用我的GemFile问一切就好了(这是安装一切的正确方法):
gem 'spree', github: 'spree/spree', branch: '2-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-0-stable'
gem 'spree_multi_domain', git: 'git://github.com/spree/spree-multi-domain.git',
branch: '2-0-stable'
答案 0 :(得分:3)
Spree本身不支持此功能,但是Spree扩展支持一些。我们使用https://github.com/spree/spree-multi-domain来实现此目的。