=== Bulk Order WooCommerce ===
Contributors: vidishp, quanticedge
Donate link: https://paypal.me/quanticedge
Tags: wholesale form, wholesale order, bulk order, woocommerce bulk order, bulk order woocommerce
Requires at least: 4.0
Tested up to: 6.7.2
Stable tag: 3.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
"Bulk Order Woocommerce" allows your customers to order multiple products on single page.
== Description ==
Bulk Order Woocommerce allows your customers to order multiple products on single page so that they can add more products to their cart from single place with a continuous experience resulting in a high sales revenue.
Key features:
List all products you want to users to purchase on single page
AJAX based functionality improves user experience
Filter products by Category
Supports Variable products
Instant update of cart widget as soon as product is added to cart
Purchasing all products at one place boosts your sales
== Frequently Asked Questions ==
= This plugin does not work for me. =
Make sure your theme is using jquery. If not, you can add one.
= Can I choose which specific products to show to users? =
Yes. You can specify product ids in shortcode like this!
[wbo_woo_bulk_order id="20,2446,10,9"]
= Can I define sort order of products? =
Yes. You can specify orderby in shortcode like this!
[wbo_woo_bulk_order id="20,2446,10,9" orderby="title" order="ASC"]
= What are the possible values of orderby? =
You can sort products by:
title, id, menu_order, date
The orders are: ASC & DESC
== Screenshots ==
1. Admin page which is created when installing plugin.
2. Front-end customers see all products listed and add it to cart.
== Installation ==
1. Please make sure that you installed WooCommerce
2. Go to plugins in your dashboard and select "Add New"
3. Search for "Bulk Order WooCommerce", Install & Activate it
4. There is a page automatically create named "Order Now". You can use that for your customers.
== Changelog ==
= 3.4 =
* Resolved js conflicts with WPBakery Page Builder on cart and checkout
= 3.3 =
* Caching added to the plugin
* Bulk order form results are cached for 12 hours(including category filter) to serve faster results for larger sites
* Multiple pagination options added to the bulk order table
* Miscellaneous improvements
= 3.2 =
* Made miscellaneous improvements
* Made thumbnail open large picture in grid
= 3.1 =
* Made grid responsive
= 3.0.6 =
* Changed file name
= 3.0.5 =
* Added a link to review form for admin
= 3.0.4 =
* Updates to meet wp guidelines
= 3.0.3 =
* Updates to meet wp guidelines
= 3.0.2 =
* Updates to meet wp guidelines
= 3.0 =
* Major release with security fixes and enhanced code
= 2.10 =
* Fix : Updated guidelines
= 2.9 =
* Fix : Show proper notification if add to cart failed
= 2.8 =
* Fix : jQuery migrate update broke prettyphoto
= 2.7 =
* Feature : Default category filter added
= 2.6 =
* Feature : Added Category Filter
= 2.5 =
* Fix : Sort by date
= 2.4 =
* Fix miscellaneous error
= 2.3 =
* Added filter for filtering image thumbnail html
= 2.2 =
* Fixed column titles
= 2.1 =
* Fix : Sorting not working
= 2.0 =
* Feature : If product has thumbnail, then user can view it enlarged by clicking on it
* Feature : Made bulk order page responsive for mobile devices
* Feature : Settings screen in admin to setup shortcode
= 1.5 =
* Show simple product sale price if its on sale
= 1.4 =
* Make product list sortable by shortcode
= 1.3 =
* Fix for simple product
* Made plugin translation compatible
= 1.2 =
* Fix for add to cart
= 1.1 =
* Fix for script
= 1.0 =
* Initial