/> in the web.config file for the Club Management pages. To continue to use the old decryption/encryption set
both of the keys to "0".
Change to the Club Management pages
In order to run the Club Management Report the application pool for the Club Management pages needs to be set to
Classic .NET AppPool.
URL encryption by the E-Commerce pages has changed and should now be safer and less error
prone
URL encryption by the E-Commerce pages has changed and should now be safer and less error prone. This change
requires clients who use hard-coded links to specific items, to update those links. To override the new default
encryption scheme and fall back to the original encryption scheme, add the following key to the web.config
file: <add key="OldURLEnc" value = "1"/>.
The E-Commerce default config files now get correctly built along with the E-Commerce pages
The E-Commerce default config files now get correctly built along with the E-Commerce pages. The
default config files get built into a self-executable file called E-Commerce_Pages_Config_****.exe
where **** is the version and build number, e.g., 4101.0239. ECommerce_Pages_Config_****.exe
contains the following files that unzip into a folder called DefaultConfig: Siriusware.css,
web.config.template, the template folder which contains all of the default confirmation email templates,
both text and html based, the liability.txt file, and the XMLFiles folder which contains default versions of
DCI2DCI.xml, dynamicControls.xml, MiscTables.xml, and StrTrans0.xml.
When a modifier in the sale requires a guest to be attached and it has not yet been added by the
user, a notification message will pop up telling the user to attach a guest when the user tries to
advance to the next page from Checkout1.aspx
When a modifier in the sale requires a guest to be attached and it has not yet been added by the user, a notification
message will pop up telling the user to attach a guest when the user tries to advance to the next page from
Checkout1.aspx. In addition, the notification message will pop up if a user tries to finalize a sale from either
Checkout.aspx or Checkout4.asp, and a modifier still requires a guest to be attached. Use this
web.config setting to set the wording for the notification message:
<add key="GuestNotSelectedModifierMessage" value="Please add guests to all
modifiers in the cart where \'Guest required!\' is noted!" />
Kommentare zu diesen Handbüchern