Stefan Hagspiel

Results 67 comments of Stefan Hagspiel

@yariksheptykin I think JWT is completely inflated for this task. - TTL: Why not simply check within the action points (pay, thank-you) if the order_date is < configurable_ttl and throw...

So thats not gonna happen?

@dpfaffenbauer Is there a reason why this has been removed? Otherwise, we could provide an PR which implements the original behavior.

@dpfaffenbauer: I just tested it via this roughly implemented snippet: ```php if ($cancelButton instanceof ClickableInterface && $form->isSubmitted() && $cancelButton->isClicked()) { if ($order instanceof Concrete) { $this->get(HistoryLogger::class)->log( $order, 'User Cart Revise...

In CS2, the original cart object has been re-assigned, so it was a bit easier. However, creating a new cart object leads to the same problem you've mentioned (second item...

Ah, I forgot about the sequence generator. Well, yes, cloning the object is the only way to go.

I just came across this with the exact purpose, @dpfaffenbauer described: Client stores prices with tax (defined in store settings) but based on given parameters in context (b2b based on...

> what happens if you click update cart again? Unfortunately, it stays the same.

@JoeyNtriga This will change in [FB 5.1](https://github.com/dachcom-digital/pimcore-formbuilder/pull/458/commits/26fa4e054db09218e7ef2fc6cede7b48611dbab1). And it will be a kind of breaking change for the json response (redirect path will be no longer available in message block...

@thampe Thanks for your efforts. Could you give me a sign, if this is ready to review?