Skip to main content

customer_register_link

string | customer_register_link
returns string

Generates an HTML link to the customer registration page.

{{ 'Create an account' | customer_register_link }}

Output

<a href="/account/register" id="customer_register_link">Create an account</a>
Was this page helpful?