我创建了一个网上购物网站,我希望将管理员面板提供给一些供应商,以便他们插入与他们正在处理的特定类别相关的自己的产品。
例如: - 在电子产品类别中,有各种选择,如相机,手机等。
1.So, i want one vendor who is related with mobiles should be allowed only to enter his related products(only mobiles) from admin panel.
2.And he should not be allowed to see or update the products in other categories like cameras.He will only be given access to update his related category.
我怎样才能实现这个目标?
由于
答案 0 :(得分:0)
这不是开箱即用,多用户正确完成的是企业版功能,即使您想要“多商店”而不是“类别”。
您可能会发现有人编写了一个模块来支持您所使用的功能,但是,您所追求的是违反Magento Community Edition的整体设计。