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

EKM Tag: [ekm:poweredby]

This tag is used to output a message on your template showing what ecommerce platform your shop is provided by.

New EKM customers will automatically be required to display this tag. They can contact our customer support team to have this removed.

  • Tag Information
  • Nesting This Tag
Basic Use
The tag will output, in plain text, the title of the current page you are viewing

[ekm:poweredby][/ekm:poweredby]
                                
This outputs the following.
Preset Messages
You can select any of the 10 predefined messages to be output by the system.

[ekm:poweredby]messageid='2';[/ekm:poweredby]
                                
This outputs the following.
Custom Message
You can specify your own message to be displayed by this tag using the message attribute

[ekm:poweredby]message='Your custom message can go here';[/ekm:poweredby]
                                
This outputs the following.
Specify a message here to be displayed
Tag Attributes
Message ID
messageid='2';

You can choose from one of the ten predefined EKM powered by messages. These are listed below.

Value
Outputs
4
5
ecommerce by EKM
7
e-commerce by EKM
10
Custom Message
message='Type your own message here';

If you would prefer to insert your own custom message you can use this attribute and type in your text and HTML tags.

Value
Outputs
{user defined}
Your message will be output wherever you place the tag within your code
Output Start
output_start='<div>';

Define any code or text you want to output before the poweredby message is output. If there is no powered by link this will not output.

Value
Outputs
{user defined}
Any HTML or Text to output before the powered by message.
Output End
output_end='</div>';

Define any code or text you want to output after the poweredby message is output. If there is no powered by link this will not output.

Value
Outputs
{user defined}
Any HTML or Text to output after the powered by message.

The EKM system allows for some tags to be nested within other tags.

This tag cannot be nested within other tags