The lack of English documentation is one of the major obstacles non German speaking developers face when dealing with Shopware development.
I was searching for documentation on how to create a widget, integrate it on my plugin and allow admins to include it on any product pages.. However i couldn't find any track except this non working example:
http://community.shopware.com/Eigene-Einkaufswelten-Elemente-erstellen_detail_1459.html
The provided example plugin: Vimeo Widget Example Plugin doesn't work on Shopware v5.
Is it even possible withing Shopware "ecosystem" to offer this customized widgets for admins; where they can choose in which part of their theme they want the widget to show? Or must they hard code the snippet that calls the widget inside their theme templates?
In Magento it is possible to create such widgets and admins can easily choose in which part of their theme (custom or default themes) they want the widget to appear.
In Prestashop they offer some kind of hooks, the same for WordPress.. What about Shopware?