7

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

Pavan Kumar
  • 1,735
  • 2
  • 28
  • 47
  • Modules may be a solution? http://www.magentocommerce.com/magento-connect/catalogsearch/result/?id=&s=7&pl=0&eb=0&hp=0&q=admin+permission+store&t=0&p=1 – nicolallias Apr 03 '15 at 09:03

3 Answers3

3

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.

Vishwa
  • 43
  • 7
1

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.

mprototype
  • 283
  • 1
  • 2
  • 13
  • I cant see any checkbox with stores function. I can see only manage Thanks for ur quick reply. There I can see manage store option only, But this not my requirement. I need as in the manage products tab, there will be choose stores. There he has to be see only his store name. Nt all the other stores. Let me know if I am missing any thing.. – Pavan Kumar Feb 21 '13 at 06:36
  • Exactly what I said before fits the requirement, first you must create a user role limited to the store view and limited to the products administration module. – mprototype Feb 26 '13 at 08:26
  • This answers pretty vague... any chance for some more specific instructions? I don't see checkboxes for stores either. – balleyne Aug 23 '13 at 18:02
  • 3
    Or maybe... is this an Enterprise Edition feature only? Or is it available in Magento Community Edition? – balleyne Aug 23 '13 at 18:27
  • 3
    You can choose a custom scope only in Magento EE. Otherwise, you must install a module like the one written above. That's why your answer didn't fit here, as @PavanKumar wants the answer for CE (indirectly, if you read the tags he wrote). – Erdal G. Feb 07 '15 at 14:16
  • Modules may be a solution? http://www.magentocommerce.com/magento-connect/catalogsearch/result/?id=&s=7&pl=0&eb=0&hp=0&q=admin+permission+store&t=0&p=1 – nicolallias Apr 03 '15 at 09:09
1

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

Jugal Patel
  • 158
  • 5