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
/
.
/
.
/
cart
/
load.twig
/
/
{% extends 'shop/_private/layouts' %} {# Outputs form for collecting a cart number to be loaded. #} {% block main %} <!-- Template: {{ _self }}.twig --> <form method="post" action=""> {{ csrfInput() }} {{ actionInput('commerce/cart/load-cart') }} {{ redirectInput('/shop/cart') }} <h1 class="text-xl font-bold"> {{- 'Load Cart'|t -}} </h1> <p>{{ 'Enter a cart number to load that cart into the current session.'|t }}</p> <fieldset class="bg-gray-100 border-blue-300 border-b-2 p-6 mt-3 max-w-lg"> <div> <label for="number"> {{- 'Cart Number'|t -}} </label> <div> {{ input('text', 'number', 'border border-gray-300 hover:border-gray-500 px-4 py-2 leading-tight rounded', { id: 'number', class: ['w-full', ''], placeholder: '7e89fh0ew8034…' }) }} </div> </div> <div class="mt-3 text-right"> {{ 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: 'Load cart'|t }) }} </div> </fieldset> </form> {% endblock %}
/srv/users/craft4/apps/craft4-newsite-space/templates/shop/././cart/load.twig