Hi,
Is it possible to improve it in the next version?
Can do the other user group assigned, they can be able to view the orders they do a admin check on the main site configuration?
Now I changed this by modifying this file: /administrator/components/com_virtuemart/helpers/permissions.php on line 184
change:
if($user->authorise('core.admin')){
into:
if($user->authorise('core.admin','com_virtuemart')){
When I now set the 'Configure' action in ACL Manager for virtuemart to allowed the user group will be able to access the orders.
Thanks.
[attachment cleanup by admin]