Price Management | Set of rules
The set of rules consists of three types:
Aeveral filters
One sort order
One limit
The types may only be specified in this exact order. A filter, e.g. after sorting, is not permitted.
You specify a rule in square brackets. The rule type appears first within these brackets. After a colon up to the closing bracket there are the parameters that define how the rule is to behave.
Example
PHP
[Filter:PriceType="net"]
[Filter:Market=1843]
[Sort: BreakQuantity ASC]
[Limit:1]