• Resolved robineero

    (@robineero)


    Hi. From today our WooCommerce stores started sending us (hundreds of) inventory notification emails. It seems like product imports are now triggering inventory notification emails (low stock, out of stock) for some reason.

    Is it some kind of feature/bug of this plugin that came with some recent update or some update from from WP or WC side? I would like to receive these notification only when they are triggered by actual purchase.

    WordPress 6.6.2,
    WooCommerce 9.3.1
    WP All Import – WooCommerce Import Add-On Pro 4.0.0
    WP All Import Pro 4.9.0

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @robineero,

    This started happening with the latest release of WooCommerce. We’re looking into addressing it in a future release, but in the meantime you can prevent it using custom code and the WooCommerce API. Here’s an example function: https://d.pr/n/IUFZth. This should be saved in your child theme’s functions.php file, or in a Code Snippets plugin.

    Disable these (woo settings): low-stock notifications and out-of-stock notifications.

    Disable: Enable low-stock notifications. Check to receive an email when stock is low. The low stock threshold can either be set globally (see point 6) or per product.

    Disable: Enable out-of-stock notifications. Check to receive an email when a product is considered out of stock, meaning that additional orders are not allowed (unless backorders are allowed) and the product may not appear in the WooCommerce catalog, depending on the setting for point 8. The out-of-stock threshold can only be set globally (see point 7). https://www.wpallimport.com/woocommerce-inventory-management/

    Thread Starter robineero

    (@robineero)

    Thanks, @wpallimport! I temporarily disabled the notificatons until the plugin gets an update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.