EKM Tag: [ekm:productshortdescription]
This tag outputs the short product description for the product you are currently viewing.
This tag can only be used on the product page.
- Tag Information
- Nesting This Tag
[ekm:productshortdescription][/ekm:productshortdescription]
font_formatting
attribute the description will be output without any of the systems predefined formatting. This strips out all <font>
tags.
[ekm:productshortdescription]
font_formatting='no';
output_start='<div>';
output_end='</div>';
[/ekm:productshortdescription]
font_formatting='no';
Specify whether default description font formatting should be applied.
output_start='<div>';
Specify any HTML to be output before the product's short description.
output_end='</div>';
Specify any HTML to be output after the product's short description.
The EKM system allows for some tags to be nested within other tags.