Results 1 to 2 of 2

How to delete last line of order process email

This is a discussion on How to delete last line of order process email within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello everyone! I have probably a simple modification question but I seem to not be able to find the answer. ...

      
  1. #1
    New Member
    Join Date
    Jul 2003
    Posts
    25
    Rep Power
    0


    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

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    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...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

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, 07: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, 03:12 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
  •