kyao888 Posted October 2, 2005 Posted October 2, 2005 Can anyone suggest how would I add customer's first name in the status notification emails? I'm in admin/orders.php somewhere near line 58 $email = EMAIL_TEXT_DEAR . 'Customer,' . "\n\n" . sprintf(EMAIL_TEXT_STATUS_UPDATE, $orders_status_array[$status]) . "\n\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\n" . $notify_comments; Now I only have it set up to display: "Dear Customer,".....but I would like some help setting it up so it will retrieve the customer's first name and say ex: Dear John, Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.