Opencart tutorial module development Single instance module admin section

preview_player
Показать описание
Buy Opencart 4 book at amazon:
This Opencart tutorial shows you how to develop Opencart module, there are two types of Opencart module - single instance module and multi-instance module. In this video we will show the admin section of the single instance module. We will show you how to create a form, validate it, and submit to the database setting table.

Form flow up to database
Files and folder creation
Language file code
Controller code
View code

*** All field name of form should start with module_ for module.
*** model_setting_setting editSetting('module_login',...)
*** Here also then name should start with module_

For more details read the following blog post:

For code see the following github link:
Рекомендации по теме
Комментарии
Автор

Waiting for the frontend section and multi-instance module. This really helps me to understand the Opencart 3 module development.

RobertoCarlos-pbwe
Автор

Suppose i would like to save an array object in the oc_setting table. With a different name so it should not conflict with the status table.

Is there any solution?

ProsenjeetPaulProsenjeetPaul
Автор

Obrigado ! Tem tutorial para OpenCart 4 ?

meinaweb