• Resolved jokubas2000k

    (@jokubas2000k)


    Hi,

    I’m building a website for selling graphic design services online. It’s a 1 page website. There will be only 4 different products (4 different packages) and all of them are virtual.

    I’m trying to make the purchase process as frictionless as possible.

    Ideally, after selecting a package I would like the customer to be redirected straight to the checkout page to pay for the exact package that the customer just selected. The Cart page is not needed. I also want the customers to be able to purchase only 1 package at a time.

    Is there a way to achieve this?

    Is it possible to remove the cart page completely?

    Is it possible to allow only 1 product purchase at a time?

    Thanks in advance.

    P.S. I use OceanWP and Elementor

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you go to WooCommerce > Settings > Products you can check the box “Redirect to the cart page after successful addition” to enable an automatic redirect to the checkout when a product is added to the cart. See this screenshot:

    https://share.getcloudapp.com/ApukLoZ4

    I have a small plugin available here: https://github.com/helgatheviking/wc-only-item-in-cart that adds a setting to each product’s product data metabox that allows you to limit a product to being the only item purchased at a time.

    There’s also a premium plugin called One Page Checkout https://woocommerce.com/products/woocommerce-one-page-checkout/ that would add the checkout part right on the same page.

    Thread Starter jokubas2000k

    (@jokubas2000k)

    Hi,

    I use the link “…yoursite.com/checkout/?add-to-cart=xx” to add the selected package to cart and redirect the customer to the checkout page.

    However, skipping the cart page does not solve anything.

    If a customer chooses one of the packages and gets redirected to the checkout page but decides to go back to the homepage, the package stays in the cart. And now if the customer chooses a different package, he gets redirected to the checkout page to pay for 2 packages. You see the issue?

    • This reply was modified 4 years, 3 months ago by jokubas2000k. Reason: Fixed the link
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing cart page’ is closed to new replies.