Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email confirmation data


normanlamps

Recommended Posts

Posted

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.

Posted

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) .

  • 1 month later...
Posted

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

Archived

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

×
×
  • Create New...