steve_s Posted January 23, 2012 Posted January 23, 2012 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.