Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

'Add Comments About Your Order' - how can I get...


UncleSteve

Recommended Posts

Posted

Hi guy's

 

I've now almost sorted the layout and content of the purchase order email (the one that goes out to the drop-shipper when using the MVS contrib.). ( done it in catalog/checkout_process.php )

 

The customers order conformation contains the information they entered in to the text box at the checkout labelled 'Add Comments About Your Order'. Strangely, its not included in the email to the drop-shipper - the one who needs it! So I need to correct this.

 

I think the 'Add Comments About Your Order' is stored under TABLE_HEADING_COMMENTS but I could quite easily be wrong.

 

Can anyone help me to display the 'comments' in the vendor/drop-shipper email please?

 

There is a comment field in the vendor/drop-shipper email, but its for displaying vendor information, not customer comments!

 

Thanks in advance for any help given :D

____________________________________________________________________

____________________________________________________________________

Posted

I don't know that Contrib, but the comments are added to emails in the stock checkout_process.php like this:

  if ($order->info['comments']) {
$email_order .= EMAIL_TEXT_COMMENTS . ' ' . $order->info['comments'] . "\n\n";
 }

Posted

If you're using this one

 

http://www.oscommerce.com/community/contri...,all/search,MVS

 

Then look at the April 10th release, it might solve your problem.

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Posted
If you're using this one

 

http://www.oscommerce.com/community/contri...,all/search,MVS

 

Then look at the April 10th release, it might solve your problem.

Hi,

 

That's exactly the contrib I'm using, but it dosen't display the customers comments in the email to the vendor/dropshipper.

 

The customers comments do display it in the customers email as confirmed by brushwood. But I need them in the vendor/dropshippers email to make any use of them.

 

I had tried using the code brushwood has posted, but no results yet :(

____________________________________________________________________

____________________________________________________________________

Posted

Like I said look at the APRIL 10TH release of that contribution. It has the bug fix I think you are looking for.

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Archived

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

×
×
  • Create New...