View and track all your market orders
{{ formatDate(order.createdAt) }}
{{ formatPrice(order.total, order.currency) }}
{{ order.currency.toUpperCase() }}
Email: {{ order.contactInfo.email }}
Message: {{ order.contactInfo.message }}
Zone: {{ order.shippingZone.name }}
Est. Delivery: {{ order.shippingZone.estimatedDays }}
Address: {{ order.contactInfo.address }}
Event ID:
{{ order.nostrEventId.slice(0, 16) }}...
Signature:
{{ order.nostrEventSig.slice(0, 16) }}...
✓ Order successfully transmitted to merchant via Nostr network
✗ Failed to send via Nostr: {{ order.nostrError }}
⚠ Order stored locally only - merchant may not receive it
✓ Lightning invoice received from merchant
Amount: {{ formatPrice(order.total, order.currency) }}
Status: {{ order.paymentStatus === 'paid' ? 'Paid' : 'Pending Payment' }}
⏳ Waiting for merchant to generate payment invoice
The merchant will send you a Lightning invoice via Nostr once they process your order
Start shopping in the market to see your order history here