Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Bank Details on Order Confirmation Email

    Hi,

    I want to have my Bank Details displayed on the Order Confirmation that customers recevie when they select the Direct Deposit option and complete their order.

    The details ar on the site during the checkout process but not on the email the customer receives.

    I've searched thru threads and it gets mentioned, but no one appears to have a solution..

    I know this is possible, as I had it when my cart was set up in 1.2.7 mode..

    I dug this up from an old order conf..

    Please use the following details to transfer your total order value:


    Account No.: xxxxxx
    BSB Number: xxxxxx
    Account Name: xxxxxxx
    Bank Name: Commonwealth Bank

    Thanks for your order which will ship once we receive payment in the above account.

  2. #2
    Join Date
    Dec 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Bank Details on Order Confirmation Email

    Me too! The sheer amount of emails we are receiving requesting this info is driving my poor admin girl insane. It used to appear prior to upgrade and I cant find out where to fix it either

  3. #3
    Join Date
    Sep 2007
    Location
    Melbourne Australia
    Posts
    60
    Plugin Contributions
    0

    Default Re: Bank Details on Order Confirmation Email

    Hi guys,
    We use a ##############ised version of money order for direct deposit, hance the file names:

    ..includes/languages/your_template/modules/payment/moneyorder.php

    we have:

    Line #24 : define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "For Direct Bank Deposit / Wire Transfer" . "\n\n" . "Deposit fund to account: \n Name: ********** \n BSB: ****** \n Account: ************ \n" . "\n\n" . 'Your order will not ship until we receive payment.');



    Gets sent with the order confirmation email - works fine for us.

  4. #4
    Join Date
    Aug 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Bank Details on Order Confirmation Email

    Thanks for that.

    But what if you aren't using a ##############ised version of money order? Can you also post your ##############ised version?

    I am using a direct deposit module and would also like to see bank details on emailed invoice.

  5. #5
    Join Date
    Aug 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Bank Details on Order Confirmation Email

    OK, here is what I've done:

    in the file includes/classes/order.php on or about line 955 find:

    Code:
    $html_msg['PAYMENT_METHOD_DETAIL'] = (is_object($GLOBALS[$_SESSION['payment']]) ? $GLOBALS[$payment_class]->title : PAYMENT_METHOD_GV );
    add after it the following line obviously replacing items your details:

    Code:
    if ($GLOBALS[$payment_class]->title == "Direct Bank Deposit"){ $html_msg['PAYMENT_METHOD_DETAIL'].= "<div style='text-align:left'><br><strong><span style='color:#FF0000'>Bank details</style></strong><br>Bank: ******<br>Account name: ******<br>BSB: ******<br>Account: ******<br>Reference: CID-" . $_SESSION['customer_id'] . "</div>";}
    I preferred to have bank details left aligned hence the <div>. Also highlighted the header in red.

    The reference at the end is so that I can match the customer to the payment. I would much rather include the invoice number but I couldn't figure how to pick it up on the checkout page so customer ID will do. Didn't want to spend any more time on it. May come back to that.

    Hope this helps

  6. #6

    Default Re: Bank Details on Order Confirmation Email

    Quote Originally Posted by microbe View Post

    Hope this helps
    At least it helped me

    Thanks!

  7. #7
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Re: Bank Details on Order Confirmation Email

    Quote Originally Posted by microbe View Post
    Hope this helps
    also worked for me. Thank you!

 

 

Similar Threads

  1. v138a Modify Product Details in order confirmation email
    By WilpackPackaging in forum General Questions
    Replies: 3
    Last Post: 6 Jan 2015, 10:57 PM
  2. Order Confirmation Email - I want to add more details
    By shaza in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Aug 2009, 02:52 AM
  3. change order confirmation email product details
    By stormieau in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Apr 2009, 09:03 PM
  4. Replies: 7
    Last Post: 25 Nov 2007, 10:18 PM
  5. Can I change product details in order confirmation email?
    By ducksigns in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Oct 2007, 11:29 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR