david1982 Posted March 27, 2008 Posted March 27, 2008 Hi, I am a new user of oscommerce shopping system. I need to add product description in the order email. I would be so grateful if anybody help me to implement this. Regards David
david1982 Posted March 31, 2008 Author Posted March 31, 2008 Hi, I am a new user of oscommerce shopping system. I need to add product description in the order email. I would be so grateful if anybody help me to implement this. Regards David Nobody here to help me :'(
david1982 Posted April 4, 2008 Author Posted April 4, 2008 Hi, I am a new user of oscommerce shopping system. I need to add product description in the order email. I would be so grateful if anybody help me to implement this. Regards David I would be so grateful if anybody from this forum could help me to solve this problem. I am just a new-comer at this forum Thanks in advance. David
Guest Posted April 4, 2008 Posted April 4, 2008 Mine is too modified to be of much help to you but in checkout_process.php you will find something like tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); It is the $email_order part you want. It is created just above this line. Place an order at your store and look at the info on the email and go through each section picking it out of the code above the line I gave you. From there you can find where you want to insert the product description and adding it should not be to hard as it is just duplicating and then modifying one of the other sections. Back up first.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.