How can I make only some payment methods available according to selected shipping service?
I want to make specific payment methods available to customers, according to selected shipping service.
Example: 2 shipping services enabled (I and II) and 5 payment methods (A,B,C,D,E) also enabled.
- Customer selects shipping service I => Only A, B & E payment methods are made available.
- Customer selected shipping service II => Only B, C & D payment methods are made available.
I'm trying to accomplish this using Rules but I cannot find a "Selected Shipping Service" parameter to use in a Condition. What ways would you suggest to make this happen?
Comments
That's the ticket - thanks David!