• Resolved LBandy

    (@lbandy)


    Hello,

    I’m interested in implementing the following purchase flow in our shop:

    – User adds items to the cart.
    – On the cart page, selects PayPal as the payment option (proceed to checkout button is disabled). An order is created at this point in Woocommerce, so even if customer never finishes the payment by closing the site the order was already created and not lost.
    – Modal popup shows, customer either enters credit card details or logs into their account without leaving the shop page.
    – Payment is authorized, customer is forwarded to the thank you page without any review order or other steps. No shipping and TAX is added to the purchase they see on the cart page.

    Is this is doable, what parts of the above is covered only in the Premium version?

    Thanks a lot for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @lbandy,

    Our basic version supports cart page checkout. Upon checkout, a pending order will be created when proceeding to PayPal. Shipping charges and TAX will be passed PayPal if you have set it up. You can disable in Woocommerce settings.

    Instead of modal popup, we support an in-flow paypal checkout method, where users can checkout in a pop-up window without leaving the site.

    Hope this helps. Please try setting up this plugin and let us know if anything comes up.

    Thread Starter LBandy

    (@lbandy)

    Hi there,

    Thanks for your response! I tried the plugin and it works exactly as my desired purchase flow. Since I’ll need the popup I’ll be buying the Premium version soon. I also want to do some more customization of the PayPal button, so will see how much I can change.

    I’d also like the PayPal button to only appear if the user is logged in, otherwise I’ll display a Login button. I found the code which I can change but I want to avoid changing source code directly so I can get future updates easier. Is there a callback I can hook into, or a preferred way I can do it by using Code Snippets?

    Thanks again!

    Plugin Author WebToffee

    (@webtoffee)

    Hi @lbandy,

    We do not have any hooks or code snippet for this requirement now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is skipping the order review page supported?’ is closed to new replies.