Project Mycelium
Marketplace
Cart
Checkout
Secure Checkout
Back to Cart
1
Review Order
Verify your items
2
Payment
Choose payment method
3
Confirmation
Order complete
Order Review
{% if cart_details and cart_details.items %} {% for item in cart_details.items %}
{% if item.product.category_id == "compute" %}
{% elif item.product.category_id == "hardware" %}
{% elif item.product.category_id == "gateways" %}
{% elif item.product.category_id == "applications" %}
{% elif item.product.category_id == "services" %}
{% else %}
{% endif %}
{{ item.product.name }}
{{ item.product.provider_name }}
Qty: {{ item.cart_item.quantity }}
{{ item.unit_price.formatted_display }}
per unit
{% endfor %} {% else %}
No items in cart
Browse Marketplace
{% endif %}
Complete Order
Order Summary
{% if cart_details %}
Subtotal ({{ cart_details.item_count }} items)
{{ cart_details.subtotal }} {{ cart_details.currency }}
Platform fee
Free
Deployment
Free
Total
{{ cart_details.total }} {{ cart_details.currency }}
{% endif %}
Secure Checkout
256-bit SSL encryption
Privacy Protected
Your data is safe with us
Need help?
Contact Support
Processing...