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.
Latest News: (loading..)
missing data on PayPal Standard Payment checkout
Started by nobodyfamous, Jan 05 2012, 20:23
2 replies to this topic
#1
Posted 05 January 2012, 20:23
#2
Posted 05 January 2012, 21:17
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?
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?
#3
Posted 05 January 2012, 21:45
fixed it!
Like I posted above. Also had to add values to the $sql_data_array = array on about line 155
Like I posted above. Also had to add values to the $sql_data_array = array on about line 155














