Simple payment methods
I need to have two very simple payment mehtods to my drupal commerce e-shop.
Payment method 1: If user choose PayPal then there appears field where user gives his PayPal email address and then later I will manually send bill to that address.
Payment mehtod 2: If user choose Wire transfer then I just manually send my bank account and other infos by email.
Any help will be appreciated, thanks!
Comments
Commerce Cheque
For #2 you can just use [Commerce Cheque](http://drupal.org/project/commerce_cheque) and use [Stringoverrides](http://drupal.org/project/stringoverrides) to change the words. You could also use [Commerce No Payment](http://drupal.org/project/commerce_no_payment) and change the words around it.
For #1 you basically have the same option. A user is created on checkout, with their email address, so you have it. You can send a bill to *any* email address and it can then be paid by whatever the "official paypal email address" is.
Thank you! Those suggestions
Thank you! Those suggestions worked.