ConLib Configuration
On your store you can make use of the features made available by ProductTags by using the ConLib controls provided by ProductTags.
Displaying Tag Cloud
To display tag couds you can use the [[ConLib:ProductTags\TagCloud]] control in your scriptlets.
[[ConLib:ProductTags\TagCloud Caption="Tag Cloud" MaxTags="100" Sorting="DESC"]]
- Caption property is used to show the a caption header for Tag Cloud. The default caption is 'Tag Cloud'.
- MaxTags property controls the maximum number of tags displayed in tag cloud. The default value is 50.
- Sorting property is used to sort the tags in Tag Cloud. By default the tags in Tag Cloud are shown in ascending order. You can set its property to DESC to show tags in Descending order. The default value is ASC
NOTE: Tags are shown only in tag cloud if they are assigned to atleast one product. More products a tag is assigned to more bigger it displays.
Displaying Tags for a Product
To display tags assigned to a perticular product use the [[ConLib:ProductTags\ProductTags]] control in your scriptlets.
[[ConLib:ProductTags\ProductTags]]
NOTE: his control requires ProductId, so it will work only on pages where ProductId will be available.
Tag Search
You can use [[ConLib:ProductTags\SearchTags]] control to show a search box that allows you to search products based on their tags.
[[ConLib:ProductTags\SearchTags Caption="Search Tags"]]
- Caption property is used to control the a caption header for search tags control. The default caption is 'Search Tags'.