How do I go direct to PayPal from the Cart Payment section Continue button instead of making the customer click the PayPal icon?

magento.stackexchange https://magento.stackexchange.com//questions/72533

Question

enter image description here

I have disabled other options for a payment and just left PayPal.

Users must click on the small PayPal logo to be redirected to PayPal's payment page, if they don't understand that they get frustrated because nothing happens when they click the Continue button.

How can I make Magento automatically redirect the users to the PayPal payment page when they click the Continue button, instead of clicking the PayPal logo?

What is the best/easy option for this or workaround? Otherwise I would just hardcode the continue button, but there is probably some data generated by PayPal attached to the logo and I do not exactly know how to attach it to the button.

Still looking for a solution

@Edit

Just for a reference: This problem was not what I thought. The users were re-directed to the PayPal when they clicked Continue button. It just took more seconds than I thought...

Was it helpful?

Solution

That isn't the default behaviour with PayPal Standard. It should allow you to hit continue, be redirected to PayPal to complete, then return to the store for the success page.

Are you by chance using PayPal Express - because that would alter the checkout flow completely. It should occur during the cart phase (not during checkout), where it redirects to PayPal to collect all information (address etc.) - then returns to Magento for final confirmation.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top