{# app/templates/vendor/orders.html #} {% extends "vendor/base.html" %} {% from 'shared/macros/pagination.html' import pagination %} {% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% from 'shared/macros/modals.html' import modal_simple %} {% block title %}Orders{% endblock %} {% block alpine_data %}vendorOrders(){% endblock %} {% block content %} {% call page_header_flex(title='Orders', subtitle='View and manage your orders') %}
Total Orders
0
Pending
0
Processing
0
Completed
0
| Order # | Customer | Date | Total | Status | Actions | |
|---|---|---|---|---|---|---|
|
|
|
|||||
|
No orders found Orders will appear here when customers make purchases |
||||||
Update status for order
Update status for selected order(s)