Passing Session Var
Little notable changes occured today, but i did make the significant advance of passing the custom product information as an session variable. This information is gathered from a form in custom.php and stored in an array $custom_array. I passed this array using session_register('custom_array'). I then accessed it in checkout_process.php using $checkout_custom_array=$HTTP_SESSION_VARS['custom_array'].
0 Comments:
Post a Comment
<< Home