I installed OC extension and now i don't know where to find it to enable and configure it.
In Extensions
Share this post:
Responses (13)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Rune Rasmussen wrote:
See the marked areas in the attached image Pekka, does it help?
I mean this list:
I am added module, it 2 first character is 'gu'. But this is no show.
File admin/controller/extension/module.php line 158
$files = glob(DIR_APPLICATION . 'controller/module/*.php');
My module is found this $files list.
Lines 179-186:
$data['extensions'][] = array(
'name' => $this->language->get('heading_title'),
'module' => $module_data,
'install' => $this->url->link('extension/module/install', 'token=' . $this->session->data['token'] . '&extension=' . $extension, 'SSL'),
'uninstall' => $this->url->link('extension/module/uninstall', 'token=' . $this->session->data['token'] . '&extension=' . $extension, 'SSL'),
'installed' => in_array($extension, $extensions),
'edit' => $this->url->link('module/' . $extension, 'token=' . $this->session->data['token'], 'SSL')
);
My module is not found in array $data['extensions']. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »