Pippo3000 Posted November 4, 2010 Share Posted November 4, 2010 folks, having problems with paypal v2 not showing the payment confirmation page under PS 1.3.2 I wonder which is the latest paypal API version before V2 in case I downgrade? I saw that PS comes with v1.0. Is that true, from v1 to v2 in one step?phil Link to comment Share on other sites More sharing options...
rocky Posted November 4, 2010 Share Posted November 4, 2010 Yep, PayPal v1.7.1 + PayPal API v1.0 + PayPal Express and Integral = PayPal v2.0. Link to comment Share on other sites More sharing options...
Pippo3000 Posted November 4, 2010 Author Share Posted November 4, 2010 Yep, PayPal v1.7.1 + PayPal API v1.0 + PayPal Express and Integral = PayPal v2.0. now the ultimate dummy question, guess I saw this here already but could not find it again: which is the difference btw plain v1.7 and v1.0 API? Does the plain non-API version also provide credit card payment and instant payment processing/approval. would love to use v2.0 (again) but without the confirmation page: no good :-), even if customers get the confirmation email they see not positive (or negative) result on my shop pages...thanks matephil Link to comment Share on other sites More sharing options...
rocky Posted November 5, 2010 Share Posted November 5, 2010 I think the regular PayPal uses IPNs and redirects to PayPal and uses its SSL certificate, then returns to your site afterwards, and PayPal API uses SOAP and relies on your SSL certificate. Both let you pay by credit card. Link to comment Share on other sites More sharing options...
Pinkloveshy Posted May 2, 2011 Share Posted May 2, 2011 RockyI'm getting an https error up saying 'not secure' just before the paypal v2.0 option shows to buyers. This, I think, suggests an SSL issue with the module/image. I expect this is putting people off proceeding and therefore I need help to resolve.I was running API 1.7 without issue but was told V2.0 was better so I changed yesterday.The error only shows when I'm using IE8 but seeing as many people use this browser I need to resolve.Please can you do a test purchase please and advise what I can investigate in order to resolve.Many thanks in advance of your helpBest regardsGillianPinkloveshy Link to comment Share on other sites More sharing options...
rocky Posted May 3, 2011 Share Posted May 3, 2011 It looks like it's a bug in the Twenga module. I see the following non-secure link on the payment selection page: <script language="javascript" type="text/javascript" src="http://tracker.twenga.co.uk/ef2ee09ea9551de88bc11fd7eeea93b0"></script> Unfortunately, it seems this script is downloaded from Twenga using the getTrackingScript function in modules/twenga/lib/TwengaObj.php, so you can't directly change it. You could try doing a string replace on the result returned from the server. For example, try changing line 413 of modules/twenga/lib/TwengaObj.php from: return (string)$obj_xml->message; to: return str_replace('http://', 'https://', (string)$obj_xml->message); Link to comment Share on other sites More sharing options...
Pinkloveshy Posted May 3, 2011 Share Posted May 3, 2011 Thanks RockyI'll try this and get back to you. Is it worth talking to prestashop to get this bug sorted?ThanksGillian Link to comment Share on other sites More sharing options...
rocky Posted May 3, 2011 Share Posted May 3, 2011 Yes, since the Twenga module comes with PrestaShop, you can post a bug report on the bug tracker. Link to comment Share on other sites More sharing options...
Pinkloveshy Posted May 3, 2011 Share Posted May 3, 2011 Hi RockyI tried the fix above and no joy. Same issue remains. I am assuming it will be a Twenga issue as this has been installed recently.I've attached the screen shots so you can see what's happening. When I select yes on the error then the paypal 2.0 symbol appears. Is it possible it could be associated with paypal??Any other thoughts on how to resolve?AllI am using Twenga V1.5 with Prestashop 1.3.7 as instructed by Twenga, as V1.4 failed to validate tracking. If you have had this issue and resolved please advise.I need help as fast as possible as my sales have now stopped due to the error message putting buyers offThanks Gillain(Pinkloveshy) Link to comment Share on other sites More sharing options...
rocky Posted May 4, 2011 Share Posted May 4, 2011 I can't see any problem with the PayPal module. I'm using IE9 and the PayPal option is there even before I click the "Show all content" button. Try disabling the Twenga module and check whether the message disappears. Link to comment Share on other sites More sharing options...
Pinkloveshy Posted May 4, 2011 Share Posted May 4, 2011 RockyI've left module as it is at the moment and Twenga developer is looking at this issue for me. Like you they have been very helpful and are trying to resolve. I just hope this is resolved soon as it is impacting on sales.Many thanks for your responses to dateRegardsGillian Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now