Don Bosco van Hoi
Don Bosco van Hoi
If you use guzzle or any other http library, check which curl-versions you are using. If it is older then 7.75 you might need to update curl. I did have...
+1 Here :)
The background: As a customer you want to have the option to choose, if you want to buy an item as a a subscription. If this option is not present,...
In this case even the variant would be another SKU with its own stock. This will increase the complexity a lot as it requires to have a sep. SKU and...
Can we have a Feedback on this topic? It is a critical issue for us, as our customer has to deal with this every day and manually fix the invoices...
Fantastic!
We were not able to reproduce this in the Test-Environment but only live. **Step 1. Create an order** - Create any order with a payment type with an autorized state,...
Yes, a closed order is an order in status "done", you are right. - There is no flow in the flow-builder which reopens a process if an authorized payment is...
- Thanks for the clarification. I guess this is something which i just expect to work the way. - We do have several other states which need to be processed...
Yes exactly. Symfony has a nice feature which is used to "guard" certain transitions. Basically exactly what you said:(https://symfony.com/doc/current/workflow.html#guard-events). I now understand the logic behind that feature but i also...