Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Paypal Smart Checkout not working
Tagged: PayPal, smart checkout
- This topic has 2 replies, 2 voices, and was last updated 5 years, 5 months ago by admin.
-
AuthorPosts
-
June 11, 2019 at 9:35 am #15448tinablMember
I appreciate and love the fact that Smart Checkout lets customers pay with their credit cards (rather than login to a Paypal account) HOWEVER i came across an issue that doesn’t happen when Smart Checkout is disabled:
-the payment goes through but the user is not redirected to the Thank You page and the transaction is not recorded in the SimpleCart Cart Orders.
-an error message pops up: Error Occurred During Payment Processing. Check debug log for further details.
-the log shows a bunch of Undefined Indexes and Undefined Variables, ie:
11-Jun-2019 09:28:01 UTC] PHP Notice: Undefined index: address_country in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 44
[11-Jun-2019 09:28:01 UTC] PHP Notice: Undefined index: address_zip in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 43
[11-Jun-2019 09:28:01 UTC] PHP Notice: Undefined index: address_state in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 42
[11-Jun-2019 09:28:01 UTC] PHP Notice: Undefined index: address_city in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 41
[11-Jun-2019 09:28:01 UTC] PHP Notice: Undefined index: address_street in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 40
[11-Jun-2019 09:08:31 UTC] PHP Notice: Undefined index: ip in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 140
[11-Jun-2019 09:08:31 UTC] PHP Notice: Undefined index: wp_cart_id in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 138
[11-Jun-2019 09:08:30 UTC] PHP Notice: Undefined index: wp_cart_custom_values in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 447
[11-Jun-2019 08:59:24 UTC] PHP Notice: Undefined variable: _SESSION in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 167
[11-Jun-2019 06:43:50 UTC] PHP Notice: Undefined index: ip in /hermes/bosnaweb18a/b2972/ipg.bouncelimitcom/wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php on line 140
Can you help me? If I can’t get the Credit Card payments to work (without Paypal login) i’ll have to find another solution / plugin. Thanks!!
June 12, 2019 at 7:47 am #79598adminKeymasterIt looks like the PHP session on this site is not working correctly. So a few things are failing that are all coming from that one issue. I will look at all the configuration of your site and see what I can find. I have sent you an email for it.
June 15, 2019 at 2:41 pm #79599adminKeymasterUpdate: The issue was that the site recently switched to using “https”. The many URLs in the settings menu of the plugin was still using the “http” URL values. Once those URL values in the plugin settings were updated to use “https”, the issue was fixed.
-
AuthorPosts
- You must be logged in to reply to this topic.