You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: