PayPal Express without a PayPal account

Apparently, there is a way to allow customers to pay with credit cards without being forced to create a PayPal account when using PayPal Express.



Here are the details:

[url=“Paypal Express Checkout and Credit Cards”]http://9seeds.com/te...d-credit-cards/[/url]

http://cartthrob.com…iewthread/4559/



Can someone please tell me how this can be implementing in CS-Cat?



I could not find “SOLUTIONTYPE” or “LANDINGPAGE” in the CS-Cart database or in any of the files.

Think I got!



Edit file: 'payments\paypal_express.php'



Go to around line 236 and change code from:



$pp_total
$return_url
$cancel_url
Authorization
$pp_locale_code
{$_address}





To:



$pp_total
$return_url
$cancel_url
Authorization
$pp_locale_code
Sole
Billing
{$_address}





Optionally, you can make the PayPal login form be expanded on the landing page instead of having the credit card form expanded.

Do this by replacing:

Billing

With:

Login

Works great – thanks for sharing.