
Configure and show how default featured module works Opencart 3
To configure and show default featured module you need to login to the Admin dashboard, then follow the following steps: Admin >> Extensions (Left Menu) >> Extensions >> Choose 'Modules' from the select box. It will list modules Find the Featured Module Then check ff the Featured module is already installed or not, if not [...]

Front end Controller file to make hello world – OpenCart Module Development
OpenCart identifies existing modules automatically, simply by reading the catalog/controller/extension/module folder. Any modules existing in this folder will automatically be loaded as per the active modules for the pages on the front end. Let’s start to create our hello world module by creating the file at admin/controller/extension/module and named it helloworld.php. Then follow the following [...]