Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help me : Product Description at Order Email


david1982

Recommended Posts

Posted

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

Posted
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 :'(

Posted
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

Posted

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.

Archived

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

×
×
  • Create New...