Instructions for installing the module with the OpenCart modification

Instructions for installing the extension with a modifier:

  1. Before performing any actions to install the add-on, we strongly recommend that you create a backup copy of your site files and database;
  2. Download the add-on file for the OpenCart version you need from our website;
  3. Go to the "Installing extensions" section and click the "Download" button;
  4. Select the downloaded file and wait until the text "Settings successfully changed!" appears;
  5. Then go to "Add-ons Manager/Modifiers" and click the "Update" button;
  6. Now you need to grant permission to view and manage the add-on in the "System -> Users -> User Groups" section by clicking "Select All" and saving the settings.
After these steps, the module will be installed and you can start using it!

Answers to frequently asked questions:

What is a 500 error? It's an error in your website's PHP code. To decipher and fix it, you need to:

  1. In the site's admin panel, go to System -> Tools -> Error Log. The log will show current site errors. If there are no errors, enable error logging in System -> Settings -> Server -> Log Errors -> Yes.
  2. If you have FTP access, open the logs/error.log file on the server. The latest entries will show the cause of the error.
  3. If errors are not displayed, enable them via.htaccess by adding the code below:
php_value display_errors 1
php_value display_startup_errors 1
php_value error_reporting E_ALL 

If an error occurs while installing the module, run:

  1. Set the localcopy.ocmod.xml modifier to install modules without FTP.
  2. Or set up FTP in System -> Settings -> FTP.

Solution to the problem:

  1. Set the localcopy.ocmod.xml modifier
  2. Update modifiers in the admin panel
  3. Please reinstall the module

Possible solutions:

  1. Install the localcopy.ocmod.xml modifier and repeat the installation
  2. Grant permissions in System -> Settings -> Users -> User Groups
  3. Possible language or version incompatibility
  4. Some modules do not have a settings page.

Reasons for the error:

  1. The user group does not have access rights.
  2. The module is not installed correctly
  3. Incompatible OpenCart version

Popular