7 results found
-
Overriting Admin Components
At this point it is only possible to inject my App UI using an iFrame and also only when Shop Administrator visit my app from the navigation menu.
Overriding of existing admin components would provide a great improvement (similar to todays Plugin system). Adding custom content or custom UI elements to enrich the existing functionality.
Administrators can from then on would make use of my App Extensions by just clicking on an additional button which appears on the right place in the default UI.
1 vote -
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:…
1 vote -
Extend symfony services with app scripts
It would really increase the possibilty for app developers if every symonfy service can be extended with an App script.
In detail every public funtion of a symfony service should be extendable by App scripts before and after.
This would make much more features possible to implement with Apps comparing now.1 vote -
Increase possibilities for app developers by making every symonfy event accessable with app script hooks
It would really increase the possibilty for app developers if every symonfy event can be accessed with an app hook.
This would make much more features possible to implement with Apps comparing now.1 vote -
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.1 vote -
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.1 vote -
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.1 vote
- Don't see your idea?