Key: WebShop ConditionFileNameDefault: Difference between revisions
From Catglobe Wiki
More actions
|  jrfconvert import | No edit summary | ||
| Line 1: | Line 1: | ||
| [[Category: | [[Category:Web_shop_keys]] | ||
| {{HelpFiles_Deployment}} | |||
|  |  | ||
| ==Key: WebShop_ConditionFileNameDefault== | |||
| ===Syntax=== | ===Syntax=== | ||
Latest revision as of 10:05, 9 February 2012
<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" />
