Jump to content

Notes to send to customer field


Guest nigelthain

Recommended Posts

Guest nigelthain

Hi

If I put a note into the 'Notes to send to customer' text box in the Edit Order page, it prints out on the packing slip ok, but actually disappears from the text box on the edit orders page.

I thought at first it was a 'one shot' text box, but the notes are stored and always displayed on the packing slip, but never appear actually in the text box..

Not sure If I'm making sense !

The upshot is, looking at the order on the screen, no notes to customer appear, print the packing slip and it does !

Is this a "feature"

Thanks

Nige

Link to comment
Share on other sites

Hi,

I managed to fix this by adding:

"COMMENTS" => $this->orderSum['comments'],

in to the classes/cart/order.php file - after:

$macroArray = array(

on line 260.

Then I added:

{COMMENTS}

around line 39 in langauge/en/email.inc.php - after:

'order_breakdown_1' => "Dear {RECIP_NAME},

Thank you for your order no: {ORDER_ID} placed on {ORDER_DATE} at: {STORE_URL}.

I also added the date that the order was shipped in the same way.

Cheers,

Chris

Link to comment
Share on other sites

Guest nigelthain

Hi Chris

Thanks very much for that, I'll code it in.

Hmmmm.... i didnt realise a product you have to pay for, would need "fixing" by those who use it !.

Do we need to report this to anyone so that its fixed on the next update release ?

REgards

Nige

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...