By danny_joris on
Hey everybody,
With Ubercart I am trying to set up an option for the customer to pay trough bank transfer. I feel that i need to use the 'other' option in Payment Methods in the configuration screen. My question is: how do i add just a small text with bank account info after you press 'other' in the checkout? I would love to change 'other' to 'bank transfer' or 'deposit' as well, but dont know how. Do i need one of the translation modules for this?
I hope my question is clear enough.
Thanks in advance,
Danny
Comments
*bump*
*bump*
This module might help you:
This module might help you: Ubercart Direct Deposit. It was created for Australia, but a little modification could make it work for your needs.
If you want to change the settings on the "other" payment method you will need to use translation, or try this module:
http://drupal.org/project/stringoverrides
I haven't tested it, but it looks promising.
Peace,
Andy
Hey Andy, Thanks for the tip.
Hey Andy,
Thanks for the tip. I just finished a module that does the trick. Actually i used the 'product order' module and threw everything out that had to do with the actual input and search by order number. Until i just had an textarea field in the configuration screen where i could fill out my bank information and all the extra info. It's really raw because i need to add
's and other html to make it look normal. I dont know if i should upload this, because its still not really clean. It still makes mysql tables for order numbers at install, but i'm not tech-savvy enough to fix this. But it works good enough for me. I didn't really create anything new, i just threw a bunch of stuff out... :)
Product order module:
http://www.ubercart.org/contrib/640
I think this module does
I think this module does exactly what you want: http://drupal.org/project/uc_bank_transfer
Cheers,
Jim
Changing the "other" payment method label
I submitted a patch to Ubercart which makes it possible to change the label, so you could easily change it to "Bank Transfer": #865136: Ability to rename "Other" payment method.
Give it a shot, and if it makes sense, please vote on it so it gets implemented in Ubercart. Thanks!