I am trying to figure out how to show the inventory message on the basket screen, but am having problems getting it to show up.
I am using the following code:
	I have the inventory item checked to display for the basket page.  Latu store helper says that the l.settings:product:inv_active is 1 so that shouldn't be the problem, but I can't get the inventory message to show up.
I even tested the inventory message outside of the test condition and I have this code on the basket contents screen but still no go.
Any ideas?
					I am using the following code:
Code:
	
	        <div id="inventory-message">
            <mvt:if expr="l.settings:product:inv_active">
            &mvt:product:inv_short;
            </mvt:if>
            </div>
I even tested the inventory message outside of the test condition and I have this code on the basket contents screen but still no go.
Any ideas?
Comment