Jump to content

Paypal Express Checkout API Calls


MastaSplinta

Recommended Posts

Hi there, brand new to prestashop.

 

I am using the lastest Paypal Payments module. 

 

I have Express Checkout only enabled.

 

I would like to allow customers to pay without setting up a paypal account.

 

I have found the code needed to allow this to happen, but I am not sure which file to actually insert the code into. 

Here is a reference that I found, but it is very slim in detail. 
http://www.prestasho...ype#entry781842

Could you please direct me to the location and specific line in which I need to edit? 

 

Thank You

 

Tom 

 

This is the code: 

 

 

if ($this->_pp_integral)
$request .= '&SOLUTIONTYPE=Sole&LANDINGPAGE=Billing';
else
$request .= '&SOLUTIONTYPE=Mark&LANDINGPAGE=Login';

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