25 results found
-
App script hook on generic page loaded and / or header or footer pagelet loaded
With our plugin we want to add something to the header or footer.
For this it must be possible that we can add something to the header or footer pagelet loaded.
Generally it would be nice also, if Shopware provides a hook which is called every time when the generic page loader is loaded.4 votes -
We want to add our own surcharges / discounts inside the cart hook loaded from our own custom entity database table
For our app in the cart hook we need the repository service and the possibility to call our own store api routes also provided by our app.
The reason is that we have stored our surcharges / discounts in our own custom entites database table and we can't access it in the cart.
The store api route call we need, because we want to build our own store api route to make it possible to cash the database call for a better performance.3 votes -
App script hook on 'kernel.response' event
We want to manipulate the sw-cache-hash cookie based on other cookies coming from request or response. We need the functionality to provide the customer different sites from the http cache based on cookies.
For that we need a hook for the app scripts to be fired at Symfonys event 'kernel.response'. So it should be fired every time when the kernel sends the response.
In the hook the repository service should be possible to be called inside the app script.3 votes -
Flow Action improvements
Flow Actions require some changes.
1) Optional config, headers and parameters
Currently according to the flow-action.xsd the tags header, config and parameters are required. Because of this, we had to add a config tag even if our action has no configs at all. It is strange that the meta tag is not required.
Solution: set minOccurs="0" for config, header and parameters tag in the xsd
2) it is not possible to pass the the configured checkbox over parameters. the checkbox is a boolean field and parameter is a string field, because of this, the action will not be triggered.
Solution:…
2 votes -
Require packages like composer require does
Offer a way like in composer for apps to require e.g. other apps or other things.
1 vote
- Don't see your idea?