item_specifics
item_specifics
Lists all item specifics
Example
[%item_specifics id:'[@sku@]'%]
[%param *body%]
<p id="[@itmspec_id@]-[@itmspecval_id@]"> [@itmspec_name@] : [@itmspecval_value@] </p>
[%/param%]
[%/item_specifics%]
Usage
The item_specifics tag will generate a list of specifics and specifics values of a given product. The specific refers to the "type" of specific, such as colour or size. Value indicates the value of that specific, so a value for colour may be "red" or a value for size may be "large".
item_specifics Parameters
Name | Options | Description |
---|---|---|
id:'' | String | The SKU you want to query for the available specifics and values |
header | HTML & b@se tags | Renders a single usable space above the variation options |
body | HTML & b@se tags | Renders an array for each result |
*footer | HTML & b@se tags | Renders a single usable space below the variation options |
name:'' | String | Filters the results by specific name |
item_specifics Data Tags
Name | Description |
---|---|
[@itmspecval_desc@] |
A description for the value |
[@itmspecval_swatch@] |
A swatch colour hex code |
[@itmspec_id@] |
The unique ID for the item specific |
[@itmspecval_id@] |
The unique ID for the item value |
[@itmspec_name@] |
The name of the specific |
[@itmspecval_value@] |
The name of the specific value |