EKM Tag: [ekm:securearea_login]
This tag is used to output the login form for the customer login feature. This allows customers to login and see recent orders they have made.
You must enable the "Customer Login" feature on your shop before this tag will output.
You may also want to customise the "Secure Area Contact Form" or the "Secure Area Show Orders" section to be more inline with your colour scheme.
- Tag Information
- Styles
- Nesting This Tag
[ekm:securearea_login]style='style1';[/ekm:securearea_login]
[ekm:securearea_login]
style='style1';
output_start='';
output_form='[email][password][submit][link]';
output_end='';
output_links_start='';
output_link='[link] | ';
output_links_end='';
[/ekm:securearea_login]
style='style1';
Define the layout for the securearea_login to be displayed. View All Styles Here
output_start='<div id="my-account">';
Specify any HTML or Text you want to output before the signin area. This will only be output if the customer login feature is enabled. Typically here you would output any opening HTML tags and headers.
output_form='[email][signup_button]';
Specify the layout for the form's content. Here you can insert HTML or Text to define the layout of the fields and submit button.
To output the securearea_login fields and a forgotten password field you will need to include these attribute tags.
output_end='</div>';
Specify any HTML or Text you would like to output when the my account form has finished outputting. Typically here you would close any opened divs from the output_start
attribute.
output_links_start='<div id="my-account-links">';
Displayed only when the user is logged in
Specify any HTML or Text you want to output before the logged in links. This will only be output if the customer is logged in. Typically here you would output any opening HTML tags and headers.
output_link='[link] | ';
Displayed only when the user is logged in
Specify the HTML to be output with each link when the user is logged in.
To specify how the links will output you need to include attribute tags.
output_links_end='</div>';
Displayed only when the user is logged in
Specify any HTML or Text you would like to output after the logged in links are displayed. Typically here you would close any opened divs from the output_links_start
attribute.
This tag has a number of predefined layout styles. Below are examples for each of the styles and how they will look on your website.
style1
the form style will output like the example below.
[ekm:securearea_login]style='style1';[/ekm:securearea_login]
style2
the form style will output like the example below.
[ekm:securearea_login]style='style2';[/ekm:securearea_login]
style3
the form style will output like the example below.
[ekm:securearea_login]style='style3';[/ekm:securearea_login]
style4
the form style will output like the example below.
[ekm:securearea_login]style='style4';[/ekm:securearea_login]
The EKM system allows for some tags to be nested within other tags.