This is a paid extension for WooCommerce  that allows you to list products (for specific IDs, from a given category or all) on a single page which allows your customers to quickly order products in bulk.

Watch the video demo on YouTube


= Features / Benefits =

  • Allows your users to quickly order your products (simple & variable)
  • Use multiple shortcodes on a page/post
  • Easy to use (just paste a shortcode) and that's it
  • You can limit the number of products (default: 100). Use -1 to display all.
  • The data is cached/saved for a quick access at a later time
  • Optionally, you can include custom CSS or JavaScript to customize the look and position of button.
  • Added an option to skip products that are not in stock.
  • Add to cart can be done in Ajax
  • The variations can be sorted
  • Added a preview in the admin sidebar which points to the pages which use the quick order shortcode
Orbisius Quick Order for WooCommerce Screenshot 1

Orbisius Quick Order for WooCommerce Screenshot 1

 

Orbisius Quick Order for WooCommerce Screenshot 2

Orbisius Quick Order for WooCommerce Screenshot 2

 

Since v.1.0.3. Variable products are supported too.

Quick Order for WooCommerce - Ordering Variable Products

 

Orbisius Quick Order for WooCommerce



Coupon code (optional):

Note: If, after the purchase, you don't get the download email go to Support > Download Purchased Product
You can buy this plugin or become a Premium Member and get access to all current and future plugins we release at a low monthly/yearly cost. For more info check Plans page.

Note: if your hosting has some caching system enabled (e.g. Varnish, MemCached etc) you may see an Internal Server Error if you (or your clients) try to add more products. This is NOT a bug in the plugin but it's caused by the caching system. Solution: Talk to your hosting provider how to you can fix this.


Recipes

[code]

How to reduce the width of the quantity field

.orb_quick_order_product_qty_field {
width: 50px !important;
}

How to shift product thumbnails to the centre.

.orb_quick_order_col_thumbnail img {
margin-left: 25%;
}

if the above code doesn't work try this.

th.product-thumbnail {
padding-left: 25% !important;
}

How to left align heading columns.

.orbisius_woocommerce_ext_quick_order_table th {
margin-left:0;
padding-left:0;
text-align:left;
}

[/code]


Demo (v1.0.3 & 1.0.4)
v1.0.4 - Do not cache product while the admin is logged in on the site.

Demo (v1.0.2)

New: list products from a given category. Enter category by ID or slug.

Demo (v1.0.0)

== Changelog ==

= 1.2.6 =
* Added a new attribute to the shortcode product_thumbnail_size="250x250" which allows the user to specify thumbnail sizes.
* Tested with WP 4.6

= 1.2.5 =
* Added code so on Ajax Add this triggers different WooCommerce widgets to also refresh.

= 1.2.4 =
* added a way to redirect to a given page after adding a product.
if you want to redirect to a given page after adding a product you can do so by adding this in the wp-config.php file.
define( 'ORBISIUS_WOOCOMMERCE_EXT_QUICK_ORDER_AFTER_ADD_TO_CART_REDIRECT', '/shop/quick-order/' );
* fixed: when license key is not valid do not cache the response for N hours
* option show only paid products
* Added optional ajax add to cart
* Added optionally displaying pictures of product variations
* added 'id' parameter to the shortcode for listing individual products. You can also add more IDs by separating them with comma.

What's new in v1.1.4


What's new in v1.0.6

= 1.1.9 / 2014-07-30 =
* Fixed and error with strict standards when adding a product.
* Added some checks so not purchasable products will be skipped.
* Speed Optimizations and it flies now.
* Require product prices to be greater than 0 (so we don't check for purchasable)
* Image is retrieved only when thumbnail has to be shown

= 1.1.8 / 2014-07-24 =
* Skip attributes that do not have labels.

= 1.1.7 / 2014-07-16 =
* Made the columns to be extendable via extensions for quick order
* Fixes in wrong TD tags being appended

= 1.1.6 / 2014-07-12 =
* Fixed a weird notice on custom post types

= 1.1.5 / 2014-06-27 =
* Added code so WP doesn't cache product data
* Fixes ordering (incorrectly typed array keys for order_by instead of orderby). Thanks Fred Boak!

= 1.1.4 / 2014-06-21 =
* added ordering by sku and other fields.
* Also order direction can be specified as well order="desc" or order="desc"
* Added active="0" for temporary shortcode deactivation
* Tweaks to the examples area (removed bold).
* Added experimental search in multiple categories separated by comma

= 1.1.3 / 2014-06-12 =
* Improved SKU/ID displaying

= 1.1.2 / 2014-06-06 =
* Added a new option to skip the results cache

= 1.1.1 / 2014-06-06 =
* Skips variable products that are not in stock.

= 1.1.0 / 2014-06-02 =
* Made the plugin extendable by allow other extensions to render the quantity box.
* Improved UI
* Fixes and improvements.

= 1.0.9 / 2014-05-20 =
* Integrate with Min/Max quantity plugin to display a dropdown for the quantities.

= 1.0.8 =
* Added full plugin prefix to the util class
* Added option thumbnail
* Fix in the admin preview. Do not show button if the shortcode wasn't used.

= 1.0.7 =
* Added an option to skip products that are not in stock.

= 1.0.6 =
* Added a preview in the admin sidebar which points to the pages which use the quick order shortcode
* Fixed a bug introduced in v1.0.5. ... products couldn't be added to the cart.

= 1.0.5 =
* New option Listing price before the qty box if selected from the admin area
* Showing/hiding SKU based on the settings.
* Added links to the forum and product page
* Added a new line after each variation
* Added hire us in the sidebar

= 1.0.4 =
* Do not cache product while the admin is logged in on the site.

= 1.0.3 =
* Added support for ordering variable products

= 1.0.2 =
* Added support for categories.
* Added a dropdown that pregenerates the shortcode for categories.
* Added uninstall.php to clean up after the plugin
* Added a nice 2 columns layout in the admin area and quick contact

= 1.0.1 =
* Added custom CSS/JS box. Good for customization.

= 1.0.0 =
* Initial release

 

Referral Note: When you purchase through an referral link (if any) on this page, we may earn a commission.