Magento 1.9 – Fix PayPal Skipping Order Step Issue

checkoutmagento-1.9paypal

I am using PayPal Express Checkout, i set "Skip Order Review Step" to "No" but its still redirecting user to PayPal Page after selecting PayPal as a payment Method and Skipping order Review step. it should redirect after complete 5th (Order Review) step.

Best Answer

When using an external payment method, the workflow is the following :

  • The user is redirected to the payment page of this method directly after step 4.
  • The user confirm his payment on the external website.
  • The user is redirected to Magento website.

And it is the same for each external payment method. Having the 5th step with an external payment method is not the usual way. The "Skip Order Review Step" option of Paypal Express Checkout is about the landing page you are redirected after paying on Paypal website. If you put it to "No", the review step after Paypal process will be skipped.

Related Topic