Edit File: products_qty.tpl
{if $product.max_qty} <div class="control-group product-list-field"> {if ($product.min_qty)} <label>{__("allow_qty")}:</label> <span id="product_min_max_qty_{$product.product_id}"> {$product.min_qty} - {$product.max_qty} {__("items")} {else} <label>{__("allow_qty")}:</label> <span id="product_min_max_qty_{$product.product_id}"> {$product.quantity} {$product.max_qty} {__("qty_at_most")} {__("items")} {/if} </span> </div> {/if}
Back to File Manager