cart
cart copied to clipboard
How to limit available payment types by shipping methods?
Is it possible to offer a certain payment method only if a certain shipping method has been selected? So that, for example, "Payment upon collection" is only available if "Pick-up in store" is selected as the shipping method?
Is there a way to configure this by Typoscript?
Thank you!
This is currently not possible. I try to add a proof of concept how to implement an own class. The problem is that shipping methods and payment methods do not have information from each other at the point where availability is checked.