osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Customizing the Order Process email...

This is a discussion on Customizing the Order Process email... within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi! I know this should not be hard, but I'm not sure how to customize the Order Process email...ya know, ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Closed Thread

 

LinkBack Thread Tools
  #1  
Old 08-09-2004, 01:10 PM
Member
 
Join Date: Apr 2004
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ReginaStelling
Default Customizing the Order Process email...

Hi!
I know this should not be hard, but I'm not sure how to customize the Order Process email...ya know, the one you get from osCommerce when the order has been made...

I just want to add the following message:
** Thank you for your order. We will notify you via email when your order has been shipped. customerservice@supremiumfoods.com**

I think it's in the checkout_process.php module...but I'm not sure where to put it...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 08-12-2004, 06:36 AM
Active Member
 
Join Date: May 2003
Posts: 148
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
Arpit
Default

i would TRY to concatenate $email_order to hold your extra lines of text
after
Code:
if (is_object($$payment)) {
    $email_order .= EMAIL_TEXT_PAYMENT_METHOD . "\n" . 
                    EMAIL_SEPARATOR . "\n";
    $payment_class = $$payment;
    $email_order .= $payment_class->title . "\n\n";
    if ($payment_class->email_footer) { 
      $email_order .= $payment_class->email_footer . "\n\n";
    }
  }
and before
Code:
tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
make sure you have backups before making changes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Email Order process problem ... prasetiohadi osCMax v2 Installation issues 0 11-27-2006 12:56 AM
order process email issue JohnW osCMax v2 Features Discussion 2 01-06-2006 06:39 PM
How to add cust phone # & other to Order Process Email gameparts osCMax v1.7 Discussion 1 01-14-2005 08:59 AM
Customer's email not in Order Process emails Feature or Bug? kerry osCMax v1.7 Discussion 1 07-15-2004 02:12 PM
How to delete last line of order process email Walter osCommerce 2.2 Modification Help 1 10-21-2003 07:30 PM


All times are GMT -8. The time now is 05:47 PM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design