EKM Tag: [ekm:product_urgency_get_it_by_timer]
This tag is a tactic of the Product Urgency feature. Outputs a countdown and an expected date of delivery.
- Tag Information
[ekm:product_urgency_get_it_by_timer][/ekm:product_urgency_get_it_by_timer]
[ekm:product_urgency_get_it_by_timer]
output_start='<div>';
output_item='If you order in the next [countdown] this will be with you by [estimate]!';
output_end='</div>';
[/ekm:product_urgency_get_it_by_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_item='Order within [countdown] to get it by [estimate].';
Define any HTML you want to output in tandem with the countdown and estimate.
output_end='</div>';
Define any HTML you wish to be output after the tactic has been output.
product_id='auto';
Specify the ID of a specifc product you'd like to output the tactic for. When on a product page you can use the value auto
.
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]