E-Commerce pages have added new functionality that allows one to designate which pass/membership items can be
used for a member log-in. This is done with a new web.config file key, MemberFilterDCIs. Set the value
for MemberFilterDCIs to pass/membership DCIs (padded to thirty characters) that are valid for member
log-ins. Separate multiple DCIs with a comma. For example, <add key="MemberFilterDCIs"
value="MEMBERSHIPMUSEUM LEVEL1 ,MEMBERSHIPMUSEUMLEVEL2 ,PASSES
ADULT UNLIMITED ,PASSES ADULT LIMITED " />
E-Commerce pages now support second level modifiers
The E-Commerce pages now support second level modifiers. The web.config keys responsible for making this
functionality work in the pages along with the comments about the settings are listed below.
<!-- Set ShowModOnMods to "1" if you want to show two levels of modifiers for
items -->
<add key="ShowModOnMods" value="1" />
<!-- Set ShowModOnModsError to text to display when the correct number of
second level mods have not been set when trying to add to cart -->
<add key="ShowModOnModsError" value="Make the right modifier selections to
get the item added to the cart." />
<!-- Use ModOnModModifierSort to specify the field from the items table and
order (asc or desc) to order Level 2 modifiers on ItemShow.aspx -->
<add key="ModOnModModifierSort" value="item asc" />
<!-- Set ShowModOnModSelectionMsg to the text to display when modifier
selection is optional -->
<add key="ShowModOnModSelectionMsg" value="Please select from the list of
modifiers" />
<!-- Set ShowModOnModMinMaxMsg to the text to display to specify the correct
number of second level modifiers that need to be selected -->
<add key="ShowModOnModMinMaxMsg" value="Please select {{minModifier}} to
{{maxModifer}} option(s)." />
<!-- ModOnModColLen is the max number of modifiers per column to display on
ItemShow.aspx – set to "0" to display single column -->
<add key="ModOnModColLen" value="2" />
When you have <add key="ShowModOnMods" value="1" /> set in the web.config file, and you
select an item that has first and second level modifiers, you get taken to the ItemShow.aspx page. Here,
selection of a first level modifier that is configured with its own modifiers, will automatically display a popup
window in which the second level modifiers are displayed. Once second level modifiers are selected in the popup
dialog, the user will need to click on the Add Choice(s)/Verify Price button in order to update the price if needed
and activate the Add to Cart button. If other first level modifiers that are configured with their own modifiers are
selected, the second level modifiers will each be displayed in the popup window. The popup window will remain
displayed on the page as long as there are first level modifiers selected that are configured with 2nd level modifiers
even after the Add Choice(s)/Verify Price button has been clicked. This allows the user to review the choices
they've made before clicking the Add to Cart button.
Kommentare zu diesen Handbüchern