1
Answers
Vote up!
2
Vote down!

Custom commerce payment methods based on item

In my Drupal commerce website, I have 2 payment methods, Payment Method #1, Payment Method #2

This is working just fine but the thing is I need to make it custom for a specific product type, for example if I'm selling Asus products, I want to get 40% pay with Payment Method #1 and the rest via Payment Method #2.

I'm not a module developer so I thought I can make it happen with some customization and/or rules.

I'd like to know if it's possible without module development,what's the best approach and how to do it properly.

thanks in advance.

Asked by: doxigo
on January 22, 2014

1 Answer

Vote up!
0
Vote down!

Drupal Commerce doesn't natively support using multiple payment methods to pay for a single order. You'll need custom integration into checkout to allow this, as I don't know of any contributed modules offering this functionality yet.

Ryan Szrama
Answer by: Ryan Szrama
Posted: Jun 13, 2014