Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Config of customer notification email


scott36

Recommended Posts

Hi users,

 

I was wondering where I can change the settings like the order of the "customer information email".

 

This is the email sent from the admin index > customers > orders (when you update the delivery status, you are able to write a comment and send it to the customer per email)

 

I searched everywhere but the only thing I found was the translation in /admin/includes/languages/english/orders.php

 

Thanks for help!

Link to comment
Share on other sites

Hi users,

 

I was wondering where I can change the settings like the order of the "customer information email".

 

This is the email sent from the admin index > customers > orders (when you update the delivery status, you are able to write a comment and send it to the customer per email)

 

I searched everywhere but the only thing I found was the translation in /admin/includes/languages/english/orders.php

 

Thanks for help!

What "settings" do you want to change?

Link to comment
Share on other sites

I want to add the shop details as an email footer (address, phone) an change the order of the text.

 

In the first lines now the order number and the shop name appears, I like to have it more like a letter with "Dear Mr. Smith" and followed by the comment.

Link to comment
Share on other sites

I want to add the shop details as an email footer (address, phone) an change the order of the text.

 

In the first lines now the order number and the shop name appears, I like to have it more like a letter with "Dear Mr. Smith" and followed by the comment.

You will have to fiddle with admin/orders.php or install one of the admin email contributions.

Link to comment
Share on other sites

ahh, here we are!

 

I already had a look at this, but I didn't get it.

 

If anyboby else is searching, you have to edit this lines:

 

$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);

 

Thanks for your help!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...