Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <div class="account-forms">
  2. {%- form 'create_customer' -%}
  3. <input type="hidden" id="customer_tags" name="customer[tags]" value="new"/>
  4. {{- form.errors | default_errors -}}
  5.  
  6. <div class="account-forms">
  7. <div id="CustomerLoginForm">
  8. {%- form 'customer_login' -%}
  9. {%- if customer.orders_count != 0 -%}
  10. <input type="hidden" id="customer_tags" name="customer[tags]" value="existing"/>
  11. {% else %}
  12. <input type="hidden" id="customer_tags" name="customer[tags]" value="test"/>
  13. {% endif %}
  14. {{- form.errors | default_errors -}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement