Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

order comments stoped working?

order comments stoped working

  • You cannot reply to this topic
No replies to this topic

#1 steve_s

  • Community Member
  • 1,580 posts
  • Real Name:steve
  • Gender:Male
  • Location:London

Posted 23 January 2012, 19:10

Hi i have just had 4 stores where the customer comments were missing from the orders in admin,

in catalog/checkout_process.php

find
  require(DIR_WS_CLASSES . 'order_total.php');

add before it
  if(isset($_SESSION['comments']) && !$order->info['comments']) $order->info['comments']=$_SESSION['comments'];

it will work fine again now, just thought id share in case someone else has the same problem

Steve