Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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??

like image 283
Pavan Kumar Avatar asked Feb 21 '13 05:02

Pavan Kumar


3 Answers

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.

like image 130
Vishwa Avatar answered Nov 14 '22 16:11

Vishwa


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.

like image 32
mprototype Avatar answered Nov 14 '22 18:11

mprototype


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 !!!

like image 1
Jugal Patel Avatar answered Nov 14 '22 17:11

Jugal Patel