Special template functions

Templates are treated as plain text and cannot have logic in them –you can’t add ASP to your templates.

 

You can, however, add calls to special VPCART functions as shown in the example below.

 

<table border="0" cellpadding="2" width="100%" class="tbl_category">

<tr>

<td class="ac vt">

[FORMATIMAGE SUB]

</td>

</tr>

<tr>

<td class="ac vt">

[FORMATHYPERLINKS SUB]

[AddNumberSubCats SUB]

</td>

</tr>

$  <tr><td class="ac vt">[catmemo]</td></tr>

</table>

 

FORMATIMAGE tells VPCART to use some logic to determine if the image is to be displayed.

FORMATHYPERLINKS tells VPCART to generate product/subcategory links.