normanlamps Posted July 14, 2010 Posted July 14, 2010 Hello everyone, Trying to edit the text in both a registration confirmation email and the order confirmation email. Can't seem to find where the text is located for either, or locate a language file with the data. Any help would be appreciated.
normanlamps Posted July 15, 2010 Author Posted July 15, 2010 I assume the email text is in some language file somewhere.
buqfox Posted July 15, 2010 Posted July 15, 2010 Hello everyone, Trying to edit the text in both a registration confirmation email and the order confirmation email. Can't seem to find where the text is located for either, or locate a language file with the data. Any help would be appreciated. registration confirmation email : catalog\includes\languages\yourlanguages\create_account.php order confirmation email : inside catalog\checkout_process.php Below $products_ordered .= $order->products[$i]['qty'] . ' x ' . $order->products[$i]['name'] . ' (' . $order->products[$i]['model'] . ') = ' . $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']) . $products_ordered_attributes . "\n"; around line 254, starts from: // lets start with the email confirmation $email_order = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" . EMAIL_TEXT_ORDER_NUMBER . ' ' . $insert_id . "\n" . EMAIL_TEXT_INVOICE_URL . ' ' . tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id=' . $insert_id, 'SSL', false) .
ckpepper02 Posted August 20, 2010 Posted August 20, 2010 Is there a way to add a BCC to myself so I get the order confirmation email also?
multimixer Posted August 20, 2010 Posted August 20, 2010 Is there a way to add a BCC to myself so I get the order confirmation email also? You need just to fill out the field "send extra emails" in your admin. So you will get a copy of that. You can read through this topic, there are some email solutions collected -> email issues My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.