document.write("
Function Definition
QuantityExceptionList_Load_Line( line_id, exceptions var )
Example
<mvt:foreach iterator="group" array="basket:groups">
<mvt:item name="quanlimits" param="QuantityExceptionList_Load_Line( l.settings:group:group_id, l.settings:exceptions )" />
</mvt:foreach>
Output:
<mvt:foreach iterator="exception" array="exceptions">
Exception:
<mvt:if expr="NOT ISNULL l.settings:exception:product">
&mvte:exception:product;
<mvt:else>
&mvte:exception:category;
</mvt:if>
<br>
Min Quantity: &mvte:exception:min_quan; <br>
Max Quantity: &mvte:exception:max_quan;<br>
</mvt:foreach>
QuantityExceptionList_Load_Line - Snippet hosted by \"Cacher\"
");