How to make single admin to access single store products only

In magento I am having 3 websites and it contains 6 to 7 store views. I want as a single admin has to access single store products only. He should not modify the products in another stores. How can I do this?

I have read in magneto documentation as to create new admin in system/permissions/roles and modify there. But trying with this, the new admin is restricted to only creating of products or for dashboard or for shippings or for tax module only. But I need like the new admin has to be accessed to only one store only..

So how can I do this??


I know this is a little late reply but anyone who is interested, answer from mprototype is perfectly valid as long as you/your client uses a Magento Enterprise edition. Checked in versions 1.12 and above.


When you goto :

System -> Permissions -> Roles

While defining the role you can choose custom scope and checkbox the stores you want then to have access to.


I don't know if I am late but any of these will do what you are looking for. In fact, it will provide even more flexibility.

http://www.aitoc.com/en/magentomods_advanced_permissions.html http://amasty.com/magento-advanced-permissions.html

Happy Coding !!!

链接地址: http://www.djcxy.com/p/69494.html

上一篇: 如何使用调试程序处理任务中的异常?

下一篇: 如何让单个管理员只能访问单一商店产品