Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 33
  1. #11
    Join Date
    Feb 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    I'm 1.3.7

    I added the definitions, customer gets good email.

    But on the checkout page it doesn't show the bank details but only the var... any ideas?

  2. #12
    Join Date
    Jan 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Quote Originally Posted by analographi View Post
    I'm 1.3.7

    I added the definitions, customer gets good email.

    But on the checkout page it doesn't show the bank details but only the var... any ideas?

    Please, Read my previous post of this thread for the solution.

  3. #13
    Join Date
    Feb 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    I did that.

    And as I said.
    I added the definitions, as you mentioned them, to the file. but I still get this.

  4. #14
    Join Date
    Dec 2006
    Location
    Bucharest, Romania
    Posts
    50
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Quote Originally Posted by yorkc View Post
    Your status is just opposite to mine.
    The email that the customers receive is fine. But the details of bank account does not show on the page of checkout_confirmation.
    It just shows as below:
    Payment Method:

    Pay by Direct Bank Transfer into our account

    Pay by Direct Bank Transfer into our account:
    MODULE_PAYMENT_EUTRANSFER_TEXT_DESCRIPTION
    I got the same issue, I solved it by adding this line in includes/languages/english/modules/payment/eustandardtransfer.php

    define('MODULE_PAYMENT_EUTRANSFER_TEXT_DESCRIPTION', 'Pay by Direct Bank Transfer to ... whatever you wanna write here, preferably about your bank');

    and the same if you use another language, besides English, on your site, just that you translate into your language the text 'Pay by Direct Bank Transfer to...' , in (e.g. if the second language is Romanian, as in my case)
    includes/languages/romanian/modules/payment/eustandardtransfer.php

    :)

  5. #15
    Join Date
    Feb 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    On my 1.3.7 the version downloaded from http://www.zen-cart.com/index.php?ma...roducts_id=209
    works very well, so I can confirm they work together.

    The only thing I modified was removing the BLZ from the code which is only used in Germany and Austria.

  6. #16
    Join Date
    Jan 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Quote Originally Posted by analographi View Post
    I did that.

    And as I said.
    I added the definitions, as you mentioned them, to the file. but I still get this.
    Sorry for the delayed response.

    In the attachment of this message is the file with your problem corrected.

    Extract with winzip the file eustandardtransfer.php and:

    copy this file or replace at this directory:
    "/includes/languages/english/modules/payment"

    if you use other language that english, then copy or replace to:
    "/includes/languages/YOUR LANGUAGE/modules/payment"

    Tested and works fine with zen-cart 1.3.7
    Attached Files Attached Files
    Last edited by maca2406; 1 Mar 2007 at 09:38 AM.

  7. #17
    Join Date
    Jan 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Quote Originally Posted by DrByte View Post
    The code change was made to correct a syntax error preventing it from properly sending the correct output.

    I just installed the mod, from the downloads area, onto a fresh v1.3.7 install.
    Then I placed an order.
    I received the email with the proper information in the footer:

    Here's the HTML email output:Here's the text-only email output:


    If it's not working properly, it would seem that you may have missed something in your upgrade.

    (NOTE: I only tested with the English language file ... which appears to be missing a define for ...._TEXT_DESCRIPTION ... but the email functionality worked properly immediately after installing it.)
    Dr Byte


    Sorry for the long time for the response.

    I have made several tests and the problem that the bank data is not sent with the emails is presented only when the option to send emails in HTML format is used (not for the user account).

    For setup the HTML format, I am setting up it in this way: in the admin section go to Configuration, E-Mail Options and on Use MIME HTML When Sending Emails setup it to: TRUE.

    Look this screen capture of a email in html format with the missing bank data





    Maybe the real problem is in html_includes in the language code. I will revise this part now, but my knowledge is limited.

    Please let me know that you think. Than you.
    Last edited by maca2406; 1 Mar 2007 at 10:29 AM.

  8. #18
    Join Date
    Jan 2007
    Posts
    32
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    The sending email in text mode works fine, at least in this way I can use it. This is the resulting email:

    Order Confirmation from Test

    test fist name test last name

    Thanks for shopping with us today!
    The following are the details of your order.
    ------------------------------------------------------
    Order Number: 8
    Date Ordered: Thursday 01 March, 2007
    Detailed Invoice:
    THE INVOICE WEB PAGE

    Products
    ------------------------------------------------------
    1 x A Bug's Life Linked (DVD-ABUG) = $35.99
    ------------------------------------------------------
    Sub-Total: $35.99
    Per Item (Best Way): $2.50
    FL TAX 7.0%: $2.52
    Total: $41.01

    Delivery Address
    ------------------------------------------------------
    test company
    test fist name test last name
    testing street
    test city, FL test zip
    United States

    Billing Address
    ------------------------------------------------------
    test company
    test fist name test last name
    testing street
    test city, FL test zip
    United States

    Payment Method
    ------------------------------------------------------
    Pay by Direct Bank Transfer into our account
    Please use the following details to transfer your total order value:
    Bank name: test bank
    Bank branch: ---
    Account Name: ---
    Account no: 123456-00
    IBAN: ---
    BIC/SWIFT: ---

    Thanks for your order. You will be able to download immediately after we receive payment in the above account.
    You will receive an email as soon as we received the payment.

    -----
    This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to [email protected]

    -----
    Copyright (c) 2007 Zen Cart. Powered by Zen Cart


  9. #19
    Join Date
    Aug 2004
    Location
    Auckland, New Zealand
    Posts
    244
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Hi maca2406.

    Did you ever fix this problem? I have the same thing happening to me. Zen 1.3.7.

    When the customer is configured to receive text only emails the bank details are there and everything works well. If the customer has their email option set to HTML the bank details are not there.... seems like ZC isn't doing what it is supposed to for the HTML email?

  10. #20
    Join Date
    Aug 2004
    Location
    Auckland, New Zealand
    Posts
    244
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    It seems that the problem is occurring in includes/classes/order.php line 956 as below (ZC 1.3.7):

    Code:
    $html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']] && $GLOBALS[$payment_class]->email_footer != '') ? $GLOBALS[$payment_class]->email_footer : $this->info['cc_type'] );
    I have tested and $GLOBALS[$payment_class]->email_footer does contain the correct text so why does that statement equate to false???

    Any ideas anyone?

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. EU Standard Bank Transfer - Blank final page?
    By wizer in forum Addon Payment Modules
    Replies: 0
    Last Post: 4 Nov 2010, 01:54 PM
  2. EU Standard Bank Transfer Support
    By js5729 in forum Addon Payment Modules
    Replies: 5
    Last Post: 13 Mar 2009, 03:38 PM
  3. EU Standard Bank Transfer mod work for U.S.?
    By coucho in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 24 Jun 2008, 12:44 AM
  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