How to add new module to opencart administration?

后端 未结 2 1227
南笙
南笙 2021-02-06 15:01

I want to add a sub menu item \"Locations\" to \"Catalog\" menu item in opencart administration. On selecting locations, I want to see my own location management view page which

2条回答
  •  孤城傲影
    2021-02-06 15:48

    How to create a opencart admin module??

    You can simply do this by adjusting:

    Admin > controller > view > template > common > header.tpl
    

    You can simply make adjustments to the menu on this page (static changes). To actually create modules for you and your staff etc. Then follow the tutorial of MVC posted on this page:

    How to create a custom Admin Page in Opencart?

提交回复
热议问题