Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    162
    Plugin Contributions
    0

    Default EU Standard Bank Transfer - missing sort code

    I have downloaded and installed the EU Standard Bank Transfer add on, but the bank sort code field is missing from the information listed during checkout. In the admin/mudules/payment section, the german translation for sort code is listed (Bankleitzahl) which may be the problem.
    Has anyone found/sorted out this problem?

    thanks

    Derek

  2. #2
    Join Date
    Jul 2009
    Location
    Prague, Czech Republic
    Posts
    530
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer - missing sort code

    Replace the contents of your /includes/languages/english/modules/payment/eustandardtransfer.php with this (and do a back up of the original please as I haven't tested it but it should work )

    PHP Code:
    <?php
    /**
     * @package EU Standard Bank Transfer payment module
     * @copyright Copyright 2003-2007 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version eustandardtransfer.php, ZC v1.3.8 2008-04-15 MENTAT
     */

    define('MODULE_PAYMENT_EUTRANSFER_TEXT_TITLE''Pay by Direct Bank Transfer into our account');

    define('MODULE_PAYMENT_EUTRANSFER_TEXT_DESCRIPTION'
        
    'Please use the following details to transfer your total order value:<br />' .
        
    '<br />Bank name:  ' nl2br(MODULE_PAYMENT_EUTRANSFER_BANKNAM) .
        
    '<br />Bank branch:   ' nl2br(MODULE_PAYMENT_EUTRANSFER_BRANCH) . 
        
    '<br />Account Name: ' nl2br(MODULE_PAYMENT_EUTRANSFER_ACCNAM) . 
        
    '<br />Account no:   ' nl2br(MODULE_PAYMENT_EUTRANSFER_ACCNUM) . 
        
    '<br />Sort Code:    ' nl2br(MODULE_PAYMENT_EUTRANSFER_BLZ) .
        
    '<br />IBAN:    ' nl2br(MODULE_PAYMENT_EUTRANSFER_ACCIBAN) .
        
    '<br />BIC/SWIFT:   ' nl2br(MODULE_PAYMENT_EUTRANSFER_BANKBIC) );
       
    define('MODULE_PAYMENT_EUTRANSFER_TEXT_EMAIL_FOOTER'
        
    "Please use the following details to transfer your total order value:\n" .
        
    "\nBank name:  " MODULE_PAYMENT_EUTRANSFER_BANKNAM .
        
    "\nBank branch:   " MODULE_PAYMENT_EUTRANSFER_BRANCH 
        
    "\nAccount Name: " MODULE_PAYMENT_EUTRANSFER_ACCNAM 
        
    "\nAccount no:   " MODULE_PAYMENT_EUTRANSFER_ACCNUM 
        
    "\nBankleitzahl:    " MODULE_PAYMENT_EUTRANSFER_BLZ .
        
    "\nIBAN:    " MODULE_PAYMENT_EUTRANSFER_ACCIBAN .
        
    "\nBIC/SWIFT:   " MODULE_PAYMENT_EUTRANSFER_BANKBIC 
        
    "\n\nThanks for your order. You will be able to download immediately after we receive payment in the above account.\n\nYou will receive an email as soon as we received the payment.");
    ?>
    It should now give you the following details listed on the payment page, not sure where it's taking the Bankleitzahl wording from in Admin panel though

    Bank name:
    Bank branch:
    Account Name:
    Account no:
    Sort Code:
    IBAN:
    BIC/SWIFT:
    Last edited by Twaddle; 14 Apr 2010 at 12:20 PM.

  3. #3
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    162
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer - missing sort code

    Thanks Twaddle - that's fixed the sort code omission on checkout!


  4. #4
    Join Date
    Apr 2010
    Location
    UK
    Posts
    150
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer - missing sort code

    Hi guys,

    I have a problem with sort code. I replaced /includes/languages/english/modules/payment/eustandardtransfer.php with text above but after completing payment my customers see blank page without "Thank you blah, blah". When I manually add line:
    '<br />Sort Code: ' . nl2br(MODULE_PAYMENT_EUTRANSFER_BLZ) . everything is fine but in email customers receive account number and sort code are in the same line and I have no idea how to make them be in two lines. What do I do wrong? Any advice?

  5. #5
    Join Date
    Apr 2010
    Location
    UK
    Posts
    150
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer - missing sort code

    Well, problem solved. I just forgot about "n".
    Twaddle, thank you for your post with advice

 

 

Similar Threads

  1. EU Standard Bank Transfer
    By maca2406 in forum Addon Payment Modules
    Replies: 32
    Last Post: 26 Dec 2010, 04:49 PM
  2. EU Standard Bank Transfer - Blank final page?
    By wizer in forum Addon Payment Modules
    Replies: 0
    Last Post: 4 Nov 2010, 01:54 PM
  3. EU Standard Bank Transfer Support
    By js5729 in forum Addon Payment Modules
    Replies: 5
    Last Post: 13 Mar 2009, 03:38 PM
  4. Eu Standard Bank Transfer
    By Sudakoma in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 23 Sep 2006, 12:01 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