EKM Tag: [ekm:productdescription]
This tag outputs the full 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:productdescription][/ekm:productdescription]
font_formatting
attribute the description will be output without any of the systems predefined formatting. This strips out all <font>
tags.
[ekm:productdescription]
font_formatting='no';
output_start='<div>';
output_end='</div>';
[/ekm:productdescription]
font_formatting='no'';
Specify whether or not you want the description to be output with font formatting.
output_start='<div>';
Specify any HTML to be output before the product's description.
output_end='</div>';
Specify any HTML to be output after the product's description.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any alterations.
[ekm:if]
iftype='EQUALS';
ifvalue='1';
ifvalue2='1';
ifthen='[ekm:productdescription]show='yes'; htmlbefore='Other Categories'; separator='|'; htmlafter='';[/ekm:productdescription]';
ifelse='';
[/ekm:if]