{{ partial("shop-checkout-progress") }}

{{ partial('shop-cart-items') }}

{% if cart %} {% if order.payment_processed %}

Thank you! The payment is already processed for this order.

{% else %} {% if cards is defined %}

Pay with a Saved Card


or


{% endif %}

{{ open_form({'class': 'custom'}) }}
{{ partial('shop-paymentform') }}
{% endif %} {% else %}

Order not found.

{% endif %}