Key: WebShop ConditionFileNameDefault
<accesscontrol>Main:MyGroup</accesscontrol>
Key: WebShop_ConditionFileNameDefault
Syntax
<add key="WebShop_ConditionFileNameDefault" value="[FileName]"/>
[FileName]: Part of the name of the HTML file holding the terms and conditions for shopping on the site.
Purpose
This key is used if the system could not find a suitable language using the "WebShop_ConditionFileName", then it must instead use the default language file. The key will point to this default file.
Example of key
<add key="WebShop_ConditionFileName" value="Condition.html" />
<add key="WebShop_ConditionFileNameDefault" value="Condition.da-dk.html" />