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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -