Advertisement
krot

opencart add admin menu

Nov 4th, 2017
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. \system\storage\modification\admin\language\ru-ru\common\column_left.php
  2. $_['text_price']                            = 'Установить наценку';
  3. \system\storage\modification\admin\controller\common\column_left.php
  4. if ($this->user->hasPermission('access', 'pricelist/price')) {
  5.                 $extension[] = array(
  6.                     'name'     => $this->language->get('text_price'),
  7.                     'href'     => $this->url->link('pricelist/price', 'token=' . $this->session->data['token'], true),
  8.                     'children' => array()      
  9.                 );
  10.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement