WooCommerce Core implemented a method to get the current stock quantity for a product. This patch brings that functionality into the feature plugin as well.
Without this patch, customers are unable to checkout with any product that is managing inventory levels.
WooCommerce Core implemented a method to get the current stock quantity for a product. This patch brings that functionality into the feature plugin as well.
Without this patch, customers are unable to checkout with any product that is managing inventory levels.
See core method https://github.com/woocommerce/woocommerce/blob/09d98a6fe059c4a0c5e88a549213a08b56314e85/includes/data-stores/class-wc-product-data-store-cpt.php#L2112
Testing: Before applying this patch
After applying this patch