多个商店和多个具有不同角色的管理员
我毫不怀疑magento可以处理多个商店,但我想知道每个商店是否可以处理这样的特定用户,其中他们可以像管理员一样访问他们的目录、销售、库存等,但仅限于他们的特定商店。
这是我的示例表示:
Magento website:
->Store Categories
-->Store1
--->Product Categories
----->Products
--->Store Owner -------- Who can logged in the backend to see all their products, sales, inventory, etc.. Only
access their store.
-->Store2
--->Product Categories
----->Products
--->Store Owner2 ------ Who can logged in the backend to see all their products, sales, inventory, etc.. Only
access their store.
I have no doubt magento can handle multiple stores, but I was wondering if each stores can handle with such specific user wherein they can access their catalog, sales, inventory, etc like administrator, but limited only on their specific store.
Here's my sample representation:
Magento website:
->Store Categories
-->Store1
--->Product Categories
----->Products
--->Store Owner -------- Who can logged in the backend to see all their products, sales, inventory, etc.. Only
access their store.
-->Store2
--->Product Categories
----->Products
--->Store Owner2 ------ Who can logged in the backend to see all their products, sales, inventory, etc.. Only
access their store.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,Magento 的构建并不是为了允许不同的供应商只能访问他们的信息。我相信 Enterprise 尝试添加其中一些功能,但不依赖系统将所有内容分开。
值得注意的是,即使产品可以被黑客攻击,也没有这样的属性或属性集权限系统。如果一个所有者删除属性集,另一所有者的商店将受到影响。同样,品类经理也有同样的问题。后端的订单管理位于同一个地方。
也许不是您想要的答案,但希望有所帮助。
谢谢,
乔
No, Magento is not built to allow different vendors to have access only to their information. I believe that Enterprise tries to add some of this functionality, but do not rely on the system keeping everything separate.
Notably, even if the products can be hacked, there is no such system of permissions for attributes, or attribute sets. If one owner deletes an attribute set, the store for the other owner will be affected. Similarly, the category manager has the same issue. Order management in the backend is in the same place.
Maybe not the answer you wanted, but hopefully that helps.
Thanks,
Joe
社区版没有。
企业版允许您设置此类角色。
Not at the Community Edition.
The Enterprise Edition allows you to set that kind of roles.