selectselectselect
Call our Sales Hotline
0844 858 8580
User Guides

Securearea login

Using this tag will display a login area for your customers to be able to login and view their previous orders.

Basic Usage
[ekm:securearea_login]
' style1, style2, style3, style4, auto - defaults to style1
style='style1';
[/ekm:securearea_login]



Basic Usage Example Output


Style 1 Style 3

secure area login

secure area login

Style 2

secure area login

Style 4

secure area login

Full Usage
[ekm:securearea_login]
style='style1';

output_start='
Customer Login
</span>';

output_end='</td> </tr> </table>';

output_form='[email][password][submit][link]';

output_links_start='
    </span>';

    output_link='
  • [link][url]</li>';

    output_links_end='</ul>';

    </blockquote> [/ekm:securearea_login] </font>



style

You can pick one of the predefined styles above.

Possible Values
Default style1
style1
style2
style3
style4

A predefined style.

custom

A blank style. Useful when you do not want one of the predefined styles.



output_start

You can use any HTML or plain text code.



output_end

You can use any HTML or plain text code.



output_form

The output for the login form.

Possible Values
User Defined

You can use any HTML or plain text code. You can also use the following tags.

[email]
The input element for the email part of the login.

[email-name]
The value of the name attribute of the email input element.

[password]
The input element for the password or order id part of the login

[password-name]
The value of the name attribute of the password or order id input element.

[submit]
The input element that is the submit button.

[link]
The forgotten password link

[link-urlonly]
The url part of the forgotten password link



output_links_start

This is output before the links that are visible to logged in visitors.

You can use any HTML or plain text code.



output_link

This is the output for each link that is visible to logged in visitors.

Possible Values
User Defined

You can use any HTML or plain text code. You can also use the following tags.

[link]
A complete link (HTML 'a' tag).

[link-urlonly]
The URL for the link.

[link-name]
The name of the link, for example: 'logout'.



output_links_end

This is output after the links that are visible to logged in visitors.

You can use any HTML or plain text code.