RE: Customer comments repeating?

Johnson <[email protected]> 13 Sep 2003 05:06:39 -0000
Newsgroups gmane.comp.web.oscommerce.installation
Message-ID <8d94b3894ca4d6af4b3f540150223c57@osCommerce-Forums>
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=228767#228767
----------------------------------------------------------------

checkout_process.php should have the following:

[code]// unregister session variables used during checkout
  tep_session_unregister('sendto');
  tep_session_unregister('billto');
  tep_session_unregister('shipping');
  tep_session_unregister('payment');
  tep_session_unregister('comments');

  tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL'));[/code]