EKM Tag: [ekm:productweight]
This tag is used to output the product weight attribute.
This tag can only be used on the product page. You must enable the the "product attributes" feature in your EKM shop.
- Tag Information
- Nesting This Tag
[ekm:productweight][/ekm:productweight]
[ekm:productweight]
weightsymbol='g';
output_start='Product weight [';
output_end=']';
[/ekm:productweight]
weightsymbol='g';
Define the unit of weight to be output on the shop. Unit conversion happens automatically.
output_start='Product weight [';
Define the text or HTML that will appear before the product weight value
output_end=']';
Define the text or HTML that will appear after the product weight value
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:productweight][/ekm:productweight]';
ifelse='';
[/ekm:if]