nobodyfamous Posted January 5, 2012 Posted January 5, 2012 My cart has a preferred delivery date chooser and I have added a "Gift Card Message" box as well. (basicly the same as the comments, but stored in the orders table.) With COD or check/money order the data is stored fine. Only on PayPal Payment is the data lost. I can only assume that the data is not passed along when you leave the osc checkout and go through paypal checkout. How can I ensure the data is stored. Quote
nobodyfamous Posted January 5, 2012 Author Posted January 5, 2012 another issue I am having is the "gift card" is not unregistering. I have began searching catalog/includes/modules/payment/paypal_standard.php and feel this is where I need to add my extra variables to. around line 551 is a section of tep_session_unregister's so I will try adding my giftCard there. But where would I add the delivery_date and giftCard variable to pass along to the database? Quote
nobodyfamous Posted January 5, 2012 Author Posted January 5, 2012 fixed it! Like I posted above. Also had to add values to the $sql_data_array = array on about line 155 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.