简体   繁体   中英

How to implement Shopware plugin providing both frontend and backend functionality?

I want to implement a Shopware plugin, that provides some changes to the frontend as well as a backend interface. Is that possible or will I need to implement two separate plugins? In case of separate plugins, how could I make sure that both plugins are installed and updated together?

it is only important to put them into their directory.

Controllers/backend Controllers/frontend

there are also two different classes to extend.

the backend controller extends Shopware_Controllers_Backend_ExtJs the frontend controller extends Enlight_Controller_Action

我自己找到了:您可以同时添加前端和后端控制器,因此您不仅限于这些区域之一...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM