Passed
- Join Date:
- Aug 2004
- Location:
- Belfast, Northern Ireland
- Posts:
- 2,480
- Plugin Contributions:
- 4
Back In Stock Notifications
Hi Patrick,
Glad you like the software!
patrickuzu:
active if the stock is equal to -2. Where do the modification?
Obviously that's an unusual request but you can change the quantity threshold at which the link is displayed on a product info page by modifying the file
includes/classes/observers/class.back_in_stock_notificationsProductInfo.php
changing the line:
if ($products_quantity <= 0
to
if ($products_quantity <= -2
To change this threshold on other pages (listing pages etc.) would require custom coding of some core files.
All the best...
Conor
ceon