Page 2 of 2
Re: Payment Mod: Bank Transfer
Posted: Wed Apr 01, 2009 6:37 pm
by mal-schauen
In Germany you need for a bank transfer:
Kontoinhaber:
Kontonummer:
Bankleitzahl (BLZ):
Bank (Name):
Verwendungszweck:
Maybe you need to transfer in the EU (As Daniel says):
Account IBAN - For EU banks
Account BIC / SWIFT Code - For EU banks
Re: Payment Mod: Bank Transfer
Posted: Wed Apr 01, 2009 11:21 pm
by tifosi
I disagree. I think the first option would be better - and including sort code, and then tying the field structure to localisation in admin with required/non required options.
S
Re: Payment Mod: Bank Transfer
Posted: Sun Apr 05, 2009 8:48 am
by jalejo08
Hi. when will be ready the bank transfer module?
I need a simple solution, whit bank name, account name, and account no.
This module would be have just this fields, and other fields can be added like optionals. like optional values in products.
Re: Payment Mod: Bank Transfer
Posted: Sun Apr 05, 2009 10:25 am
by Daniel
i've already finished the bank transfer module.
It wil be int he next version which, if i can finish will be freleased tomorrow.
Re: Payment Mod: Bank Transfer
Posted: Wed Apr 08, 2009 10:42 pm
by jalejo08
Hi.
I try to implement the bank transfer module, and every things may be Ok. I don't get errors on administration or when I checkout the order, but there is just one problem: the orders with this payment mode not appear confirmed. I don't know why. If I select other payment mode, this order appear confirmed.
What class or method I should modify for fix it??
--------
(Sorry for my bad english, I speak spanish)
Re: Payment Mod: Bank Transfer
Posted: Fri Apr 10, 2009 2:25 pm
by jalejo08
Thank's for update OpenCart 1.2.6 !!!
It have better handle of payment methods.
Re: Payment Mod: Bank Transfer
Posted: Tue May 19, 2009 5:14 am
by obiw
I like to use the Bank Transfer Module for 1.2.6... I don't want to update, i have made my own template, and have do redo a lot of work.
can i just upload some files? which files do I need to upload...
Re: Payment Mod: Bank Transfer
Posted: Wed Jul 15, 2009 8:11 pm
by micky1
Hi.
I try to implement the bank transfer module, and every things may be Ok. I don't get errors on administration or when I checkout the order, but there is just one problem: the orders with this payment mode not appear confirmed. I don't know why. If I select other payment mode, this order appear confirmed.
What class or method I should modify for fix it??
Hello guys, jalejo08 if you solved this matter, please share your information, i am really in need of it because i'm getting this "no confirmation" error too. Waiting your answer.
Thanks,
micky
Simulation pret
Re: Payment Mod: Bank Transfer
Posted: Tue Aug 04, 2009 11:46 am
by jaggy
micky1 wrote:Hi.
I try to implement the bank transfer module, and every things may be Ok. I don't get errors on administration or when I checkout the order, but there is just one problem: the orders with this payment mode not appear confirmed. I don't know why. If I select other payment mode, this order appear confirmed.
What class or method I should modify for fix it??
Hello guys, jalejo08 if you solved this matter, please share your information, i am really in need of it because i'm getting this "no confirmation" error too. Waiting your answer.
Thanks,
micky
Simulation pret
I encounter this error too.
the fix for this is to make sure you move <script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.3.2.min.js"></script> between <head> </head> so that the call to $('#checkout').click(function() { ..... } will work.
hope that helps.
/jaggy