[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
Changes proposed in this Pull Request:
When saving a product, the following error is obtained:
PHP Notice: Undefined index: _low_stock_amount in wp-content/plugins/classic-commerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php on line 368
All Submissions:
Changes proposed in this Pull Request:
When saving a product, the following error is obtained:
PHP Notice: Undefined index: _low_stock_amount in wp-content/plugins/classic-commerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php on line 368
The problem is inherited from WooCommerce. It has also been reported on the WordPress site at https://wordpress.org/support/topic/undefined-index-_low_stock_amount-when-saving-product/
WooCommerce issued this fix woocommerce/woocommerce#22681
Closes #312 .
How to test the changes in this Pull Request:
Other information: