Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Key: WebShop ConditionFileNameDefault

From Catglobe Wiki
Revision as of 08:54, 7 March 2011 by Catglobe (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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" />