Jump to content


Corporate Sponsors


Latest News: (loading..)

missing data on PayPal Standard Payment checkout


2 replies to this topic

#1 nobodyfamous

  • Community Member
  • 78 posts
  • Real Name:Chad Meyers

Posted 05 January 2012, 20:23

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.

#2 nobodyfamous

  • Community Member
  • 78 posts
  • Real Name:Chad Meyers

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?

#3 nobodyfamous

  • Community Member
  • 78 posts
  • Real Name:Chad Meyers

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