Order Confirmed!

Thank you for your order. Your ThreeFold resources are being prepared for deployment.

{% if order %}
Order Number:
#{{ order.order_id }}
Confirmation Code:
{{ order.confirmation_number }}
{% endif %}
{% if order %}

Order Details

{{ order.status }}
Order Date:
{{ order.created_at }}
Payment Method:
{{ order.payment_method }}
Total Amount:
{{ order.total }}
Currency:
{{ order.currency }}
Ordered Items
{% for item in order.items %}
{% if item.product_category == "compute" %} {% elif item.product_category == "hardware" %} {% elif item.product_category == "gateways" %} {% elif item.product_category == "applications" %} {% elif item.product_category == "services" %} {% else %} {% endif %}
{{ item.product_name }}
{{ item.provider_name }}
Qty: {{ item.quantity }} {{ item.product_category|title }}
{{ item.unit_price }}
per unit
{% endfor %}
{% endif %}
What's Next?
Processing
Your order is being processed and resources are being allocated.
Deployment
Resources will be deployed to the ThreeFold Grid within 24 hours.
Access
You'll receive access credentials and connection details via email.
Support
Our support team is available 24/7 to help with any questions.
Track Your Order

You can track the status of your order and deployment progress in real-time.

{% if order %}
Order Confirmed
{{ order.created_at }}
Processing
Resources being allocated
Deploying
Setting up your resources
Ready
Resources available
{% else %} {% endif %}
Email Confirmation Sent

A detailed confirmation has been sent to your email address with all order information and next steps.