New Zenner
- Join Date:
- Sep 2008
- Location:
- Kochi/INDIA
- Posts:
- 6
- Plugin Contributions:
- 0
Limiting admin user to select products
In Zencart 1.5, there is a new method for maintaining admin users, and limiting the options for admin users based on their profiles. I would like to extend this functionality by limiting the admin users to only view/edit/delete products they have created. If the products table can store the profile id of the user and then filter all products displayed in the Admin Home based on this id, it will work fine for me. This will enable multiple admin users ( read as vendors) loading competitive products in the store and setting the price/sale attributes without the intervention of the SuperAdmin. Ofcourse, Superadmin should have access to all products.
Will this idea work? Which all files do I need to modify? Can I have some help and support to have this implemented by more experienced programmers please?