Skip to content
zenmiu edited this page Aug 11, 2011 · 9 revisions

License information

A LiteCommerce distribution kit must contain a file LICENSE.txt, which is to be located in the root folder of the distribution kit.

The file LICENSE.txt must contain the text of Open Software License ("OSL") v. 3.0.

The same file must be located in the lc_connector folder of the LC Connector module distribution kit.

Besides that, the headers of the LiteCommerce and LC Connector script must contain a reference to the license (see Placing license reference).

Flexy template development

Referencing data in templates

You may not refer to a parameter directly by its name; for example:

<span IF="parameter name"></span>

A class property value should be obtained by calling the respective class method:

<span IF="getProductsCount()"></span>

Loops

No variable with param in its name may be used as a key/value in FOREACH operators.

Coding standards

HTML

The standards for HTML are based on the W3C standard: XTHML 1.1 + RDFa


The above mentioned standards were worked out based on the following:

Clone this wiki locally