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
[ekm:product_urgency_free_delivery][/ekm:product_urgency_free_delivery]
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.
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]