This plugin will help you manage WooCommerce Products stocks through locations and also different traditional barcodes.
GNU General Public License v3.0
22
stars
14
forks
source link
Inconsistent calls to slw_stock_allocation_notification_message #153
Closed
chingologram closed 5 months ago
In the mail helper, the filter for email message overriding is called twice, with different parameter types. See below:
https://github.com/fahadmahmood8/stock-locations-for-woocommerce/blob/7322f33ac3b7193b0261d9cc629160c1c99c2aaa/src/src/helpers/helper-slw-mail.php#L46
I added a PR https://github.com/fahadmahmood8/stock-locations-for-woocommerce/pull/152 with a fix for this. Feel free to review and merge.