Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

notify customer


gshutzy

Recommended Posts

Posted

i would like to know what the email looks like and how to edit it if neccessary. the email i am talking about is the order status update. you can choose wether to notify the customer or not. ie. your order has now been despatched! that kind of thing

 

can anyone direct me to the correct .php file that controls this and also some guidance if you think i will need it.

 

thank you

Posted

@@gshutzy,

 

The file that sends out order updates is:

 

/admin/orders.php

 

 

 

 

 

Chris

Posted

hi chris thanks for that. ive found the file and i think that it is this line.

 

$email = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" . EMAIL_TEXT_ORDER_NUMBER . ' ' . $oID . "\n" . EMAIL_TEXT_INVOICE_URL . ' ' . tep_catalog_href_link(FILENAME_CATALOG_ACCOUNT_HISTORY_INFO, 'order_id=' . $oID, 'SSL') . "\n" . EMAIL_TEXT_DATE_ORDERED . ' ' . tep_date_long($check_status['date_purchased']) . "\n\n" . $notify_comments . sprintf(EMAIL_TEXT_STATUS_UPDATE, $orders_status_array[$status]);

 

tep_mail($check_status['customers_name'], $check_status['customers_email_address'], EMAIL_TEXT_SUBJECT, $email, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

can you please tell me what it is saying ie. which parts belong to what. is there any way of modifying the mail for appearance.

Posted

cheers steve.

 

what does

 

"\n"

 

and what is the line separator ie. <br>

is it possible to put a logo in ie. store logo

 

i want to modify it as much as possible. i usally do it in word as html and then send them an email. i would like to create some thing like that.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...