EKM Tag: [ekm:product_urgency_countdown_timer]
This tag is a tactic of the Product Urgency feature. Outputs a digital clock style countdown. When the countdown has completed a message set within the feature may then display in its place.
- Tag Information
[ekm:product_urgency_countdown_timer][/ekm:product_urgency_countdown_timer]
output_start='<div>';
Define any HTML you wish to be output before the tactic. This will only output if there is a tactic to output.
output_end='</div>';
Define any HTML you wish to be output after the tactic has been output.
product_id='42';
Specify the ID of a specifc product you'd like to output the tactic for. This attribute is not necessary on the product page.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any changes to it. It can be inserted into other tags like below.
[ekm:if]
...
ifvalue='[ekm:sitename][/ekm:sitename]';
...
[/ekm:if]