How to implement Shopware plugin providing both frontend and backend functionality? -
I want to implement a shopware plugin, which provides some changes in the frontend, as well as backend interface. . Is it possible or will I need to implement two different plugins? In the case of different plugins, how can I ensure that both plugins are installed and updated simultaneously?
It is important to put them in your directory only
Controller / backend controllers / Frontend
There are also two separate classes to expand.
The backend controller expands Shopware_Controllers_Backend_ExtJs, Frontend controller Enlight_Controller_Action increases
Comments
Post a Comment