Gerald R.
Gerald R.
@extcode This is possible and no longer part of EXT:cart. The payment provider needs to take care for it and this in for example done in https://github.com/extcode/cart_paypal/blob/c4f320c8ff1f25122d380f88c0d7d271701a5e66/Classes/Controller/Order/PaymentController.php#L137-L146 Can be closed...
@extcode Nobody seems to demand that feature, at least nobody seemed to miss it and I just found it by playing around. Do you want to solve the issue or...
@stof Thank you for the fast feedback and explanations!
@extcode The first problem seems to be solved with https://github.com/extcode/cart/commit/1e6f491a2e1094a2ab45d7c1f2d3318e524da361 The second is not solved. But it makes me thinking. The second problem can only happen if you have a...
This was solved with #504
Interesting! This is a nice feature imo. 👍🏼
TYPO3 v12 has a solution for this as far as I understand it: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Routing/AdvancedRoutingConfiguration.html#aspect-fallback-value-handling I will have a look at it later and add possible solutions to the docs.
@paul-keller The issue itself is not really related to EXT:cart but to of the used product extension. I realized that the problem is already solved in EXT:cart_products 5.x-dev: ```php public...
As far as I can see is this not easy to integrate at the moment. The process looks as follows: During the order the `FinishEvent` is dispatched: https://github.com/extcode/cart/blob/cb2a245c1e8fe18c7c0159e17db98d8b30c4cff5/Classes/Controller/Cart/OrderController.php#L234 This triggers...