We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9011d20 commit adbd3d3Copy full SHA for adbd3d3
sections/trade-login.liquid
@@ -25,6 +25,11 @@
25
{% comment %}
26
Login form
27
{% endcomment %}
28
+
29
30
+ {%- if shop.customer_accounts_enabled -%}
31
+ <a class="button" href="{{ routes.account_login_url }}">{{ 'customer.account.login' | t }}</a>
32
+ {% else %}
33
34
<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login">
35
@@ -90,6 +95,7 @@
90
95
</button>
91
96
92
97
</form>
98
+ {% endif %}
93
99
94
100
101
Apply for an account
0 commit comments