enter the value of the WebSiteID, if you want that CartRule to execute for that set of pages. For a CartRule to run
on multiple sets of pages you would enter each of the WebSiteIDs as a comma-separated list.
Note:
• Cart rules that don’t have a site filter set in the CartRule table in the SiriusSQL database will work for all
sets of pages, even if the set of pages has a WebSiteID value set.
• Sets of pages that don’t have a WebSiteID value configured or are missing that setting altogether from their
web.config file will use all cart rules.
Added display of InfoExpr column on GuestSelected.aspx
In order to help verify correct guest lookups when only a single match is found when using first name/last name
lookups, the display of additional information as set with the "InfoExpr" and "InfoHeading" keys from
the web.config file has been added to the GuestSelected.aspx page. To enable this functionality add the
following setting to web.config:
<add key="InfoExprOnGuestSelected" value ="1"/>
Unused years for credit card expiration date have been removed from the checkout pages
The previous Unused years for credit card expiration dates have been removed from both the Checkout.aspx and
Checkout3.aspx pages.
A check has been added to the Checkout3.aspx page to determine if the same card is being used
more than once to pay for a sale in a multi-card transaction
A check has been added to the Checkout3.aspx page to determine if the same card is being used more than
once to pay for a sale in a multi-card transaction in the E- Commerce pages. If the same card is used more than
once, the pages will combine the amounts towards the same card and make a note to the user which will be
displayed on Checkout4.aspx, the confirmation page (either conf.aspx or conf2.aspx), and the
confirmation email. The default wording of the notification “Note: Multiple amounts used by the same credit card
have been combined.” can be changed via a new web.config file setting:
<add key="CombinedCCText" value="Please Note: You used the same card more
than once on the previous page. Multiple amounts charged to the same card
have been combined."/>.
This will work in this manner when the same credit card or the same In-House Cards item is used more than once in
a sale.
Comentarios a estos manuales