For eCommerce, the productProperty tqTag specifes the properties for which tqAdmins (with suitable permissions) will be able to enter values.
<tqtag name="propertyName" type="productProperty" title="property title to make the administrator life easier" >
...
</tqtag>
irrelevant for this tqtag
Example 1 - productProperty tqtag full example
<table>
<tr>
<th>Catalog no.</th>
<th>Item name</th>
<th>Year
<tqtag name="year" type="productProperty" title="year" ></tqtag>
</th>
<th>Metal
<tqtag name="metal" type="productProperty" title="metal" ></tqtag>
</th>
<th>Diam. <span>(mm)</span>
<tqtag name="diameter" type="productProperty" title="diameter" ></tqtag>
</th>
<th>Weight <span>(gr)</span></th>
<th> </th>
</tr>
<tqtag name="product0" type="productList" maxItems="6" delimiter=" | " dynamicGrow >
<tr>
<td>@lineItemCatalogID@</td>
<td>@productName@</td>
<td nowrap>@year@:pp</td>
<td nowrap>@metal@:pp</td>
<td nowrap>@diameter@:pp</td>
<td>@weight@</td>
<td><a href="@productLink@"><span class="More red">more</span></a></td>
</tr>
</tqtag>
</table>
With the productProperty tqtag you can use the following tqoptions:
if.