cart icon indicating copy to clipboard operation
cart copied to clipboard

How to limit available payment types by shipping methods?

Open thomasengl opened this issue 5 years ago • 1 comments

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!

thomasengl avatar Aug 11 '20 08:08 thomasengl

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.

extcode avatar May 26 '21 05:05 extcode