Page 1 of 2 12 LastLast
Results 1 to 10 of 164

Hybrid View

  1. #1
    Join Date
    Apr 2012
    Posts
    26
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    oh my goodness, nigel. you rock. thanks.

    kathy

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Direct Bank Deposit

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

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

    Cheers
    Rod

  3. #3
    Join Date
    Apr 2012
    Posts
    26
    Plugin Contributions
    0

    Default 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

  4. #4
    Join Date
    Jan 2012
    Posts
    48
    Plugin Contributions
    0

    Default 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
    Click image for larger version. 

Name:	fec.jpg 
Views:	2512 
Size:	32.8 KB 
ID:	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?

  5. #5
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default 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
    Webzings Design
    Semi retired from Web Design

  6. #6
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Direct Bank Deposit

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

    AndyB

  7. #7
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Direct Bank Deposit

    you beat me to it there. I'd would like to know how to do this.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  8. #8
    Join Date
    May 2018
    Location
    Ghana
    Posts
    1
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    Hello, Please I need Ghana version of this module. Am using zencart 1.5.5f and our banking details for local deposit and international deposit are just below.
    Account Name:
    Routing Number:
    Bank Name:
    Account Number:
    SWIFT Code:

    ===========================
    TO INSTALL
    ===========================
    Copy the includes folder for your country to the root of your Zen Cart store (This section confuses me so kindly direct me as to where to find this root of the store since when I click on my public html and my zencart store, there is an include folder already).
    Last edited by kwesi; 17 Jul 2018 at 12:56 PM.

  9. #9
    Join Date
    Dec 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    I have Zen cart 1.5.6b with PHP 7.3 and getting the below warning

    [23-Jun-2019 13:53:33 Australia/Melbourne] Request URI: /xxxx/orders.php?cID=20525&page=1&oID=20993&action=edit, IP address: 49.197.64.63
    #1 dirbankaus->update_status() called at [/home/x/public_htmlxxx/includes/modules/payment/dirbankaus.php:41]
    #2 dirbankaus->dirbankaus() called at [/home/xxxx/public_html/gdadmin/orders.php:420]
    --> PHP Warning: Illegal string offset 'id' in /home/xxxxx/public_html/includes/modules/payment/dirbankaus.php on line 50.


    line 50 dirbankaus.php is below:
    $check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id = '" . MODULE_PAYMENT_DIRBANKAUS_ZONE . "' and zone_country_id = '" . $order->delivery['country']['id'] . "' order by zone_id");

    From my reading I don't think this error can be fixed in line 50. It might need to be fixed in line 41 below?:
    if (is_object($order)) $this->update_status();

  10. #10
    Join Date
    May 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    Hi Nigel

    Can we confirm dirbankusa will work on v1.5.8 and php8 ?
    when deployed I only get a partial list of payment methods. (and no disbank)
    I am in South Africa and hard wired the zone flag to true, but this may not be enough.
    and changed "Routing" to Branch Code.

    Thank you

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Module for Paying Bill through Bank Account / Direct Bank Deposit
    By jolliejollie in forum Addon Payment Modules
    Replies: 0
    Last Post: 23 Mar 2015, 06:04 PM
  2. v151 Direct Bank Deposit V1.5.2 - Modification
    By bruce429 in forum Addon Payment Modules
    Replies: 2
    Last Post: 24 May 2014, 04:33 AM
  3. Installing Direct Bank Deposit Module
    By AirNewZealand15 in forum Addon Payment Modules
    Replies: 11
    Last Post: 5 May 2011, 09:11 PM
  4. Direct Bank Deposit - Can I add more than 1 bank account?
    By wanor in forum Addon Payment Modules
    Replies: 0
    Last Post: 27 Oct 2010, 05:56 PM
  5. Direct Bank Deposit module on 1.3.0.2
    By robax in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 27 Aug 2006, 12:31 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