Alex_Hansen Posted January 29, 2011 Share Posted January 29, 2011 Hey - My shop has problem with paypal payment.When the custermes are coming to PayPay, this error comes:---Sorry — your last action could not be completedIf you were making a purchase or sending money, we recommend that you check both your PayPal account and your email for a transaction confirmation after 30 minutes.If you came to this page from another website, please return to that site (don't use your browser's Back button) and restart your activity.If you came from PayPal's website, click the PayPal logo in the upper-left corner to return to our home page and restart your activity. You might have to log in again.---What's wrong here? Link to comment Share on other sites More sharing options...
Alex_Hansen Posted January 29, 2011 Author Share Posted January 29, 2011 News - I just discovered something strange: If im already log-in on PayPal it will work fine, but not when im not logged in?The custermes should be able to pay with creditcard also if they don't have an account at PayPal, but the error occours when not already logged in at PayPal.Please help me, someone .... I'm lost here :-(( Link to comment Share on other sites More sharing options...
Alex_Hansen Posted January 29, 2011 Author Share Posted January 29, 2011 News again: New discovery :-)My shop is in a directory called /shop/ - and thats part of the problem, because I have made an redirect in index.html so visitors automatic will be sent to www.sportspower.dk/shop/ but the browsers adress is still showing only www.sportspower.dk - Until now I found that very smart, but maybe it isn't, because if I manually goes to www.sportspower.dk/shop/ and place an ordre then it works fine with paypal, so I guess it is a problem with the adresse showed?My index redirect is done like this:<frameset cols="100%,*" border="0"> <frame src="http://www.sportspower.dk/shop/" name="Sportspower.dk Webshop"> <head> <title>Sportspower.dk Webshop</title></head> <body bgcolor="#000000" text="#ffffff" link="#ffffff" vlink="#ffffff" alink="#ffffff"> Sportspower.dk Webshop </body> </frameset> Could I do it in anorher way so things are working for me?Hope anyone can help me now ... Link to comment Share on other sites More sharing options...
Alex_Hansen Posted January 29, 2011 Author Share Posted January 29, 2011 SOLVED - A new redirect in index did the trick.Sorry for you time ... Link to comment Share on other sites More sharing options...
Robert G. Posted January 31, 2011 Share Posted January 31, 2011 PayPal is not happy with being called from a frame for security reasons. That's what triggers the error.Add a "target="paypal"" to the opening <form> tag in redirect.tpl to work around this issue.(Or just use PayPalAPI instead ) 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