Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 33
  1. #21
    Join Date
    Aug 2004
    Location
    Auckland, New Zealand
    Posts
    244
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Okay. I have changed the line as follows:

    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'] )
    Notice that the end bracket for the call to is_object has moved. This seems to fix the problem. Could one of the devs please advise if this is how the code should look (i.e. a typo in the code?)

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

    Default Re: EU Standard Bank Transfer


  3. #23
    Join Date
    Mar 2005
    Location
    Helsinki
    Posts
    570
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Thanks for the mod.. you guys saved me from vain extra work again..

    Anyway I'd like to add to the email following information which actually are not related directly to the mod, but I need them to make it look like a official format invoice..

    So I'd need to display:

    Bank infos - check
    Receiver - check
    (Here comes the tricky part) Customer - meaning name and address..and reference number - which would be the order number..
    and last but not least the total amount..

    So how could I add that kinds of infos to the email field..

    This is what I came up with the language file which obviously DON'T work...

    <code>

    <?php
    /*
    Released under the GNU General Public License
    */

    define('MODULE_PAYMENT_EUTRANSF_TEXT_TITLE', 'Maksa tilauksesi tilisiirrolla.');

    define('MODULE_PAYMENT_EUTRANSF_TEXT_EMAIL_FOOTER',
    "Please use the following details to transfer your total order value:\n" .
    "\nSaajan tilinumero/ Mottagarens kontonummer: " . MODULE_PAYMENT_EUTRANSF_ACCNUM .
    "\nSaaja/ Mottagare: " . MODULE_PAYMENT_EUTRANSF_ACCNAM .
    "\nMaksaja/ Betalare: ". $ADDRESS_BILLING_TITLE $ADDRESS_BILLING_DETAIL .
    "\nViesti/ Bud: ". $INTRO_ORDER_NUM_TITLE $INTRO_ORDER_NUMBER .
    "\nEuro: ". $ORDER_TOTALS .

    "\n\nKiitos tilauksestasi. Postitamme tilauksesi heti maksun saatuamme.\n\nSaat vahvistuksen sähköpostiisi, kun tilauksesi on toimitettu.");
    ?>

    </code> Don't mind the finnish.. you'll get the point anyway..

  4. #24
    Join Date
    Aug 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    HI all,'

    thanks for this module - it is really appreciated. I have a problem with formatting on the Order confirmation Step 3 of 3 page. the formatting for the payment is lost...all else in the page is fine. I fille din teh XXX to block the actuals - it just appears as a paragraph and not formatted as the email (which is 100% OK) can u help with this - am not a coder:

    Billing/Payment Information
    Edit
    Joe Soap
    xcfvcxvxv
    cxvcxvcx
    vxcvcxv, 1111
    FRS, South Africa
    Payment Method:

    Pay by Direct Bank Transfer into our account
    Pay by Direct Bank Transfer into our account:
    Please use the following details to transfer your total order value: Bank name: XXXXXX bank Bank branch: XXXXXXX Account Name: XXXXXX Account no: XXXXXX You will receive an email as soon as we received the payment, and begin processing your order. Please fax or email your proof of payment to XXXXXX or [email protected] or call us for assistance

  5. #25
    Join Date
    Mar 2005
    Location
    Helsinki
    Posts
    570
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    How can I change this



    function confirmation() {
    global $HTTP_POST_VARS;

    $confirmation = array('title' => $this->title . ': ' . $this->check,
    'fields' => array(array('title' => MODULE_PAYMENT_EUTRANSFER_TEXT_DESCRIPTION)));

    return $confirmation;
    }

    to display title only once not twice in the checkout confirmation page?!?!?!

  6. #26
    Join Date
    Mar 2005
    Location
    Finland
    Posts
    64
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    I've used the previous version, and never saw the bank details in the email. I didn't know I should even expect them to be there.

    But now I've updated the eurostandardtransfer to the newest version, and not only had I the email show correctly, but also the payment information disappeared from the checkout. Only the header showed up, twice as earlier. I ended up making some changes in the code to get the information back on the checkout page.

    The module itself had a change where title had been changed to definition; I changed that back and got correct behavior

    $confirmation = array('title' => $this->title . ': ' . $this->check,
    'fields' => array(array('title' => MODULE_PAYMENT_EUTRANSFER_TEXT_DESCRIPTION)));
    , and

    in the language file I imported some code (MODULE_PAYMENT_EUTRANSFER_TEXT_DESCRIPTION) from the previous version's lang file, the block where the text on checkout payment is defined. That one also helped for the problem in admin at installation, where text defines were missing.

    define('MODULE_PAYMENT_EUTRANSFER_TEXT_DESCRIPTION', '<BR>The simplest and fastest way within the EU is the Europayment - the direct bank transfer using IBAN and BIC. Please note the payment currency MUST be Euro!' .
    '<BR>Please refer to the following details to arrange your payment:<BR>' .
    '<BR>Bank name: ' . MODULE_PAYMENT_EUTRANSFER_BANKNAM .
    '<BR>Bank branch: ' . MODULE_PAYMENT_EUTRANSFER_BRANCH .
    '<BR>Account name: ' . MODULE_PAYMENT_EUTRANSFER_ACCNAM .
    '<br>Account no: ' . MODULE_PAYMENT_EUTRANSFER_ACCNUM .
    '<BR>IBAN:: ' . MODULE_PAYMENT_EUTRANSFER_ACCIBAN .
    '<BR>BIC/SWIFT: ' . MODULE_PAYMENT_EUTRANSFER_BANKBIC .
    '<BR><BR><BR>');
    This module is also my main payment option, and works for domestic payments as well.
    Marianne in Finland

  7. #27
    Join Date
    Mar 2005
    Location
    Finland
    Posts
    64
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    And, of course, the one I said was the latest version, was in fact version 1.2. I just found out there's a new one out there...going to test it!
    Marianne in Finland

  8. #28
    Join Date
    Mar 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Does this work in the US?

  9. #29
    Join Date
    Apr 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: EU Standard Bank Transfer

    Hello all,

    this seems like a great mod, but I can't even succesfully install it.

    Here is what I get when I click admin / modules / payment :

    Payment Modules

    Warning: include(/Applications/MAMP/htdocs/zc/includes/languages/english/modules/payment/eustandardtransfer.php) [function.include]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/zc/admin/modules.php on line 173

    Warning: include() [function.include]: Failed opening '/Applications/MAMP/htdocs/zc/includes/languages/english/modules/payment/eustandardtransfer.php' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/zc/admin/modules.php on line 173

    I've installed many other mods with great success, but I don't really get this message. Does it have to do with my php-version to do?
    Is there an easy way to fix this?

    Truly greatful for some help here.

    best regards

    peter

  10. #30
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: EU Standard Bank Transfer

    Quote Originally Posted by dysfunctional View Post
    Warning: include(/Applications/MAMP/htdocs/zc/includes/languages/english/modules/payment/eustandardtransfer.php) [function.include]: failed to open stream: No such file or directory ...
    Payment (and shipping and order-total) modules come in 2 parts: a module and a language file. You've clearly not put the language file on your server.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 3 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