I am trying to display inventory variant quantities on the product page. Products with no attributes show the products inventory quantities correctly with the following code;
<mvt:if expr="l.settings:product:inv_active OR l.settings:attributemachine:product:inv_active">
<div id="inventory-message" class="column whole">
&mvt:product:inv_long;</mvt:if>
It does not show inventory variant quantities however. What am i missing?
<mvt:if expr="l.settings:product:inv_active OR l.settings:attributemachine:product:inv_active">
<div id="inventory-message" class="column whole">
&mvt:product:inv_long;</mvt:if>
It does not show inventory variant quantities however. What am i missing?
Comment