MultiAddITGroups
Key value:
Item tree group name
Description:
Enables the ability to select multiple items/quantities to add to the cart from the ItemShow.aspx page. Multi-add requires that you list each item tree group name or description with which you want to use the multi-add feature in the web.config file using the MultiAddITGroups key, and separated by commas. An item tree (IT) group name consists of a group of items that all share the same Max4Sale limit configured at the department or category level in the DCI and that are “contained” in the same item tree group or folder. Multiple names must be separated by commas.
In order for items to be selected and added to the cart using multi-add from the ItemShow.aspx page, the items cannot require any additional actions such as requiring guest information or the selection of modifiers. The items can be Print At Home Tickets items; however, all of the items in each multi-add item tree group would then need to be Print At Home Tickets items.
Important: The items must be setup identically, for example if they are admission items, all of the items in a multi-add item tree group must be admission items.
Example:
MultiAddITGroups = Museum Only 9:00 AM, Museum Only 11:00 AM, Museum Only 1:00 PM, Museum Only 3:00 PM
Note: The handling of depleted Max4Sale inventory on MultiAddITGroups has been changed. If the quantities selected cannot be added, the user is left at the ItemShow.aspx page with the text from the DepletedInventoryMsg setting is displayed.
See also: