Daniel Haupt
Daniel Haupt
@extcode Looking forward to your feedback or an alternative solution. Edit: I will update the documentation after the changes are approved.
In general, retrieving the mini-cart via AJAX would be beneficial, so that a static cache (e.g. via ext:[staticfilecache](https://extensions.typo3.org/extension/staticfilecache)) can still be used.
Just thought about this and found this issue! @rfay I think adding a global `--skip-hooks` would be great. I often manually disable the hooks to save time when I restart...
Hey @mhirdes, thanks for your feedback! I am aware of the preview functionality, but IMO the extension (or extensions in general) should not each include an individual opt-in mechanism as...
@deadmanIsARabbit Unfortunately, I have not responded back to @mhirdes, yet. Will try to find the time to look into this topic again!
@dabis-eu I can confirm your assumption. I had to override the template as well in a recent project.
I guess we should focus on a solution which removes the empty input type (and related mutations?) from the GraphQL schema. As Michal already noticed in the linked Prisma issue,...
@wazum I just hit the same issue while using v3.0.2. This is already resolved in master by 48fe6bd.
@wazum It's working. Thanks for the fast new release!
Looking forward to this option! We are using these styles as a temporary solution: ```css #HeaderBox1 { display: flex; flex-direction: column; margin-right: unset !important; width: 100%; align-items: center; padding-top: 50px;...