productSupplierFilter
For eCommerce, the productSupplierFilter tqTag enables site visitors to filter products by supplier.
productSupplierFilter - Syntax
<tqtag name="productSupplierFilter0" type="productSupplierFilter" title="List of suppliers in the ecom system" maxItems="100" >
...
</tqtag>
productSupplierFilter - Parameters
| Parameter Name |
Type |
Mandatory |
Strict | Transitional |
Case Sensitive |
Description |
| type |
Text |
+ |
S |
+ |
must be productSupplierFilter |
| name |
Text |
+ |
S |
+ |
should be unique tqtag name in the template. no spaces/commas/single quote/double quotes allowed |
| title |
Alpha Numeric |
+ |
S |
- |
The title of the tqtag. This title will be presented only at the back-end system. no spaces/commas/single quote/double quotes allowed |
| maxItems |
Number |
- |
S |
|
The max number of suppliers to display |
productSupplierFilter - Local Variables
irrelevant for this tqtag
productSupplierFilter - Examples
Example 1 - productSupplierFilter example of use
<tqtag name="propertyFilterTest8" type="productSupplierFilter" maxItems="100" title="List of suppliers in the ecom system" >
<tqoption type="head" alternative0="">{!<ul><li class="catHeader"><!----></li><li><b>@propertTypeTitle@</b><ul>!}0</tqoption>
<li style="text-align:right; padding-right:10px;"><a href="@link@" >@propertyValueTitle@</a></li>
<tqoption type="tail" alternative0="">{!</ul></li><li class="catFoot"><!----></li></ul>!}0</tqoption>
</tqtag>
productSupplierFilter - tqOptions
With the productSupplierFilter tqtag, you can use the following tqoptions:
head,
if,
lastItemInRow,
tail.