Hi Dan,
How are you?
Hope you're having a good Easter break!

Originally Posted by
brushwoodnursery
When I manually add products to an order in the admin using a mod, the quantity goes negative. The notification box disappears! I'd like to sub <-99 in place of =0.
The latest version of the module compares against <= 0.
You'll find the line you want to change in
includes/classes/observers/class.back_in_stock_notificationsProductInfo.php
at line number 56:
PHP Code:
if ($products_quantity <= 0 && BACK_IN_STOCK_NOTIFICATION_ENABLED == 1) {
Hope that helps! :)
All the best...
Conor
Ceon
Bookmarks