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
/
public
/
..
/
templates
/
shop
/
checkout
/
complete.twig
/
/
{% extends 'shop/_private/layouts' %} {% block main %} {% if not cart.gateway %} {% redirect 'shop/checkout/payment-method' %} {% endif %} <div class="flex -mx-8"> <div class="w-2/3 px-8"> <h1 class="font-bold text-xl"> {{- 'Commit to buy'|t -}} </h1> <div class="mt-1"> <form id="completeForm" method="post" action="" > {{ csrfInput() }} {{ actionInput('commerce/cart/complete') }} {{ redirectInput(siteUrl('/shop/customer/order', { number: cart.number, success: 'true' })) }} {{ 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: 'Submit'|t }) }} </form> </div> </div> </div> {% endblock %}
/srv/users/craft4/apps/craft4-newsite-space/public/../templates/shop/checkout/complete.twig