Jump to content


Corporate Sponsors


Latest News: (loading..)

steve_s

Member Since 03 Oct 2006
Offline Last Active Feb 02 2012, 18:27
*****

Topics I've Started

order comments stoped working?

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