Search code examples
opencartuser-permissions

user permission in open cart


I have downloaded the open cart point of sale module. I am able to install it in my application, but unable to open the module due to a user permission issue. I am logged in with super admin role, but still unable to use it.

For which file and where in code do I need to make modifications required to allow permission to all users who access module? Or from where code snippet will be removed so that it will allow all users to use it.


Solution

  • You need to enable access to user group

    So login to admin panel and go to system/user/usergroup Edit the administrator, select all route and hit save.

    You can refer to OpenCart 1.5.x. How to manage user groups and their permissions for more detail