Key: WebShop ConditionFileNameDefault: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 08:54, 7 March 2011
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" />