Latest Blog Posts

Editing the OpenCart Homepage
29.09.2025 2665 3 44 min

Editing the OpenCart homepage, customizing H1 and Title text, displaying products and modu..

How to Uninstall Powered by OpenCart
03.09.2025 4134 3 20 min

Remove Powered by OpenCart and customize footer: edit template, use theme editor or OCMOD ..

How to remove modules in OpenCart
28.08.2025 2113 3 12 min

Step-by-step instructions for deleting modules in OpenCart 3 via the admin panel, manually..

Which hosting to choose for OpenCart
25.08.2025 1432 3 19 min

Find out which hosting to choose for an OpenCart online store. Requirements, selection cri..

How to remove modules in OpenCart

2113 3 2 min
How to remove modules in OpenCart

In OpenCart 3, modules can be removed in several ways — it all depends on how the module was installed (through the standard extension installer or by copying files via FTP client or hosting file manager).

Here is a detailed guide:

1. Removing via the admin panel in the installer

If the module was installed via the standard installer:

  1. In the modules section, find the module you want to remove and make sure to disable it. Removing it without deactivation may cause an error.
  2. Go to Admin Panel → Extensions → Extension Installer.
  3. At the bottom of the page, in the History list, find the name of the installed module archive you want to delete.
  4. Next to the name, click the Delete button (red trash icon).
  5. Go to the Modifications section and click the Refresh button (blue button with an arrow at the top) to update the modification cache. In most cases, the presence of old cache will cause an error if the module included a modification.

2. Manual file removal

If the module did not disappear after removal via the admin panel or was installed manually:

  1. Connect to the site via FTP or the hosting file manager.
  2. Go to the following folders:
    • /catalog/controller/
    • /catalog/model/
    • /catalog/view/theme/ (if template changes were made)
    • /admin/controller/, /admin/model/, /admin/view/template/
    • /system/ (if the module added a library)
  3. Find and delete the module files. You can scan all site folders with an FTP client using the module controller file name. The file name can be found in the archive, or if it is missing — in the module settings URL. For example, the Simple checkout module settings URL would be index.php?route=extension/module/simple — so scan the file system for deletion using the phrase simple.

3. Removing tables from the database

Some modules create their own tables in the database. To completely clean up:

  1. Open phpMyAdmin (or another DB manager).
  2. Find tables with the module prefix (usually oc_modulename).
  3. Delete them if they are no longer needed.
⚠️ Before doing this, make sure to create a backup of your database.

Related Posts

How to check OpenCart version
18.08.2025 2 1 min

You can find out the OpenCart version through the admin panel, site files or interface style. Our ad..

How to recover your password and log into the OpenCart admin panel
27.01.2018 27 3 min

Lost your administrator password for your OpenCart store? There are several options to change the op..

Products related to this post

Uninstall Modules
Free
The module adds a dedicated "Uninstall Modules" option to the OpenCart 2 admin panel and transforms the standard install..
ChatGPT Consultant

Comments

Leave your comment or question
Наконец-то нашел как правильно удалить модуль на opencart 3. Нигде нет нормальной пояснения о том, что можно не выискивать файлы, а сразу зайти в установщик и удалить установленный архив без последствий и мучений.
Answer Admin

Все верно. Не забывайте отключать модули перед удалением. Иначе магазин может обращаться к файлам которых уже нет физически на сервере и это приведет к ошибке.

Не знал что можно удалять из истории. Уже сколько лет прошло с релиза и нигде об этом не видел. Спасибо!
Answer Admin
Пожалуйста! Да, это действительно удобно. В OpenCart 3 многие не знают, что можно просто зайти в раздел "Установка расширений" и удалить архив модуля прямо оттуда. Это избавляет от необходимости вручную искать и удалять файлы через FTP или файловый менеджер. Главное, не забывайте сначала отключить модуль, чтобы избежать ошибок. Если будут вопросы или нужна помощь, обращайтесь через Telegram.
Не знал как удалить модули в opencart 3. Это для меня неожиданно спустя стольких лет использования.
Answer Admin

Это действительно удобный способ удаления модулей.

Write Comment

Popular