PDA

View Full Version : Order Confirmation: Modify Information issue


siteontime
07-13-2009, 02:00 PM
When a customer clicks on the Modify Order Information button on the confirm page it redirects them to checkout.php, but all of the information is blank. Even if they are logged in it is blank. Is is possible to have this stored so that they only have to type in incorrect information. Especially if they are logged in.

Ray Borduin
07-13-2009, 02:22 PM
You can add code to the confirm page to address the issue:

<?php
SaveFormToSession("", "confirm");
?>

siteontime
07-13-2009, 02:31 PM
Thanks for the quick response Ray. I added this code to the top of the confirm.php page and tried clicking the modify information button again, but same results. All fields were blank.
I appreciate your help with this issue.

Ray Borduin
07-13-2009, 04:05 PM
Maybe you added it too high on the page... needs to have a session_start() first.

mick106153
07-14-2009, 06:57 AM
Ray

I've tried it with and without
if (!session_id()) session_start();
in various locations on the page and I can't get it to work either.

Mick

Ray Borduin
07-14-2009, 10:09 AM
Please post a support incident and we can have someone help you debug this issue.