The module adds an MPN column in the invoice to the OpenCart order. For each product item in the invoice, the value from the MPN field will be displayed. If necessary - you can rename the column header in the modification.
The extension works when viewing accounts in the admin in the Orders section. The MPN in the invoice will be displayed as plain text in a separate column of the products table.
If you are printing invoices and need to add values from the MPN field, use this extension.
Module installation instructions:
Upload the module in the admin panel in the "Extensions" : "Install".
Go to the "Modifications" section and update the cache.
Go to the "Dashboard" section and update the template cache.
A developer cheat sheet on using ternary operators in Twig. It will be useful for new developers of OpenCart and other CMSs that use this templating engine.
The OpenCart team has officially presented release 3.0.5.0, which contains a significant package of fixes, code cleanup, and compatibility improvements with modern PHP versions.
On November 20, 2025, a new major release of PHP was published - version 8.5. PHP 8.5 introduces useful improvements, but requires a careful approach when integrating into existing OpenCart projects.