Stefan Hagspiel
Stefan Hagspiel
Or just use https://github.com/handcraftedinthealps/elasticsearchdsl. Itโs maintained by the guys of sulu so itโs in good hands i guess. Also supports symfony5 and php8.
@dkarlovi, @aarongerig: I'm doing this in almost any project with adjustments ```php
That's not enough, you also need to present the "adjusted" total to the customer **before** he's going to confirm the order.
Not in CS2, but anyway, it feels terrible wrong to completely ignore the cart total and also to store invalidated values which will fall back to you when it comes...
Ok. In our cases, it had to be that way. Btw. I'm not sure if this is core related. Maybe that's something for a "coreshop cookbook" or something like that.
It is relevant and recommended by yaml.org: https://yaml.org/faq.html: > Please use ".yaml" when possible.
@valentin-, @shaselboeck, @bellu, @simonkey, @hagmann: Finally, this works now! Also thanks to @JHeimbach! https://github.com/dachcom-digital/pimcore-formbuilder/pull/355 This will be available in 4.1.4!
Just for the record: All our acceptance tests are broken since months (I guess even since 10.1) because of this. @Fahl-Design: Have you been able to find out anything in...
@Fahl-Design Thanks for your feedback. I found the issue. And i also found out, that i already reported it... https://github.com/pimcore/pimcore/issues/11042#issuecomment-1006614692 However, changing the storage_id did the trick: ```yaml framework: session:...
@dkarlovi While this is correct when it comes to the app itself, a standalone bundle is still allowed to use the `getCssPaths` and `getJsPaths` methods, right? Am I missing something...