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

EKM Tag: [ekm:product_urgency_free_delivery]

This tag is a tactic of the Product Urgency feature. Outputs a message about free delivery along with an amount. Once the shopper has more than the amount added to the cart the existing message will either disappear or change accordingly.

  • Tag Information
Basic Use
Outputs a message about free delivery along with an amount. Once the shopper has more than the amount added to the cart the existing message will either disappear or change accordingly.

                                    [ekm:product_urgency_free_delivery][/ekm:product_urgency_free_delivery]
                                
This outputs the following.
Product Urgency Free Delivery
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 Free Delivery.
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.

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]