How do I get my template to always print "In Stock" except when the item is out of stock?
Currently I have stock checking turned off as I don't want to monitor stock. However, occasionally there are a couple of items that will be out of stock for quite a while, so for these few only I want to switch stock monitoring on (and set stock to zero).
This means that on the product page actinic either displays the 'add to cart' button OR the message "out of stock". This functionality is ok (it correctly shows out of stock items and prevents their purchase), but I want to go one step further and show everything else as "in stock".
So how do I get it to print "in stock" for those items where stock monitoring is switched off...?
Currently I have stock checking turned off as I don't want to monitor stock. However, occasionally there are a couple of items that will be out of stock for quite a while, so for these few only I want to switch stock monitoring on (and set stock to zero).
This means that on the product page actinic either displays the 'add to cart' button OR the message "out of stock". This functionality is ok (it correctly shows out of stock items and prevents their purchase), but I want to go one step further and show everything else as "in stock".
So how do I get it to print "in stock" for those items where stock monitoring is switched off...?
Comment