Can I send the stock alerts to customers based on the product quantity?
Yes, this feature is available in the extension. The module setting Limit Emails by Product Qty should be enabled:
Please note that emails will be sent to different customers based on the cron job "amasty_xnotif_product_alert_limit" which runs once daily.
Here’s how the feature works:
- there are 10 subscribers to an out-of-stock product;
- the product comes in stock with qty=5;
- the emails are sent to the first 5 customers that subscribed to this product;
- in case the product's salable quantity changes (meaning several units are sold after coming back in stock), the following day emails will be sent out based on the updated salable quantity to the remaining customers (emails will not be sent to the same customers).