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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -