WebSiteID
Key value:
"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
Description:
The following 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.
To enable this functionality add the following setting to the siteconfig.config file. 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 Cart Rule in the table, you need to enter the value of the WebSiteID, if you want that Cart Rule to execute for that set of pages. For a Cart Rule 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 works 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 siteconfig.config file uses all Cart Rules.
Example:
WebSiteID = main
See also:
None