Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 2 of 2

Thread: How to delete last line of order process email

  1. #1
    Walter
    Guest


    Default How to delete last line of order process email

    Hello everyone!

    I have probably a simple modification question but I seem to not be able to find the answer.

    I want to delete the last line of the order process email that is sent when a person purchases something on my site.

    If this email is like everyone elses it should have this outline:

    ------------------------------------------------------
    Order Number:
    Detailed Invoice:

    Date Ordered: Saturday 18 October, 2003

    Products
    ------------------------------------------------------

    ------------------------------------------------------
    Sub-Total:
    Total:

    Delivery Address
    ------------------------------------------------------


    Billing Address
    ------------------------------------------------------


    Payment Method
    ------------------------------------------------------

    Check/Money Order

    Make Payable To:

    Your order will not ship until we receive payment.

    ***I want to delete the above last line but cannot find which file this line is in. I would greatly appreciate the help!

    Sincerely,
    Walter

  2. #2
    osCMax Developer


    How to delete last line of order process email


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default

    I think you need to remove this code in checkout_process.php:

    Code:
        if ($payment_class->email_footer) { 
          $email_order .= $payment_class->email_footer . "\n\n";
    It is around line 254-255

    I have not tested it, so let me know if it works...

Similar Threads

  1. Email Order process problem ...
    By prasetiohadi in forum osCmax v2 Installation issues
    Replies: 0
    Last Post: 11-27-2006, 01:56 AM
  2. order process email issue
    By JohnW in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 01-06-2006, 07:39 PM
  3. How to add cust phone # & other to Order Process Email
    By gameparts in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 01-14-2005, 09:59 AM
  4. Customizing the Order Process email...
    By ReginaStelling in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 08-12-2004, 06:36 AM
  5. Customer's email not in Order Process emails Feature or Bug?
    By kerry in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 07-15-2004, 02:12 PM

Bookmarks

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
  •