
This module extends the standard OpenCart extension installer and adds support for additional installation steps: install.sql and install.php. Simply put, the extension can now not only copy files but also automatically execute the required SQL queries and run a PHP script during installation—without manual database edits or unnecessary work.
This module is useful for developers and store administrators who install add-ons that require creating tables, adding settings, filling in data, or performing one-time actions via PHP.
Important: install.php runs on a server with OpenCart permissions. Use it only from trusted sources, and be sure to verify the contents of extensions before installing.
If your extension needs to create tables, add fields, or configure initial settings, do so in install.sql. For more complex logic (such as data migration, settings generation, event logging), use install.php. This makes installation a breeze: click a button, and you're done, no manual steps required.
| Characteristics | |
| OpenCart | 3.0 |
| XML modification | Yes |
| Localization | English, Russian |
Leave your review about this product