Hi,

Originally Posted by
MB1
well i can't wait to upgrade to 1.4 when it comes

do you know what part of the code i could play with so back in notification pops up all the time. for the mean time
If you want the form to always be displayed then you'll have to remove the followiung code:
PHP Code:
$products_quantity <= 0 &&
from
\includes\classes\observers\class.back_in_stock_notificationsProductInfo.php
You'll also have to be careful how often you run the notifications routine as it's likely that all notifications will be sent out each time you run it, as you are't actually matching up whether something's in stock or not.
I can't really recommned running things that way (but it is of course up to you).
All the best...
Conor
Bookmarks