Speak to our experts today 0333 004 0333
Speak to one of our experts today

Book Your Free Consultation Today

Get expert advice on how EKM can help you drive more sales, save valuable time, and grow your business effortlessly — all without the hassle.

  • Tailored advice for your business needs

  • Discover how EKM helps you scale with ease

  • No pressure — just expert insights and a clear path forward for your business

Book Your Free Consultation Today

Book a specific time and date for a consultation

or

Enter your details, and we’ll call you back ASAP.

User Guides

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
Basic Use
Outputs a countdown and an expected date of delivery.

                                    [ekm:product_urgency_get_it_by_timer][/ekm:product_urgency_get_it_by_timer]
                                
This outputs the following.
Product Urgency Get It By Timer
HTML Use
In most cases you would use this tag to create urgency to purchase as soon as possible on your product page.


[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]

                                
This outputs the following.
Tag Attributes
Output Start
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.

Value
Description
{user defined}
Define any opening HTML or Titles to go before the Get it by Timer.
Output Item
output_item='Order within [countdown] to get it by [estimate].';

Define any HTML you want to output in tandem with the countdown and estimate.

Value
Description
[countdown]
Outputs a span that will display a countdown to a time that will be populated with countdown text in the form "1 day 2 hours 3 minutes 4 seconds" that will dynamically update.
[estimate]
Outputs a span containing the expected delivery day in the form "13th November".
Output End
output_end='</div>';

Define any HTML you wish to be output after the tactic has been output.

Value
Description
{user defined}
Define any closing HTML to be displayed after the tactic.
Product ID
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.

Nesting This Tag

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]