Elfstone
Elfstone
Offline
I installed OC extension and now i don't know where to find it to enable and configure it.
Monday, June 08 2015, 06:49 PM
Share this post:
Responses (13)
  • Accepted Answer

    Go Arastta
    Go Arastta
    Offline
    Monday, June 08 2015, 07:59 PM - #Permalink
    Which extension have you installed?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 12:26 PM - #Permalink
    I see also. This is not link to site extension/module....?

    Need this add to submenu Marketplace?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 12:49 PM - #Permalink
    Go to Appearance => Layouts, you can manage the modules there. There is also a button at the right top for the classic OpenCart view.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 01:18 PM - #Permalink
    What new module can install? It is not can view in module list before installation.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 04:35 PM - #Permalink
    See the marked areas in the attached image Pekka, does it help?
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 05:56 PM - #Permalink
    Rune Rasmussen wrote:

    See the marked areas in the attached image Pekka, does it help?

    I mean this list:
    http://img.pm-netti.com/modules.jpg
    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'].
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 06:01 PM - #Permalink
    It's the first or second "Google Hangouts".

    That's because it doesn't have en-GB but english as folder name.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 06:02 PM - #Permalink
    The Extension Installer converts such things automatically so you're adviced to use it.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 06:03 PM - #Permalink
    Which module is it, how is it installed?
    Have you done the refresh?

    Edit! Didn't see Denis's posting before after I posted, but i'm sure he's right - it's the language files.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 06:29 PM - #Permalink
    Thanks, Denis. My extension was general OC module, texts was in language directory 'english'. :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 09 2015, 06:32 PM - #Permalink
    Make sure you use the Extension Installer as it converts such things automatically ;)
    The reply is currently minimized Show
  • Accepted Answer

    Elfstone
    Elfstone
    Offline
    Tuesday, June 09 2015, 08:44 PM - #Permalink
    i tried to install two OC modules. The import completes without a problem. the problem is that the newly installed module takes another modules name (in my case one module took account and one manufacturer). Both modules were installed through installer.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 11 2015, 10:58 AM - #Permalink
    This will be fixed in 1.0.5 version https://github.com/arastta/arastta/issues/73
    The reply is currently minimized Show
Your Reply