1. Home
  2. Docs
  3. Quicker
  4. Features
  5. Enable One-Click Checkout

Enable One-Click Checkout

One-Click Checkout is a streamlined WooCommerce feature that lets customers complete their purchase instantly with a single click. Instead of going through the cart and checkout pages, returning customers with saved details can place an order immediately—just like Amazon’s one-click purchase. This reduces friction, speeds up the buying process, and helps boost conversions.

How this works

  1. Adds a Buy Now button (only for logged-in users).
  2. When clicked:
    • Creates a new WooCommerce order.
    • Uses the customer’s saved billing/shipping details.
    • Attempts payment using their default saved payment method (Stripe, PayPal Vault, etc.).
  3. Redirects to the order received page instantly if successful.

Requirements

  • Customers must be logged in.
  • Must have saved payment details (via tokenization gateways like Stripe / PayPal).
  • You may want to store the user’s default payment gateway in user meta, or fallback to a specific gateway.

Steps to setup one-click checkout

  • Go to your WordPress Admin > Quicker > Products > Direct Checkout.
  • Select the option  Enable One Click Checkout  from
    • No: Keep the default cart behavior without any instant purchase option.
    • Replace Add to Cart Button: Swap the Add to Cart button with a Buy Now button for immediate purchase.
    • Add a Buy Now Button Next After “Add to Cart” Button: Add a Buy Now button next to Add to Cart, letting customers purchase instantly while keeping the cart option.
one-click-checkout-admin
  • Customize the button label to match your store’s style or messaging from “Buy Now Button Text”.
  • Select Buy Now for
    • All Products: Adds a Buy Now button to every product for instant purchase.
    • Specific Products: Adds a Buy Now button only to selected products for quick checkout.
  • After enabling Buy Now, click on the Save Changes button.

Whenever returning customers with saved card details click the ‘Buy Now’ button, their order will be completed instantly with just one click.

one-click-checkout-frontend

How can we help?