Didn't work. the server behavior disappeared. This is from the backup file i created of the website folder. This site worked 2 days ago when i tested it and i made no changes to this file. But for some reason it does not work now.
The orderID field in the store order summary table had this variable: $_SESSION["eCart1_OrderID"] and this worked i was able to buy something then it would take me to a download page to download the file. I don't know why it doesnt work now. Once i got the site to work i copied the whole site folder to make a backup of it. And today when i couldnt get the site to work i deleted my website from the web server and uploaded the backup folder of the website that was working And i get this error message for some reason:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/goldne5/public_html/confirm.php on line 301
This is line 301 from the confirm.php page
$WA_fieldValuesStr = WA_eCDB_ConvertNumber("$_SESSION[\"eCart1_OrderID\"]") . "|" . "".session_id() ."" . "|" . WA_eCDB_ConvertNumber("".$eCart1->GrandTotal() ."");