简体   繁体   中英

Opencart admin panel new category creating premission issue

I'm new in opencart and php. I'm trying to create custom form in admin panel and have premission problem

problem when I press on text catridge

already for now i put in view/template/common/menu.tpl

<li><a href="<?php echo $catridge; ?>"><?php echo $text_catridge; ?></a></li>

Also i put in admin/controller/common/menu.php

$data['text_catridge']= $this ->language->get('text_catridge');

How to make that premission and what next ?

You need to navigate to user groups where you will select the user group you belong to. From there you will see access permission & modify permission . you will have to make sure that relevant items are ticked accordingly.
After ticking the items navigate back to the page and it should be accessible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM