Customer
Customer filters output URLs that enable customers to interact with their accounts in the store.
customer_login_link
string |
customer_login_link
returns string
Generates an HTML link to the customer login page.
{{ 'Log in' | customer_login_link }}
<a href="/account/login" id="customer_login_link">Log in</a>
Updated over 1 year ago