superchoward
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] JSON Error Unexpected Token Paypal Payments ProAhhhh I see. It must be a common problem that yourselves and other plugin developers are having. It seems a strange thing to do from a WooCommerce perspective to suddenly release an update that affects plugins in the way it does and stops them from functioning correctly.
Thanks for your help Angelleye, at least I know the problem now even if it isn’t solved. I’ll watch out for updates from yourselves, thank you.
Chris
Forum: Plugins
In reply to: [PayPal for WooCommerce] JSON Error Unexpected Token Paypal Payments ProYou’re right it is the 3D Secure option that’s causing the issue. I have disabled it and it has fixed the problem.
The problem is I do need this because in the UK you need to use 3D Secure to process payments made using Maestro cards. I think these are becoming less common with more banks using Visa and Mastercard but nonetheless I would like the facility to process these cards.
Where do you think the problem lies? There are 3 parties involved in the 3D Secure element, my website, Paypal and Cardinal Commerce who process the details for Paypal. Further to this there are separate elements to my website including the WordPress itself, the theme, WooCommerce and your plugin to WooCommerce! I was using another plugin for WooCommerce before yours and that had the same problem so I don’t think it is your plugin that is the issue.
Thanks for all your help so far, I’ve had this problem for weeks and this feels like the first time I’m making any progress on it.
Chris
Forum: Plugins
In reply to: [PayPal for WooCommerce] JSON Error Unexpected Token Paypal Payments ProFound it!
This is the Post section copied and pasted.
<html> <head> <title>3DSecure Payment Authorisation</title> </head> <body> <form name="frmLaunchACS" id="3ds_submit_form" method="POST" action="https://0eaf .cardinalcommerce.com/EAFService/jsp/v1/redirect"> <input type="hidden" name="PaReq" value="P.8a083bf722bdb205a5dd62e06ede2bf2f 001d47c5fad75e400ace8d4ea0b24721618204d016beb9829aaa670bf035d92d6337c7b5eb525354f964abf5c663dfdb3914263e2ba418178a94ccd61027a7a8cadf549a1e35e4c69592a899b01498f" > <input type="hidden" name="TermUrl" value="https://specialistskincare.co.uk/ ?wc-api=WC_Gateway_PayPal_Pro"> <input type="hidden" name="MD" value="a%3A5%3A%7Bs%3A4%3A%22card%22%3Bs%3A16 %3A%22 CARD DETAILS HERE %22%3Bs%3A4%3A%22type%22%3Bs%3A4%3A%22Visa%22%3Bs%3A3%3A%22csc%22%3Bs%3A3%3A%22 CARD DETAILS HERE %22%3Bs%3A14%3A%22card_exp_month%22%3Bs%3A2%3A%2207%22%3Bs%3A13%3A%22card_exp_year%22%3Bi%3ACARD DETAILS HERE%3B%7D" > <noscript> <div class="woocommerce_message">Processing your Payer Authentication Transaction - Please click Submit to continue the processing of your transaction. <input type="submit" class="button" id="3ds_submit" value="Submit" /></div> </noscript> </form> <script> document.frmLaunchACS.submit(); </script> </body> </html>Forum: Plugins
In reply to: [PayPal for WooCommerce] JSON Error Unexpected Token Paypal Payments ProHi Angelleye,
Thanks for your response. Using Firefox on a Windows machine the error code returned is slightly different and is:
SyntaxError: JSON.parse: unexpected character at line 1 column 21 of the JSON data
https://specialistskincare.co.uk/wp-includes/js/jquery/jquery.js?ver=1.11.3
Line 5This was copied from the Firebug console.
https://www.dropbox.com/s/usj8tminjxn93y2/JSON%20Error%20Line%201%20Column%2021.png?dl=0
Thats a screenshot of the Firebug console.
I can put the site back into sandbox mode if necessary?
Thanks
Chris