brauti Posted April 11, 2008 Posted April 11, 2008 How do I make changes to order status update e-mail?
photofxplus Posted April 11, 2008 Posted April 11, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.