overcominglove Posted September 25, 2012 Share Posted September 25, 2012 Hello Paypal and all, using Paypal API in prestashop goes straight to paypal page with credit card as optional (closed) I want my checkout to go straight to credit card with paypal as optional. Any clue? (prestashop 1.5) Tip (This has nothing to do with cookies, i`ve cleared cookies multiple times., With my little understanding clearing cookies works if only you create the variation codes via paypal site but with API i,m very much sure clearing cookie is not helping direction to either paypal or credit card.. I need an answer from people who already had results on this issue. Thanks in advance Link to comment Share on other sites More sharing options...
nomy Posted March 24, 2013 Share Posted March 24, 2013 Hello Paypal and all, using Paypal API in prestashop goes straight to paypal page with credit card as optional (closed) I want my checkout to go straight to credit card with paypal as optional. Any clue? (prestashop 1.5) Tip (This has nothing to do with cookies, i`ve cleared cookies multiple times., With my little understanding clearing cookies works if only you create the variation codes via paypal site but with API i,m very much sure clearing cookie is not helping direction to either paypal or credit card.. I need an answer from people who already had results on this issue. Thanks in advance Yeah this is really REALLY bad with Paypal.. you cant directly see where to pay with cards... did you find a solution?? Link to comment Share on other sites More sharing options...
Jeet Kune Do Posted January 10, 2014 Share Posted January 10, 2014 The solution is in other topics, but it's very hard to find. I will make it easyer for you. In;prestashop\modules\paypal\express_checkout\process.phpChange$fields['LANDINGPAGE'] = 'Login';to$fields['LANDINGPAGE'] = 'Billing'; That will do the trick. Hope to give back to the community. Best regards! Jeet 1 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