Prints a list of the product's features.
Kuvaus
Using the tag is subject to the following, plan-based limitations:
- The tag is available starting from the Basic plan.
- Basic: The tag prints a max. of 3 product features.
- Advanced and above: The tag prints, by default, a max. of 10 product features (if you'd like to display more features, contact our customer service).
This tag is only used for listing product features, e.g. on the product page. Product list filters are implemented using the {ProductListFilters}
tag.
The tag prints only the product features that have been marked for display using the product attribute's Display as product feature on product pages setting.
See the detailed instructions on how to implement product filters in a theme.
Näkyvyys
Toimii näkyvyydessä: tuote
Näkyvyys
Templates |
---|
Single product template |
Product images |
Attribuutit
filter:
Specifies product features that should be included on the list. If the attribute is not used, all of the product's features are included on the list.
Sallitut arvot: Putkimerkeillä erotettu attribuuttien tunnisteiden lista.E.g.
filter: length|width
helper:
Defines the content and output format of a single list element.
Allowed values: the Interface and HTML markup that define the output's markup and content.
The
helper
attribute can be used in two ways:- you can indicate the desired markup directly as the attribute's value, or
- you can indicate a reference to a file with the desired markup as the attribute's value.
The reference should be indicated in relation to the theme's root directory.
See also detailed instructions on using the
helper
attribute.after/before:
By using the
after
andbefore
attributes you can define content that is output either after or before the tag's output.Allowed values:The HTML and Interface markup
E.g.
before:
'<p>Tämä merkkaus näkyy ennen tagin omaa sisältöä.</p>'after:
'<p>Tämä taas näkyy tagin oman sisällön jälkeen.</p>'
If the tag does not produce any content, neither the content of the
after
andbefore
attributes will be output.escape:
Adds an escape character before quotation marks in the output.
The attribute makes it easier to process the tag-produced content when using JavaScript.
Allowed values:true/false. The default value is false.
or:
Defines alternative content that is displayed if the tag itself does not produce any content.
Allowed values:The HTML and Interface markup
E.g.
or:
'Sisältöä ei löytynyt.'