Stefan Hagspiel

Results 67 comments of Stefan Hagspiel

## Cart - Add multiple items ## Index - Get Index Data (Data Hub Thing?), related: #692

Same goes or `CartBlamerListener`: https://github.com/coreshop/CoreShop/blob/8a896977008af1b51ee856bfb678c1a8f0b517e7/src/CoreShop/Bundle/CoreBundle/EventListener/CartBlamerListener.php#L96-L102

Overwrites in my project: ```php # CartBlameListener.php private function blame(CustomerInterface $user) { /** * @todo remove this class after #1627 has been fixed * @see https://github.com/coreshop/CoreShop/issues/1627 */ $cart = $this->getCart();...

Using sessions can be a real performance killer. Using something like JWT should be the better approach while working with api frameworks right?

Use https://github.com/geocoder-php/Geocoder

Hey @vienthuong. It would be nice to have something like `toArray()` in `Entity` classes. ```php $product = new ProductEntity(); $product->active = true; $productRepository->create($product->toArray(), $context); ``` ... which only should return...

Maybe another one :): https://shopware.stoplight.io/docs/admin-api/ZG9jOjEyNjI1Mzkw-media-handling#upload-the-resource-directly Uploading asset binaries via repository (?) would be nice. In some cases, URLs are not reachable from outside.

Mhmm, it is **not** possible to map object properties to container items of type "repeater" but I guess it should be possible to map field set fields since they are...

@bellu you mean the [mail layout editor](https://github.com/dachcom-digital/pimcore-formbuilder/blob/master/docs/OutputWorkflow/10_EmailChannel.md#mail-layout-editor)? True, there are no subfields either. The Mail Layout Editor most meaningful purpose is to set up structured text emails (in some cases,...

In short: If you want to copy one field from one form to another one, the name should stay the same, right? Inside the same form, we have to reset...