Having a <mvt:duh> moment </mvt:duh> - how do I check for a range? Less than 5 but not 0. (4 through 1) - it's to check for an inventory level
This works great except that it shows the 0 (Out of stock) level too. I just want to show the "low" level.
Thanks!
Leslie
Code:
<mvt:if expr="l.settings:product:inv_available LT '5'"> <div id="js-inventory-message" class="column whole np"> &mvt:product:inv_short; </div> </mvt:if>
Thanks!
Leslie
Comment