document.write("
Function Definition
QuantityLimit_Load_Product( product_id, variant_id, limits var
Example
<mvt:item name="quanlimits" param="QuantityLimit_Load_Product( l.settings:product:id, 0, l.settings:product:limits )" />
Output
Max Quantity: &mvte:product:limits:max_quan;
Min Quantity: &mvte:product:limits:min_quan;
Note: product_id and variant_id variables may be different depending on the context
you're calling this function (ie product page vs a basket array)
Also this function will load whatever limits apply to the product whether its from the
global settings, category settings or the product settings
QuantityLimit_Load_Product - Snippet hosted by \"Cacher\"
");