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