fahadmahmood8 / stock-locations-for-woocommerce

This plugin will help you manage WooCommerce Products stocks through locations and also different traditional barcodes.
https://pt.wordpress.org/plugins/stock-locations-for-woocommerce/
GNU General Public License v3.0
22 stars 14 forks source link

Using Woocommerce hooks to update stock to improve compatibility #120

Closed screenpartner closed 2 years ago

screenpartner commented 2 years ago

I made another function in helper-slw-product.php that calls the correct Woocommerce action on stock status change. Please take a look, it could probably use some refactoring as its pretty basic, but it at least fixed my compatibility issue with the stock notifications plugin.

fahadmahmood8 commented 2 years ago

Thank you, I have taken the the snippet.