EKM Tag: [ekm:productbrand]
This tag is used to output the product's brand 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:productbrand]show='yes';[/ekm:productbrand]
[ekm:productbrand]
show='yes';
htmlbefore='Product Brand [';
htmlafter=']';
[/ekm:productbrand]
show='no'';
Specify whether or not you want the tag to be output on the page.
htmlbefore='Brand [';
Define the text or HTML that will appear before the product's brand value
htmlafter=']';
Define the text or HTML that will appear after the product's brand 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:productbrand]show='yes';[/ekm:productbrand]';
ifelse='';
[/ekm:if]