If a guest lookup fails when using first name/last name with password or birth date verification, a
new link will now appear
When performing guest lookups using first name/last name with password or birth date verification, and if the
lookup fails, a new link will now appear on the GuestSelected.aspx page below the notification that the
lookup failed. This link will allow the guest to create a new guest record.
Functionality has been added to display the guest first and last names on the liability.aspx page
E-Commerce pages have added the functionality to display the guest first name and the guest last name on the
liability.aspx page. This feature was added in order to clarify the process of accepting a liability form for E-
Commerce customers. This will help confirm that the correct guest is accepting the liability form. In order to use
this functionality, add one or more of the following variables in this exact format to the desired Liability
Forms/Paragraphs "Liability text" or "Liability HTML" sections in SysManager > Item/Sales Lists:
{{guest_name}} , {{first_name}} , {{last_name}} , {{age}} .
New cart rules functionality, for example:
<strong>This liability release is for the following guest:
{{guest_name}}.</strong> Guest age: {{age}}<br><br>Your Desired Liability
Text Here.<br><br>Guest Name: {{first_name}} {{last_name}}
Note: The {{guest_name}} variable will display the guest first name and the guest last name. Also note that
this added functionality does not work with the "old" liability form functionality that is set with the following
web.config file settings:
<add key="LiabilityText" value="template/liabilityText.txt" />
<add key="LiabilityItems" value="2" />
New cart rules functionality allows filtering of cart rules for clients who run more than one set of
pages
The following new functionality applies to clients who run more than one set of E-Commerce pages, use cart rules
and want to have some cart rules work for some page sets, but not for others.
The ability to filter cart rules per set of pages is now available with E-Commerce pages. To enable this functionality
add the following setting to the web.config file: <add key="WebSiteID" value="main"/> where
"main" can be anything you want to call one of your sets of pages to differentiate it from your other sets of E-
Commerce pages. The WebSiteID key is used to uniquely identify each set of pages from any others as long as the
value is unique for each page set that you run. Further configuration is required in the CartRule table in the
SiriusSQL database in order for this functionality to work correctly. For each CartRule in the table, you need to
Comentarios a estos manuales