osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

body of order email confirmation message

This is a discussion on body of order email confirmation message within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; When an order is placed, the customer receives the same default email message that the store owner receives (see below). ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-07-2004, 08:26 AM
chrismole's Avatar
Active Member
 
Join Date: Dec 2003
Location: Chicago
Posts: 102
Thanks: 2
Thanked 2 Times in 2 Posts
Rep Power: 5
chrismole
Default body of order email confirmation message

When an order is placed, the customer receives the same default email message that the store owner receives (see below). This email is not customer-friendly (no thank you message, etc.) and contains a link to the secure admin, which of course, the customer cannot access and should not be in the email.

Below is the email text I'm talking about. My question is, how can a more customer-friendly email be sent to the customer upon placing an order?

My Store
------------------------------------------------------
Order Number: 24
Detailed Invoice:
https://secure.myserver.com/catalog/...hp?order_id=24
Date Ordered: Saturday 07 February, 2004

Products
------------------------------------------------------
1 widget = $239.99
Color Black
------------------------------------------------------
Sub-Total: $239.99
United Parcel Service (2 x 48.4lbs) (Ground): $22.22
Total: $262.21

Delivery Address
------------------------------------------------------
Firstname Lastname
123 Main
Chicago, IL 66666
United States

Billing Address
------------------------------------------------------
Firstname Lastname
123 Main
Chicago, IL 66666
United States

Payment Method
------------------------------------------------------
Credit Card
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 02-07-2004, 01:38 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,192
Thanks: 66
Thanked 291 Times in 277 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Read: http://oscdox.com/modules.php?op=mod...CustomPurchase

I think that is what you are looking for. It does still apply to MS2-MAX
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 11-25-2004, 12:45 AM
New Member
 
Join Date: Oct 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mrrob
Default

It would be great if someone could write better instructions geared for a newbie on how to modify the order email as I am sure many store owners want to put there own custom message in - Like thank you for your order!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 06-08-2005, 09:10 PM
nfmg's Avatar
Member
 
Join Date: Oct 2003
Location: Montana
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
nfmg
Default

I am going to change the text of the customer order confirmation email.

At about line 292 of catalog/checkout_process.php

Code:
// lets start with the email confirmation
$email_order = STORE_NAME . "\n" .
EMAIL_SEPARATOR . "\n" .
EMAIL_TEXT_ORDER_NUMBER . ' ' . $insert_id . "\n" .
//nfmg edit I added the next line to add text to customer order email
EMAIL_TEXT_NOTE . "\n" .
EMAIL_TEXT_INVOICE_URL . ' ' . tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id=' . $insert_id, 'SSL', false) . "\n" .
EMAIL_TEXT_DATE_ORDERED . ' ' . strftime(DATE_FORMAT_LONG) . "\n\n";
then, in includes/languages/english/checkout_process.php line 16

Code:
define('EMAIL_TEXT_SUBJECT', 'Order Process');
define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
//nfmg edit I added the next line so that folks could find their downloads more easily later
define('EMAIL_TEXT_NOTE', 'Note: your downloads, if any, are also available at the following link');
define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');
define('EMAIL_TEXT_PRODUCTS', 'Products');
define('EMAIL_TEXT_SUBTOTAL', 'Sub-Total:');
define('EMAIL_TEXT_TAX', 'Tax: ');
Then you end up with a customer order email that looks like this:

ItsaDoozy Kite Store
------------------------------------------------------
Order Number: 207
Note: your downloads, if any, are also available at the following link
Detailed Invoice: https://www.itsadoozy.net/catalog/ac...p?order_id=207
Date Ordered: Thursday 09 June, 2005


It worked for me. I don't know if it's the approved way to do this. Your mileage may vary...
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 confirmation order valandre64 osCMax v2 Installation issues 2 07-23-2006 09:51 PM
Email Order Confirmation - Pound Sign not appearing welby osCMax v2 Installation issues 1 06-03-2006 10:50 AM
Product attributes not showing in order confirmation email melfalcon15 osCommerce 2.2 Modification Help 0 04-25-2005 05:03 AM
order confirmation email incomplete evileddie osCMax v1.7 Discussion 5 04-02-2005 07:24 PM
Order confirmation email? peter osCommerce 2.2 Modification Help 3 09-19-2003 04:50 AM


All times are GMT -8. The time now is 02:14 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax