Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order status update e-mail


brauti

Recommended Posts

Posted

Try this page:

admin\orders.php Line 50

 

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

Lloyd

Archived

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

×
×
  • Create New...