Jump to content

Making paypal go straight to credit card instead of paypal during checkout


overcominglove

Recommended Posts

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

  • 5 months later...

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

  • 9 months later...

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.php


Change

$fields['LANDINGPAGE'] = 'Login';

to

$fields['LANDINGPAGE'] = 'Billing';

 

 

That will do the trick.

 

Hope to give back to the community.

 

Best regards!

 

Jeet

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...