Lifeform Posted November 14, 2005 Share Posted November 14, 2005 Is there a certain file where all the info about what to write in the e-mail conformation lays? Link to comment Share on other sites More sharing options...
Lifeform Posted November 16, 2005 Author Share Posted November 16, 2005 Found it here...! it's in the general - checkout_process.php-file... Your translations goes in the checkout_process.php-files for each different language. Link to comment Share on other sites More sharing options...
Lifeform Posted November 16, 2005 Author Share Posted November 16, 2005 Another solution to this is to replace // send emails to other people if (SEND_EXTRA_ORDER_EMAILS_TO != '') { tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, $order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address']); } with the following // send emails to other people if (SEND_EXTRA_ORDER_EMAILS_TO != '') { tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, $order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address']); } in checkout_process.php (not the translated ones) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.