{% if commerce_config.favicon_url %} {% endif %}
{% if commerce_config.logo_url %} {{ commerce_config.project_title }} logo {% endif %} {{ commerce_config.project_title }}

Checkout received

{{ message }}

Payment is not confirmed by this page. Confirmation happens only after the verified payment webhook is processed.
{% if order %}

Order

Order ID: {{ order.public_id }}

Status: {{ order.status }}

Product: {{ order.product_slug }}

Amount: {{ order.currency }} {{ "%.2f"|format(order.amount_cents / 100) }}

{% else %}

No order ID was supplied in the redirect URL.

{% endif %}

Back to products