link_to_customer_register
Generates an HTML link to the customer registration page.
{{#link_to_customer_register link_text /}}
Required params
link_text string: The link text.
Example
The following example is used to generate an HTML registration link with custom text.
{{#link_to_customer_register "Create an account" /}}
Was this article helpful to you?