=== Ajax Cart AutoUpdate for WooCommerce ===
Contributors: taisho
Tags: cart,basket,ajax,update,auto-update,autoupdate,auto,refresh,quantity,qty,notice,notices,woocommerce
Donate link: https://www.paypal.me/TaishoDev/usd
Requires at least: 4.4
Tested up to: 5.2
Requires PHP: 5.3
Stable tag: 1.01
License: GPLv3
License URL: http://www.gnu.org/licenses/gpl-3.0.html
Ajax Cart AutoUpdate for WooCommerce is a light plugin which automatically updates cart page and mini cart when product quantity is changed. Removes default "Update cart" button. Optionally turns off cart page notices.
== Description ==
Ajax Cart AutoUpdate for WooCommerce is a light plugin which automatically updates cart page and mini cart when product quantity is changed. Removes default "Update cart" button. Optionally turns off cart page notices.
Features
* Cart page and mini cart widget are updated automatically on quantity change through Ajax (no page reloading).
* "Update cart" button is removed from cart page.
* Both mouse and keyboard changes are supported.
* Compatible with plugin [Qty Increment Buttons for WooCommerce](https://wordpress.org/plugins/qty-increment-buttons-for-woocommerce/).
* Uses default WooCommerce cart update event.
* Cart update is delayed by amount in miliseconds since last action affecting quantity, specified by user in settings, default 1000. It means that update will fire only once, when user is done with changes.
* Optionally change minimum quantity in cart from 0 to 1, on by default.
* Optionally remove all notices from cart page, on by default.
== Installation ==
Recommended:
Install and activate from WordPress "Plugins > Add New" screen.
Manual installation:
1. Upload the zip file and unzip it in directory /wp-content/plugins/
1. Activate plugin in WordPress "Plugins" menu.
== Frequently Asked Questions ==
= Will this plugin work correctly on my website? =
Ajax Cart AutoUpdate for WooCommerce is designed to work on any website with WooCommerce v2.6 and newer. It uses default update cart event, exactly the same as "Update cart" button, for 100% compatibility.
= Will this plugin affect my page speed? =
No, it's a small plugin which executes only on cart page. Cart update itself has exactly the same speed as standard "Update cart" button has, relying on the same event.
= My cart updates when I am in the middle of changing quantity, how can I fix this? =
In plugin settings you can set cart update delay in miliseconds since last action affecting quantity, default 1000. Remember that too high value will make customers wait and wonder why the cart doesn't recalculate.
= My cart page notices disappeared and I want them to be displayed. What can I do? =
Removing cart page notices is enabled by default in plugin settings. Simply uncheck this option.
= Can I remove only selected cart page notices? =
Currently it's not possible. Removing cart page notices is only an addition to core functionality of this plugin, however if enough users communicate me that such feature is important, I will consider it for future releases.
= Is there a Pro version of Ajax Cart AutoUpdate for WooCommerce? =
No, this is a relatively simple plugin which does not and will not have a Pro version.
= How can I support development and maintenance of this plugin? =
You can [donate](https://www.paypal.me/TaishoDev/usd).
== Changelog ==
= 1.01 =
* Fixed a bug on settings page, which prevented user from unchecking default options.
= 1.0 =
* Initial release