Zen Cart Logo
Forums / Addon Payment Modules / Bank transfer payment option?

Bank transfer payment option?

Views: 17,555

Results 21 to 34 of 34
2 Jun 2009, 7:47 AM
#22
didee avatar

didee

Zen Follower

Join Date:
Jan 2009
Location:
Queensland, Australia
Posts:
115
Plugin Contributions:
0

Re: Bank transfer payment option?

angeli:

The default code for this option switches off the Direct Bank payment module for virtual products including gift vouchers and download products.

To change this, open the files /includes/modules/payment/dirbank.php and remove the following lines (66-71)

// disable the module if the order only contains virtual products
if ($this->enabled == true) {
if ($order->content_type == 'virtual') {
$this->enabled = false;
}
}

Be careful not to remove the last } as it goes with the section before (there are 3 in a row - only remove 2).

Make sure that everything checks out to Status "Pending" with this option, that gift vouchers need to be released by you, and that downloads only activate on "Processing" else you will be giving away products for free!

I know this is a dated quote, but could not find an earlier one in the forum. I deleted the code as mentioned above but still not working for downloadable goods. The Direct depit button shows up in my checkout only if i have to actually send a product.

25 Feb 2010, 3:00 AM
#23
needsome avatar

needsome

New Zenner

Join Date:
Feb 2010
Posts:
10
Plugin Contributions:
0

Re: Bank transfer payment option?

How do you then confirm the payment been made?

Is there any module out there where ppl can key in the transaction details (#time, transaction#) so the admin can view and verify with the bank the transaction of the bank?

2 Mar 2010, 11:38 PM
#24
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Bank transfer payment option?

needsome:

How do you then confirm the payment been made?

Is there any module out there where ppl can key in the transaction details (#time, transaction#) so the admin can view and verify with the bank the transaction of the bank?Not sure what you mean here.. The direct deposit module is meant to provide direct deposit payment information TO your customer.. It is up to the store owner to followup if the payment was made..

If you are looking for some type of automatic confirmation, you will need to speak with your bank about how they will notify you when these types of transactions are completed.

However, IF you are looking for transactional integration with your store, you will need some fairly SERIOUS custom code which integrates with your bank to electronically provide you with confirmation/validations. (and NO there is no such module available here for free that I am aware of that does this..)

Otherwise like I said, you will need to check on the status of direct deposit transactions directly with your bank.

3 Mar 2010, 12:33 AM
#25
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Bank transfer payment option?

tanik:

Does this direct deposit mod work if your bank is in the US. I keep seeing EU and AU. So i assume it is only for banks in the specific area?Hate to bump an old post.. I needed a US version of this module.. So I updated this mod to add a US bank option.. This was just updated in the downloads section:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=151

The Australian version of this module allows you to configure the following in the admin:
~ BSB Number
~ Bank Name
~ Swift Code
~ Account Number

The USA version of this module allows you to configure the following in the admin:
~ Account Name~ Routing Number
~ Bank Name
~ Account Number

16 Jun 2010, 6:44 AM
#26
roystik avatar

roystik

New Zenner

Join Date:
Mar 2008
Posts:
16
Plugin Contributions:
0

Re: Bank transfer payment option?

Is there a way to modify this module so that it shows different bank account numbers depending on currency? Lets say for USD payments show account number xxx-1, and if you're paying in euros show account number xxx-2?

17 Jan 2011, 1:07 AM
#27
didee avatar

didee

Zen Follower

Join Date:
Jan 2009
Location:
Queensland, Australia
Posts:
115
Plugin Contributions:
0

Re: Bank transfer payment option?

angeli:

The default code for this option switches off the Direct Bank payment module for virtual products including gift vouchers and download products.

To change this, open the files /includes/modules/payment/dirbank.php and remove the following lines (66-71)

// disable the module if the order only contains virtual products
if ($this->enabled == true) {
if ($order->content_type == 'virtual') {
$this->enabled = false;
}
}

Be careful not to remove the last } as it goes with the section before (there are 3 in a row - only remove 2).

Make sure that everything checks out to Status "Pending" with this option, that gift vouchers need to be released by you, and that downloads only activate on "Processing" else you will be giving away products for free!

I have deleted this as suggested, BUT still cant see this mod if I have a download only in my cart.Any help much appreciated as I have been trying to fix this now for months...lol:blush: Is there another file I am supposed to delete as well.?

21 Jan 2011, 4:13 PM
#28
ms_x avatar

ms_x

Zen Follower

Join Date:
Mar 2010
Posts:
196
Plugin Contributions:
0

Re: Bank transfer payment option?

Hi guys,

I have just installed direct deposit Add on and everything is just fine uo untill customer clicks "confirm order"...then it takes ages to load the page and the page is "blank"...My zencart version is "Zen Cart v1.3.9g/v1.3.9g" and currently no other payment option installed. Please advise me on what could be wrong and what to do (I am in AU),so the mod would really be good for me. And another question:does customer receive email after he/she ordered this way?

21 Jan 2011, 4:20 PM
#29
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Bank transfer payment option?

This goes for ANY MODULE you install.. Blank pages are indicative of something not being correct when you installed the module.. You will need to see what the log files in your cache directory say.. Post that here.. and post the FULL message..

BTW, if you installed another checkout module like FEC, COWOA, etc.. It may not be this payment module which is the issue, but rather the changes you made to install your check out module.. You can quickly test this by activating the check/money order payment module and IF you get the SAME error, then you will know the TRUE source of the issue that is causing your blank page. The error log in the chache folder will give you a hint as to what code is the source of the issue..

And this payment module works like ANY OTHER payment module which means it does NOTHING to alter standard checkout functions..

Ms_X:

Hi guys,

I have just installed direct deposit Add on and everything is just fine uo untill customer clicks "confirm order"...then it takes ages to load the page and the page is "blank"...My zencart version is "Zen Cart v1.3.9g/v1.3.9g" and currently no other payment option installed. Please advise me on what could be wrong and what to do (I am in AU),so the mod would really be good for me. And another question:does customer receive email after he/she ordered this way?

21 Jan 2011, 4:37 PM
#30
ms_x avatar

ms_x

Zen Follower

Join Date:
Mar 2010
Posts:
196
Plugin Contributions:
0

Re: Bank transfer payment option?

Thank u for your quick responce,Diva.

I have checked the chashe and this is what it says:

"[22-Jan-2011 01:56:37] PHP Parse error: syntax error, unexpected ')' in myshop\includes\languages\english\modules\payment\dirbankaus.php on line 44" .

line 44 is one of lines with <br>:
define('MODULE_PAYMENT_DIRBANKAUS_TEXT_TITLE', 'Direct Bank Deposit - Australian');
define('MODULE_PAYMENT_DIRBANKAUS_TEXT_DESCRIPTION',
'<BR>Please use the following details to transfer your total order value:<br><pre>' .
"\nAccount No.: " . MODULE_PAYMENT_DIRBANKAUS_ACCNUM .
"\nBSB Number: " . MODULE_PAYMENT_DIRBANKAUS_BSB .
"\nAccount Name: " . MODULE_PAYMENT_DIRBANKAUS_ACCNAM .
"\nBank Name: " . MODULE_PAYMENT_DIRBANKAUS_BANKNAM .
//"\nSwift Code: " . MODULE_PAYMENT_DIRBANKAUS_SWIFT .
'</pre><p><h3>Thanks for shopping with us online!</h3>' .
'<BR></pre><p>We have just emailed to you a copy of this order. Please enter your name (the name in your order) and the order number in the payment reference section. ' .
'<BR></pre><p>We will be in touch with you shortly by email with further information about your order. ' .
'<BR></pre><p>Please note: This order will not be processed and products will not be allocated to the order and/or the manufacture of products will not commence until payment is received. If limited products are available, priority will be given to the first paid order. ');

?>

cheque/money order worked just fine and I forgot to mention, I have fast and easy checkout process installed...

21 Jan 2011, 4:39 PM
#31
ms_x avatar

ms_x

Zen Follower

Join Date:
Mar 2010
Posts:
196
Plugin Contributions:
0

Re: Bank transfer payment option?

oh,forgot tosay, all the orders I see in admin and sometimes i see success page at the end as it shpild be,sometimes blank...And as I mentioned earlier, it takes ages for shopping cart to go to that page...

21 Jan 2011, 8:57 PM
#32
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Bank transfer payment option?

Ms_X:

oh,forgot tosay, all the orders I see in admin and sometimes i see success page at the end as it shpild be,sometimes blank...And as I mentioned earlier, it takes ages for shopping cart to go to that page...

I suspect the real issue is FEC.. As this module modifies the checkout pages, and in particular the issue of the order hanging is a frequently reported one.. I'll see if I have some time to test later this weekend..

22 Jan 2011, 12:20 PM
#33
ms_x avatar

ms_x

Zen Follower

Join Date:
Mar 2010
Posts:
196
Plugin Contributions:
0

Re: Bank transfer payment option?

Thanks a lot,Diva,I really appreciate your help. Today I tried to test customer buying from overseas and on the checkout i got "Sorry we are not accepting payment from your country".How can I solve this problem,anybody has any idea?:-)

8 Oct 2011, 3:16 AM
#34
yowchuan avatar

yowchuan

New Zenner

Join Date:
Sep 2011
Posts:
2
Plugin Contributions:
0

Re: Bank transfer payment option?

Referring to Direct Bank Deposit v1.1, is there a way to add more than 2 banking accounts at the same time?

It's actually very important because it will increase the check-out rate.