Thread Starter
sergc
(@sergc)
For anyone interested, in plugin’s instock-email-alert.php file, changing line 159 from
if ( !$stock > 0 && !$product->is_in_stock() ) {
to
if ( /*!$stock > 0 &&*/ !$product->is_in_stock() ) {
provided me with a more desirable behavior.
Thread Starter
sergc
(@sergc)
I see what you mean now. Any guess when you’d be able to implement the update?
Thread Starter
sergc
(@sergc)
Actually I just disabled that option and the form shows up.
Follow up question, is there a reliable way for me to overwrite templates?