Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34
  1. #21
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Bank transfer payment option?

    I uploaded it to my site. I wonder how to change the font for the detail? It is too small.



    Thanks in advance for any response,
    Aki
    Last edited by seadig; 27 Jun 2008 at 09:07 AM.

  2. #22
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Bank transfer payment option?

    Quote Originally Posted by angeli View Post
    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.

  3. #23
    Join Date
    Feb 2010
    Posts
    10
    Plugin Contributions
    0

    Default 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?

  4. #24
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Bank transfer payment option?

    Quote Originally Posted by needsome View Post
    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.

  5. #25
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Bank transfer payment option?

    Quote Originally Posted by tanik View Post
    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?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.

  6. #26
    Join Date
    Mar 2008
    Posts
    16
    Plugin Contributions
    0

    Default 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?

  7. #27
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Bank transfer payment option?

    Quote Originally Posted by angeli View Post
    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 Is there another file I am supposed to delete as well.?

  8. #28
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default 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?

  9. #29
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default 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..

    Quote Originally Posted by Ms_X View Post
    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?
    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.

  10. #30
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default 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...

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Help with Direct Bank/Bank Wire Payment Option
    By mfreund in forum Addon Payment Modules
    Replies: 2
    Last Post: 6 Oct 2009, 06:00 PM
  2. Bank Account Transfer payment option
    By Anguz in forum Addon Payment Modules
    Replies: 24
    Last Post: 29 Mar 2009, 04:19 PM
  3. Payment by bank transfer - South Africa
    By windpower in forum Addon Payment Modules
    Replies: 0
    Last Post: 6 Apr 2008, 10:26 AM
  4. Person to Person Internet Bank Transfer Payment Option
    By velvita in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 Jun 2007, 11:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg