PayPal Issues

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hi All,

Have some issues with PayPal setup.

If I use PayPal Standard everythings apart from the re is no facility to pay without a PayPal account, the option is missing.

Have found unless this is the first choice we get a lot of abandoned carts, people dont want to sign-up.

If I use PayPal direct all I get is 'Payment error: LongMessage: This transaction cannot be processed due to an invalid merchant configuration. ShortMessage: Invalid Configuration ErrorCode: 10501'

API details are correct as we have another site running VP-ASP using them OK.

Also worried that at this point in the cart the client is asked for CC details and the pages aren't secure
Hace 13 años
Thanks wrote:
ErrorCode: 10501

According to this page it occurs when the billing agreement is disabled or inactive.
Hace 13 años
Thanks for the prompt reply, that make no sence, PayPal is a nightmare to figure.

Will go back to PayPal Standard but how do I get their page to show 'Pay without PayPal account'?
Hace 12 años
I was also wired with this issue and after a long re-search (which actually not needed), but I have seen that the issue is with most of the shopping carts...

and the magic is... solution is single.....

I am running Nop Commerce 2.6

on PayPal Plugin...
PayPalStandardPaymentProcessor.cs file
Line number 319 stating as below

builder.AppendFormat("&address_override=1");

Just comment that line.
build the plugin once again.

upload the Dll file of the plugin to hosted solution (on website).

go to admin, clear the cache, and restart the application.

and it seems that the problem is no more occured.

Let me know if that helps to you.

Thanks
Hace 11 años
On PayPal there is a setting under your profile, Website Payment Preferences called "PayPal Account Optional". This must be set to ON. The help from PayPal reads :

When the "account optional" feature is turned on, customers don't need a PayPal account. They use an alternate checkout and have the option to sign up for a PayPal account afterward. Customers with PayPal accounts still log in to their PayPal accounts to check out.
Hace 7 años
mbalog wrote:
On PayPal there is a setting under your profile, Website Payment Preferences called "PayPal Account Optional". This must be set to ON. The help from PayPal reads :

When the "account optional" feature is turned on, customers don't need a PayPal account. They use an alternate checkout and have the option to sign up for a PayPal account afterward. Customers with PayPal accounts still log in to their PayPal accounts to check out.




Sir its on in my paypal account still i am not getting any option checkout..
am i missing something ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.