customer_ login_ link
string | customer_login_link
returns string
Generates an HTML link to the customer login page.
{{ 'Log in' | customer_login_link }}
{{ 'Log in' | customer_login_link }}
Output
<a href="/account/login" id="customer_login_link">Log in</a>
Was this page helpful?