WooCommerce Quick Buy Order

Description

1 in 10 people who abandon their cart do so because the checkout process is too long*. Reduce cart abandonment by offering the purchase process on a single product page, with 'WooCommerce Quick Buy Order'.

Add Quick buy form to place order with one step order form

Process

Available Shortcodes

  1. [wc_quick_buy_form] -- Used in product single page to show order form
  2. [wc_quick_buy] -- Used in product loop eg : Product Listing / Single Product Page
  3. [wc_quick_buy_link] -- Can be used anywhere

Shortcode Args

  1. order form: product id to generate quick buy order form Eg : [wc_quick_buy_form product="22"]
  2. button : product id to generate quick buy button Eg : [wc_quick_buy product="22"]
  3. label : custom text for generated button Eg : [wc_quick_buy label="Hurry Up!!"]

Settings Available Under Woocommerce Settings ==> Products ==> WC Quick Buy Order Form

== Screenshots ==

== Installation ==

= Minimum Requirements =

= Automatic installation =

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't need to leave your web browser. To do an automatic install of WooCommerce Quick Buy Order, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type "WooCommerce Quick Buy Order" and click Search Plugins. Once you've found our plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking "Install Now"

= Manual installation =

The manual installation method involves downloading our plugin and uploading it to your Web Server via your favourite FTP application. The WordPress codex contains instructions on how to do this here.

  1. Installing alternatives:

    • via Admin Dashboard:
    • Go to 'Plugins > Add New', search for "WooCommerce Quick Buy Order", click "install"
    • OR via direct ZIP upload:
    • Upload the ZIP package via 'Plugins > Add New > Upload' in your WP Admin
    • OR via FTP upload:
    • Upload woocommerce-quick-buy-order folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

  3. For Settings Look at your Woocommerce => Settings => Product => WC Quick Buy Order

== Frequently Asked Questions ==

** How I Can Get Support For This Plugin**

I have an idea for your plugin!
That's great. We are always open to your input, and we would like to add anything we think will be useful to a lot of people. Please send your comment/idea/issues to bmconcepts@hotmail.com

How To Call This Plugin in a template File ?
This Plugin Can Be Called Using <?php do_shortcode('[wc_quick_buy_form]') ?> short code to show form This Plugin Can Be Called Using <?php do_shortcode('[wc_quick_buy]') ?> short code to show button

Where Are The Plugin Settings Available ? Woo Commerce Settings ==> Products ==> WC Quick Buy Order

Where can I request new features Please open an issue at GitHub and we will look into it