WooCommerce Ajax Cart PRO Changelog

2023-01-08

  • Added `High-Performance order storage` compatibility
  • 2022-07-13

  • Reset quantity to minimum value when denying the confirmation to remove item from the cart
  • 2022-04-25

  • Tested with WooCommerce 6.4.1 and WordPress 5.9.3
  • Fixed reported PHP warning error at Admin panel
  • 2022-02-21

  • Fixed cart update to cart-collaterals div class instead woocommerce-cart-form
  • 2021-11-08

  • Better compatibility with Orchid Theme
  • Fixed incorrect price calculations when using Multi Currency for WooCommerce plugin
  • 2021-11-02

  • Changed default quantity buttons CSS for better looking
  • Started unit tests with PHPUnit for better project quality
  • 2021-04-23

  • Making lock quantity input works for the minicart when “Lock number input” was enabled
  • 2021-04-07

  • Added option to enable or disable block screen while update quantities
  • Making changes on single product quantities respect AJAX timeout delay configuration
  • 2021-03-29

  • Preventing JS error when jQuery BlockUI is not loaded
  • 2021-03-13

  • 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-10

  • Tested with WooCommerce 5.0.0
  • Fixed translation domain path
  • 2021-01-19

  • Added WC tested up tag to 4.9.0
  • 2020-11-05

  • Fixed PHP fatal error related with Cart reported from customer
  • 2020-10-26

  • Updated quantity buttons hook for better compatibility with themes
  • Added dropdown_steps argument support for woocommerce_quantity_input_args hook
  • 2020-10-15

  • Let dropdown respect min_value and step values
  • Added wac_quantity_div and wac_template_file filters
  • 2020-10-12

  • 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-11

  • Trigger `updated_wc_div` after product synchronization to refresh minicart
  • 2020-10-07

  • 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-29

  • Using document instead document.body listeners that was causing issues with some themes
  • 2020-09-27

  • Added changelog history system