uawdijnntqw1x1x1
IP : 216.73.216.46
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
templates
/
shop
/
checkout
/
email.twig
/
/
{% if currentUser %} {% redirect 'shop/checkout/addresses' %} {% endif %} {% extends 'shop/_private/layouts' %} {% block main %} <!-- Template: {{ _self }}.twig --> <h1 class="text-xl font-bold"> {{- 'Let’s grab your email to get started'|t -}} </h1> <div class="flex -mx-8 mt-6"> <div class="w-full max-w-xl px-8"> <form method="post" action=""> {{ csrfInput() }} {{ actionInput('commerce/cart/update-cart') }} {{ redirectInput('shop/checkout/register-signin') }} {{ successMessageInput('Email address updated.') }} <div class="field"> <label for="email"> {{- 'Email'|t -}} </label> {{ input('text', 'email', cart.email, { id: 'email', placeholder: 'email@site.com', class: ['w-full', 'border border-gray-300 hover:border-gray-500 px-4 py-2 leading-tight rounded'] }) }} </div> <div class="mt-3"> {{ tag('button', { type: 'submit', class: 'cursor-pointer rounded px-4 py-2 inline-block bg-blue-500 hover:bg-blue-600 text-white hover:text-white', text: 'Continue'|t }) }} </div> </form> </div> </div> {% endblock %}
/srv/users/craft4/apps/craft4-newsite-space/templates/shop/checkout/email.twig