Quick Checkout Plugin Settings

The Quick Checkout plugin settings can be found in the WooCommerce settings page. For more detailed instructions on how to find the Quick Checkout settings, please  click here.

Shop Page Display Options

The shop page display options lets you manage how Quick Checkout displays on your website's shop page. The shop page is the page that displays the entire catalog of products for sale in your shop.

Shop Page Options

  • Enable Quick Checkout on the WooCommerce shop page. Check this box to enable Quick Checkout on the shop page. Uncheck it to disable Quick Checkout on the shop page.
  • Clear the user's cart before opening checkout. Checking this box will clear the user's cart before the checkout page opens. Unchecking it will keep the user's cart as-is and add any new products to the cart.
  • Enable if you would like your customers to be able to customize their purchase quantities within the Quick Checkout cart. This option can allow customers to change the quantity of the product they are purchasing before they checkout.

Product Category Options

  • Enable Quick Checkout on the WooCommerce Product Category Page. Checking this box will enable Quick Checkout on WooCommerce product category pages.

Product Category Options

  • Enable Quick Checkout on the WooCommerce Product Tag Page. Checking this box will enable Quick Checkout on WooCommerce product tag pages.

Quick Checkout Display

  • Display Quick Checkout button on product image hover. Check this box to show the Quick Checkout "Buy Now" button when the user hovers over a product image with their mouse. This will only display for simple products. Variable products will ignore this option.
  • Reveal Quick Checkout link after product added to cart. Check this box to have a "Checkout Now" button displayed after the customer adds a product to the cart. Note the enable AJAX add to cart buttons on archives option must be enabled in WooCommerce Product Settings for this to work.

Hover Button Text

  • Enter the text you want to display on the button that is shown when a customer hovers their mouse over the product image when "Display Quick Checkout button on product image hover" is enabled under Quick Checkout Display.

Reveal Link Text

  • This is the text that will be displayed on the button that appears after a customer adds a product to their cart when "Reveal Quick Checkout link after product added to cart" is enabled under Quick Checkout Display.

Shop Action

This option is important as it affects how Quick Checkout functions on the shop page. 

  • Open checkout in a responsive lightbox. This option allows the checkout page to open in a popup lightbox over the shop page.
  • Reveal checkout on shop page. This option causes the checkout page to be revealed directly on the shop page. The checkout page will be hidden before products are added to the cart, and revealed afterwards.

Individual Product Post Display Options

Provides full control over Quick Checkout on single product pages. Options set on the individual product level override global settings.

Single Products

  • Enable Quick Checkout Options for the WooCommerce Products. Checking this box allows the Quick Checkout options tab to be available on the single product edit page.

Global Product Post Display Options

Manage how Quick Checkout displays globally for WooCommerce single product posts. If individual product Quick Checkout settings are enabled they will override global settings.

All Products

  • Enable Quick Checkout globally for individual product posts. Checking this box will enable Quick Checkout on all product pages.
  • Display Quick Checkout on Related Products. Checking this box will enable Quick Checkout to be used on the Related Products if displayed.
  • Clear the user's cart before opening checkout. Checking this box will clear the user's cart before the checkout page opens. Unchecking it will keep the user's cart as-is and add any new products to the cart.

Quick Checkout Display

  • Add Quick Checkout button after the Add to Cart button. This option will add a button after the normal Add to Cart button on the product page.
  • Add Quick Checkout button before the Add to Cart button. This option will add a button before the normal Add to Cart button on the product page.
  • Replace the Add to Cart button with Quick Checkout button. This option will remove the Add to Cart button from the product page and replace it with the Quick Checkout button
  • Display Quick Checkout button on product image hover. Checking this box will enable the Quick Checkout button to be displayed over the product image when a user hovers their mouse over the image.

Quick Checkout Action

  • Open checkout in a WooCommerce lightbox. This option allows the checkout page to open in a popup lightbox over the shop page.
  • Reveal checkout within product post content. This option causes the checkout page to be revealed directly on the product page. The checkout page will be hidden before the product is added to the cart, and revealed afterwards.

Product Button Text

  • Enter the text you want to display on the button that is shown on the product page. 

Shortcode Display Options

WooCommerce includes a number of shortcodes that many page builders use to output products. If you are using a popular theme such as Divi or X theme then be sure to enable support for shortcodes if you wish to use Quick Checkout. The following shortcodes are supported by Quick Checkout. Read more about  WooCommerce shortcodes. If enabled, the shortcodes will display a “Buy Now” button display on hover which opens Quick Checkout in a modal window upon click.

  • Recent Products - Example: [recent_products per_page="12" columns="4"]
  • Featured Products - Example: [featured_products per_page="12" orderby="menu_order"]
  • Best Selling Products - Example: [best_selling_products per_page="12" orderby="menu_order"]
  • Top Rated Products - Example: [top_rated_products per_page="12" orderby="menu_order"]
  • Sale Products - Example: [sale_products per_page="12" orderby="menu_order"]
  • Product Page - Example: [product_page id="99"]
  • Individual Product - Example: [product id="99"]
  • Products - Example: [products ids="1,2,3,4"]
  • Product Category - Example: [product_category category="albums"]
  • Product Attribute - Example: [product_attribute attribute='size' filter='small']