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.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
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?ma...roducts_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
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
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?
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?
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..
Last edited by DivaVocals; 21 Jan 2011 at 05:24 PM.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
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...