MinQuantityField
Declare a table column that specifies the minimum allowed order quantity
for each of your products.
Synopsis
|
MinQuantityField [table:]column
|
The parameter can specify a column name within a named table,
or it can just specify a column name on its own.
If no table is specified then the current ProductFiles
value will be used.
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
|
Availability
This directive was introduced in version 5.0.1,
and is therefore not available for use with any earlier Interchange version.
|
Description
This directive allows you to specify a column that contains the minimum
allowed order quantity for each of your products.
The row in the specified table,
or the default ProductFiles,
will be selected by looking up the the product's SKU code in the
table's "code" column.
If either the row cannot be found,
or the column's value is NULL,
then no minimum quantity will be enforced for the ordered product.
Also see the similar MaxQuantityField directive.