Size Restrictions
Getting to the Size Restriction List
Size Restriction Editor
This section will explain what each field means.
-
Main
- Name: Required Display name of size restriction.
- Minimum Width (X): The minimum width that an item can be.
- Minimum Height (Y): The minimum height that an item can be.
- Minimum Depth (Z): The minimum depth that an item can be.
- Maximum Width (X): The maximum width that an item can be.
- Maximum Height (Y): The maximum height that an item can be.
- Maximum Depth (Z): The maximum depth that an item can be.
- Priority: This is the level of priority assigned to this size restriction (1 being highest priority and 10 being lowest priority).
- On/Off Behavior: This JS code is used to determine if the size restriction should be used. This needs to return either null, true or false. If true then the size restriction will be used, if false, the other size restrictions will be evaluated until a true value is returned. This is only used for products that have more than one size restriction linked to it.
No Comments