Forums / Addon Payment Modules / Direct Bank Deposit

Direct Bank Deposit

Results 1 to 20 of 164
15 May 2012, 13:01
#1
kathy_1 avatar

kathy_1

New Zenner

Join Date:
Apr 2012
Posts:
26
Plugin Contributions:
0

Direct Bank Deposit

Hi. I have downloaded and installed the Direct Bank Deposit (Aust) addon. It is showing up as a module, so I have installed it via admin - but it is still not showing as an option at checkout. All of my products are virtual, so I have deleted teh following from includes>modules>payments/dirbankaus.php:

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

If someone could shed some light on what i might be doing wrong, i'd appreciate it.

You can see the site here: www.mossvaleshow.com.au/zen

thanks
kathy
15 May 2012, 14:22
#2
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Posts:
6,263
Plugin Contributions:
3

Re: Direct Bank Deposit

There is probably something amiss with your zones settings.

I've had this problem myself, and since I don't really care what country/zone people wish to pay from, and apparently I had higher priority issues at the time, I took the 'easy' solution.

---------- locate the code that reads like -----
if ( ($this->enabled == true) && ((int)MODULE_PAYMENT_DIRBANK_ZONE > 0) ) {
$check_flag = false;
$check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ ................
--------------------------------------------------

And change the $check_flag = false ; to $check_flag = true ;

Cheers
Rod.
15 May 2012, 23:51
#3
kathy_1 avatar

kathy_1

New Zenner

Join Date:
Apr 2012
Posts:
26
Plugin Contributions:
0

Re: Direct Bank Deposit

Thanks, Rod. Sadly, that hasn't made any difference. Still nothing.

I have the payment module set to zone: "none".

Any thoughts happily received.

Thanks
kathy
16 May 2012, 00:22
#4
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Posts:
1,558
Plugin Contributions:
1

Re: Direct Bank Deposit

Hi Kathy

If am looking at it right now and it should work.

If you are using this version

http://www.zen-cart.com/downloads.php?do=file&id=60

I am the current maintainer of it.

My wife uses the same version (albeit the NZ part), and her store only sells virtual products, We commented out the piece of code you mentioned and virtual products work fine.

If your site is still testing, try adding a new product, not a virtual product, then go to check out with only that product in your basket and see if the option comes up?

I will do a quick test on my test site shortly

Please do report back how it goes or if you have solved the issue. Cheers
16 May 2012, 06:25
#5
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Posts:
1,558
Plugin Contributions:
1

Re: Direct Bank Deposit

Hi Kathy

I have just tested the Aussie version and it works as expected, once this piece of code is removed or commented out

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


You can try making a test account on my test server to check if you wish

http://grumpykiwi.com/

the very first category contains only virtual products
16 May 2012, 10:02
#6
kathy_1 avatar

kathy_1

New Zenner

Join Date:
Apr 2012
Posts:
26
Plugin Contributions:
0

Re: Direct Bank Deposit

oh my goodness, nigel. you rock. thanks.

kathy
16 May 2012, 13:12
#7
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Posts:
6,263
Plugin Contributions:
3

Re: Direct Bank Deposit

Kathy_:

oh my goodness, nigel. you rock. thanks.

kathy


Gee, and here I was under the impression that you'd already deleted that peice of code... Now where did I get that idea? Oh yeah...

Kathy_:


. All of my products are virtual, so I have deleted teh following from includes>modules>payments/dirbankaus.php:

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



Anyway, I'm glad it is now working for you, BUT, if you now go back and revert the change I suggested, I'll wager that it will stop working again. The reason being is that the *cause* of the problem has something to do with your zone files.

You need(ed) BOTH changes to make it work. Hmmhpp, I feel like I've been shunned. :laugh:

Cheers
Rod
17 May 2012, 00:18
#8
kathy_1 avatar

kathy_1

New Zenner

Join Date:
Apr 2012
Posts:
26
Plugin Contributions:
0

Re: Direct Bank Deposit

oh no rod. don't feel shunned. you're probably right. i did delete that part of the code, without improvement. then i made another mysterious change that broke the whole thing - and so reinstalled those files. no doubt if i were more competent, i could tell you if it is a zone issue.

k
01 Jul 2012, 10:59
#9
boomup avatar

boomup

New Zenner

Join Date:
Jan 2012
Posts:
48
Plugin Contributions:
0

Re: Direct Bank Deposit

@nigelt74

I installed the mod, it is great,but after installing fast and easy checkout, the page not shown, it shows just as
Attachment 10728

could you move the page to previous page, namely, put the information on checkout page,but not confirm page. how will i do to fix it?
10 Jul 2012, 21:54
#10
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Posts:
1,558
Plugin Contributions:
1

Re: Direct Bank Deposit

With Bank Deposit, the details will be included in the email sent to the customer,
You could possibly add the info to the

includes\languages\english\modules\payment\dirbankusa.php

I think around line 32

define('MODULE_PAYMENT_DIRBANKUSA_TEXT_TITLE', 'Direct Bank Deposit - USA');

try changing it to
define('MODULE_PAYMENT_DIRBANKUSA_TEXT_TITLE', 'Direct Bank Deposit - USA<br/> Acc No: 1234567890<br/> Bank: Acme Banking<br/>Branch: Waikikamookau');

And see if that gets the info onto the right page

And yes i realise i am not pulling the variables from the database, but its school holidays here and I have loud 3 and 4 foot terroroists charging around the house
31 Aug 2012, 15:13
#11
adb34 avatar

adb34

Totally Zenned

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

Re: Direct Bank Deposit

Is there any way of getting this to work in the UK?

AndyB
01 Sep 2012, 00:55
#12
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Posts:
562
Plugin Contributions:
0

Re: Direct Bank Deposit

you beat me to it there. I'd would like to know how to do this.
03 Sep 2012, 03:52
#13
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Posts:
1,558
Plugin Contributions:
1

Re: Direct Bank Deposit

Yes, tell me what fields you need for the UK, and I can add it into the next version
03 Sep 2012, 14:38
#14
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Posts:
562
Plugin Contributions:
0

Re: Direct Bank Deposit

nigelt74:

Yes, tell me what fields you need for the UK, and I can add it into the next version

the UK bank direct credit is similar to the US but routing is called sort code 6 digit No: 00-00-00 might need the swift code to not sure I only trade in the uk. someone else might chime in with more info.
04 Sep 2012, 12:32
#15
adb34 avatar

adb34

Totally Zenned

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

Re: Direct Bank Deposit

nigelt74:

Yes, tell me what fields you need for the UK, and I can add it into the next version


For the UK required;

Account Number -
Sort Code -
Account Name -
Bank -
Reference - (Can this be tied to the invoice number?)

For overseas payment;

Swift code -
IBAN no. -



AndyB
06 Sep 2012, 10:13
#16
adb34 avatar

adb34

Totally Zenned

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

Re: Direct Bank Deposit


Account Number -
Sort Code -
Account Name -
Bank -
Reference - (Can this be tied to the invoice number?)

For overseas payment;

Swift code -
IBAN no. -


This is incorrect. I will put up a new list when I have worked out the correct listing
02 Jan 2013, 06:51
#17
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Posts:
1,558
Plugin Contributions:
1

Re: Direct Bank Deposit

Anybody prepared to test the UK version?

PM me, i have had it sitting here a while and thought I may as well put it out there.
31 Jan 2013, 13:57
#18
streaming avatar

streaming

New Zenner

Join Date:
May 2009
Posts:
10
Plugin Contributions:
0

Re: Direct Bank Deposit

Any news of this UK version? Did you get your testing done? Really could do with this!
31 Jan 2013, 17:16
#19
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Posts:
1,558
Plugin Contributions:
1

Re: Direct Bank Deposit

Nope its sitting on my desktop here, if you are wanting to test it you are most welcome, it should work fine.
31 Jan 2013, 22:43
#20
streaming avatar

streaming

New Zenner

Join Date:
May 2009
Posts:
10
Plugin Contributions:
0

Re: Direct Bank Deposit

Have sent you a PM, happy to test it. How do I get hold of it?