简体   繁体   English

Opencart管理面板新类别创建权限问题

[英]Opencart admin panel new category creating premission issue

I'm new in opencart and php. 我是opencart和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 现在我已经进入了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 我也把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. 您需要导航到user groups ,您将在其中选择您所属的用户组。 From there you will see access permission & modify permission . 从那里您将看到access permissionmodify 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. 勾选项目后,导航回到页面,应该可以访问该页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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