booking/assets/pug/pages/theme/order-history.pug
2025-03-24 22:58:00 +03:00

225 lines
12 KiB
Plaintext

- var theme_customizer = true;
- var page_datatable = true;
- var datatable = true;
doctype html
html(lang='en')
include ../../components/header-files
body
include ../../components/loader
// page-wrapper Start
#pageWrapper.page-wrapper
include ../../components/header
// Page Body Start
.page-body-wrapper.horizontal-menu
include ../../components/sidebar
.page-body
.container-fluid
.page-header
.row
.col-sm-6
h3
| Order History
ol.breadcrumb
li.breadcrumb-item
a(href='index.html')
| Home
li.breadcrumb-item Pages
li.breadcrumb-item Ecommerce
li.breadcrumb-item.active Order History
.col-sm-6
include ../../components/bookmark
// Container-fluid starts
.container-fluid
.row
.col-sm-12
.card
.card-header.pb-0
h5 Order history
.card-body
.order-history.table-responsive
table#basic-1.table.table-bordernone.display
thead
tr
th(scope='col') Prdouct
th(scope='col') Prdouct name
th(scope='col') Size
th(scope='col') Color
th(scope='col') Article number
th(scope='col') Units
th(scope='col') Price
th(scope='col')
i.fa.fa-angle-down
tbody
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/1.png', alt='#')
td
.product-name
a(href='#') Long Top
.order-process
span.order-process-circle
| Processing
td M
td Lavander
td 4215738
td 1
td $21
td
i(data-feather='more-vertical')
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/13.png', alt='#')
td
.product-name
a(href='#') Fancy watch
.order-process
span.order-process-circle
| Processing
td 35mm
td Blue
td 5476182
td 1
td $10
td
i(data-feather='more-vertical')
tr
td
img.img-fluid.img-30(src='assets/images/product/4.png', alt='#')
td
.product-name
a(href='#') Man shoes
.order-process
span.order-process-circle
| Processing
td 8
td Black & white
td 1756457
td 1
td $18
td
i(data-feather='more-vertical')
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/10.png', alt='#')
td
.product-name
a(href='#') Ledis side bag
.order-process
span.order-process-circle.shipped-order
| Shipped
td 22cm x 18cm
td Brown
td 7451725
td 1
td $13
td
i(data-feather='more-vertical')
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/12.png', alt='#')
td
.product-name
a(href='#') Ledis Slipper
.order-process
span.order-process-circle.shipped-order
| Shipped
td 6
td Brown & white
td 4127421
td 1
td $6
td
i(data-feather='more-vertical')
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/3.png', alt='#')
td
.product-name
a(href='#') Fancy ledis Jacket
.order-process
span.order-process-circle.shipped-order
| Shipped
td Xl
td Light gray
td 3581714
td 1
td $24
td
i(data-feather='more-vertical')
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/2.png', alt='#')
td
.product-name
a(href='#') Ledis Handbag
.order-process
span.order-process-circle.shipped-order
| Shipped
td 25cm x 20cm
td Black
td 6748142
td 1
td $14
td
i(data-feather='more-vertical')
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/15.png', alt='#')
td
.product-name
a(href='#') Iphone6 mobile
.order-process
span.order-process-circle.cancel-order
| Cancelled
td 10cm x 15cm
td Black
td 5748214
td 1
td $25
td
i(data-feather='more-vertical')
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/14.png', alt='#')
td
.product-name
a(href='#') Watch
.order-process
span.order-process-circle.cancel-order
| Cancelled
td 27mm
td Brown
td 2471254
td 1
td $12
td
i(data-feather='more-vertical')
tr
td
a(href="product-page.html")
img.img-fluid.img-30(src='assets/images/product/11.png', alt='#')
td
.product-name
a(href='#') Slipper
.order-process
span.order-process-circle.cancel-order
| Cancelled
td 6
td Blue
td 8475112
td 1
td $6
td
i(data-feather='more-vertical')
// Container-fluid Ends
include ../../components/footer
include ../../components/footer-files