Change got merged sooner than expected.
This commit is contained in:
parent
7ba48234fa
commit
aa9b6ab691
|
@ -390,7 +390,7 @@ add_action( 'woocommerce_order_status_on-hold', 'wc_release_stock_for_order', 11
|
||||||
/**
|
/**
|
||||||
* Return low stock amount to determine if notification needs to be sent
|
* Return low stock amount to determine if notification needs to be sent
|
||||||
*
|
*
|
||||||
* Since 5.3.0, this function no longer redirects from variation to its parent product.
|
* Since 5.2.0, this function no longer redirects from variation to its parent product.
|
||||||
* Low stock amount can now be attached to the variation itself and if it isn't, only
|
* Low stock amount can now be attached to the variation itself and if it isn't, only
|
||||||
* then we check the parent product, and if it's not there, then we take the default
|
* then we check the parent product, and if it's not there, then we take the default
|
||||||
* from the store-wide setting.
|
* from the store-wide setting.
|
||||||
|
|
Loading…
Reference in New Issue