Skip to main content

customer_login_link

string | customer_login_link
returns string

Generates an HTML link to the customer login page.

{{ 'Log in' | customer_login_link }}

Output

<a href="/account/login" id="customer_login_link">Log in</a>
Was this page helpful?