You can create a menu item on which you will give a preferred access level.
global $my;if (($my->id != 62) && isset($_REQUEST['option']) && ($_REQUEST['option'] == 'com_eshop')) { if (isset($_REQUEST['task']) && in_array($_REQUEST['task'], array('new', 'edit', 'editA'))) { mosRedirect('index2.php?option=com_eshop', 'You are not allowed to add or edit products'); }}
So, in administration's template index.php
So, in administration's template index.php and before echoing anything OR in elxis' index2.php and index3.php files you write something like this:
...view and edit their own products.