Hi,
Quantity Limits by Miva works well - but as noted elsewhere it doesn't give you the 'OOPS!' until you start to check out. I tested the category limits and works fine but I want to place the category limit note on PROD and not getting it.
Quantity Limits by Miva works well - but as noted elsewhere it doesn't give you the 'OOPS!' until you start to check out. I tested the category limits and works fine but I want to place the category limit note on PROD and not getting it.
Code:
<mvt:item name="quanlimits" param="QuantityLimit_Load_Category( l.settings:category:id, l.settings:category:cumulative_limits )" /> <mvt:if expr="l.settings:category:cumulative_limits:max_qu an GT 0"> <br><span style="background:#F4FF61; padding: 2px 4px !important; font-size: .62em; color: #333; font-weight: normal; font-family: 'Roboto Condensed'; display: inline-block; margin-top: 2px">Limit &mvte:category:cumulative_limits:max_quan; per customer<br>cumulative total of items in this category</span> <mvt:elseif expr="l.settings:category:cumulative_limits:min_qu an GT 0"> <br><span style="padding: 2px 4px !important; background:#F4FF61;font-size: .62em; color: #333; font-weight: normal; font-family: 'Roboto Condensed'; display: inline-block; margin-top: 2px;">Minimum cumulative purchase of &mvte:category:cumulative_limits:min_quan; units required<br>of items in this category</span> </mvt:if>
Comment