Book Your Free Consultation Today

Get expert advice on how EKM can help you drive more sales, save valuable time, and grow your business effortlessly — all without the hassle.

  • Tailored advice for your business needs

  • Discover how EKM helps you scale with ease

  • No pressure — just expert insights and a clear path forward for your business

Book Your Free Consultation Today

Book a specific time and date for a consultation

or

Enter your details, and we’ll call you back ASAP.

User Guides

EKM Tag: [ekm:changepasswordlink]

This tag is used to output a change password link on your shop.

  • Tag Information
Basic Use
In it's basic use the tag will output the change password link with the default HTML.

[ekm:changepasswordlink][/ekm:changepasswordlink]
								
Advanced Use
In it's advanced use you can specify your own surrounding HTML and CSS to customise how the change password link looks.

[ekm:changepasswordlink]
    output_start='<div class="change-password-link">';
    linktext='Change My Password';
    output_end='</div>';
[/ekm:changepasswordlink]
								
Tag Attributes
Output Start
output_start='<div class="change-password">';

Define any HTML you want to output before the change password link is output.

Value
Description
{user defined}
Specify your own HTML or TEXT.
Link Text
linktext='';

Define your own custom text to be output on the link for the change password page.

Value
Description
{user defined}
Specify your own TEXT.
Output End
output_end='</div>';

Define any HTML you want to output after the change password link is output.

Value
Description
{user defined}
Specify your own HTML or TEXT.