Tags/topics: 
2
Answers
Vote up!
0
Vote down!

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?

Asked by: sagan_gr
on November 5, 2012

2 Answers

Vote up!
2
Vote down!

On the payment method rule use the "Shipping line item exists" condition, you can then select the shipping line item service.

If one payment can be used in more shipping service add an OR group to the conditions first and then add multiple "Shipping line item exists" to the group.

David Kitchen
Answer by: David Kitchen
Posted: Nov 5, 2012

Comments

Vote up!
0
Vote down!

It worked fine - thank you!

Answer by: sagan_gr
Posted: Nov 5, 2012