Order No. {{order.pk}}
{% if perms.core.cancel_order and order.status != 'canceled' %}
Cancel order
{% endif %}
Details
- Date
- {{ order.created_at }}
- Customer
- {{order.customer.get_full_name}} {{order.customer.email}} ↗ {% if order.subscription %}
- Subscription
- {{ order.subscription_description }} View on Stripe ↗ {% else %}
- PayPal Transaction
- {{order.transaction.get_status_display}} View on PayPal ↗ {% endif %}
- Status
- {{order.get_status_display}} ({{order.total_quantity_fulfilled}} / {{order.total_quantity_ordered}})
Items
Fulfill order →| Product | SKU | Quantity | Price | Total | |||||
|---|---|---|---|---|---|---|---|---|---|
|
{{line.customer_note}} |
{{product.sku}} | {{line.quantity}} | ${{line.unit_price}} | ${{line.get_total}} | {% endwith %} {% elif line.product %} {% with product=line.product %}
{{line.customer_note}} |
{{product.sku}} | {{line.quantity}} | ${{line.unit_price}} | ${{line.get_total}} | {% endwith %} {% endif %}
| Subtotal: | ${{order.subtotal_amount}} | ||||||||
| Discount: | ${{ order.coupon_amount }} | ||||||||
| Shipping: | ${{ order.shipping_total }} | ||||||||
| Total: | ${{ order.total_amount }} | ||||||||
Shipping
Add tracking| Date | Tracking Number |
|---|---|
| {{number.created_at|date:"SHORT_DATE_FORMAT" }} | {{number.tracking_id}} ↗ |
| No tracking information. | |