Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

order comments stoped working?


steve_s

Recommended Posts

Posted

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

Archived

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

×
×
  • Create New...