Skip to content
2022-04-26
Fixed reported PHP warning error at Admin panel
Tested with WooCommerce 6.4.1 and WordPress 5.9.3
2022-02-22
Fixed cart update to cart-collaterals div class instead woocommerce-cart-form
2021-11-09
Better compatibility with Orchid Theme
Fixed incorrect price calculations when using Multi Currency for WooCommerce plugin
2021-11-03
Started unit tests with PHPUnit for better project quality
Changed default quantity buttons CSS for better looking
2021-04-24
Making lock quantity input works for the minicart when “Lock number input” was enabled
2021-04-08
Added option to enable or disable block screen while update quantities
Making changes on single product quantities respect AJAX timeout delay configuration
2021-03-30
Preventing JS error when jQuery BlockUI is not loaded
2021-03-14
Added filter to control auto increment when click add to cart: wac_increment_on_addtocart
Added filter to control if the quantity needs to be incremented automatically: wac_increment_on_addtocart
2021-02-11
Fixed translation domain path
Tested with WooCommerce 5.0.0
2021-01-20
Added WC tested up tag to 4.9.0
2020-11-06
Fixed PHP fatal error related with Cart reported from customer
2020-10-27
Added dropdown_steps argument support for woocommerce_quantity_input_args hook
Updated quantity buttons hook for better compatibility with themes
2020-10-16
Let dropdown respect min_value and step values
Added wac_quantity_div and wac_template_file filters
2020-10-13
Fixed WooCommerce Multilingual (WPML) price display amount for variations
Simplified and optimized price calculation, fixed round calculation issue
Fixed price calculation for simple products (not working with some themes)
Fixed issue with TM Extra Product Options when syncing product quantity
2020-10-12
Trigger `updated_wc_div` after product synchronization to refresh minicart
2020-10-08
Using document instead document.body listeners that was causing issues with some themes
Trigger correct Update cart button in Cart for themes that using multiple layouts
Trigger added to cart and minicart div refresh after Add to cart on Shop pages
Changed HTML structure of buttons to make it more clickable
2020-09-30
Using document instead document.body listeners that was causing issues with some themes
2020-09-28
Added changelog history system