Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save darryn/f19959b15f03fac13d54 to your computer and use it in GitHub Desktop.
Save darryn/f19959b15f03fac13d54 to your computer and use it in GitHub Desktop.
Lucid One - localised page_title for customer pages in breadcrumb
{% case template %}
{% when 'customers/login' %}
{% assign page_title = 'New translation for page_title' %}
{% when 'customers/account' %}
{% assign page_title = 'New translation for page_title' %}
{% when 'customers/activate_account' %}
{% assign page_title = 'New translation for page_title' %}
{% when 'customers/addresses' %}
{% assign page_title = 'New translation for page_title' %}
{% when 'customers/order' %}
{% assign page_title = 'New translation for page_title' %}
{% when 'customers/register' %}
{% assign page_title = 'New translation for page_title' %}
{% when 'customers/reset_password' %}
{% assign page_title = 'New translation for page_title' %}
{% when 'cart' %}
{% assign page_title = 'New translation for page_title' %}
{% endcase %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment