Name

MinQuantityField — specify table and/or column containing minimum allowed quantity for an item

SYNOPSIS

table:column | column

DESCRIPTION

The MinQuantityField directive specifies the database and database column containing the minimum allowed order quantity for an item.

When two arguments are supplied (concatenated by a colon, :), they indicate the appropriate database table and column name. When only one argument is supplied, it indicates the name of the column; table defaults to the products database.

The code of the item in question must be present in the database (code column), or there will be no minumum quantity enforced.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Setting MinQuantityField

MinQuantityField min_quantity

Example: Setting MinQuantityField

MinQuantityField inventory:min_batch

NOTES

AVAILABILITY

MinQuantityField is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 638

['MinQuantityField', undef,            ''],

AUTHORS

Interchange Development Group

SEE ALSO

MaxQuantityField(7ic)

DocBook! Interchange!