Key: WebShop ConditionFileNameDefault

From Catglobe Wiki
Revision as of 10:54, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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