Jump to content

Paypal Redirect Directly To Card Payment


datasi

Recommended Posts

Hello!

 

I currently use the paypal v.3.10.2 by prestashop  (not the USA,canada one)

 

And what i really need is when the customer press "pay with your card of paypal account" and is being redirected to paypal i need the redirection to directly show pay with CC

 

The reason for this is that in my country paypal is not widely used and CC is the preferred choice of payment in any situation here. Also there is a bad translation/writing on paypals side. The button for "pay with credit card" is named "create account" Also mobile users seems to be forced to create an account compared to desktop version

 

Anyone have a solution for redirecting directly to CC payment? I also read this but unable to figure out how to do this on prestashop: http://www.andrewbrettwatson.com/index.php/help/201-how-to-make-your-customers-land-on-the-credit-card-page-of-paypal

Link to comment
Share on other sites

Update:

 

i found a solution for this on the desktop version by doing

 

In;
prestashop\modules\paypal\express_checkout\process.php

Change line 136

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

 

Can anyone help with getting this to work for mobile?

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