Mini-card of the product
products.tpl - mini-card template.
Two templates of type {products} use the same tags.
| Tag | Description |
| {title} |
Product name. |
| {short} |
Short description of the product. |
| {short limit="200"} | Short product description is truncated to 200 characters. |
| {category-name} |
Category name. |
| {rating} |
Product rating. |
| {rating-val} |
Rating number. |
| {rating-num} |
Number voted. |
| {poster} |
Displays a link to the poster, as by default on the blog. |
| {poster-thumb} |
Displays a link to the reduced copy poster, if available. |
| {link} |
Link to the full product card. |
| {price} |
Product price. |
| {old-price} |
Old price if there is a discount. |
| [price]...[/price] |
Displays the content if a price is specified. |
| [not-price]...[/not-price] |
Displays content if no price is specified. |
| [sale]...[/sale] |
Displays content if a discount is set. |
| [not-sale]...[/not-sale] |
Displays content if no discount is specified. |
| {counter} |
Outputs counter for selection in cart. |
| {stock} |
Number of warehouse items. |
| {article} |
Item number. |
| {date} |
Product publication date. |
| {currency} |
Output currency sign. |
| {brand} |
Display the product brand. |
| {buy} |
A button that adds the product to the cart and takes you directly to the checkout page. |
| {add-cart} |
The button that adds the product to the cart. |