From 4b78056519cbd163c2122faa314bb107a1cbd94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= <erik@darapsa.co.id> Date: Mon, 26 Jul 2021 11:14:51 +0800 Subject: Move order_detail to its place --- pages/query/order_detail.html | 156 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 pages/query/order_detail.html (limited to 'pages/query/order_detail.html') diff --git a/pages/query/order_detail.html b/pages/query/order_detail.html new file mode 100644 index 0000000..01d55cf --- /dev/null +++ b/pages/query/order_detail.html @@ -0,0 +1,156 @@ +@_TOP_@ +<!-- BEGIN CONTENT --> +<div class="container p-4"> + <!-- Hero Section--> + <div class="py-2"> + <h1>[L]Order #1234[/L]</h1> + [if session logged_in] + [else] + [include include/checkout/login_form][/else][/if][if !variable NO_TAX_POPUP] + [include include/checkout/tax_popup][/if] + [edisplay show_label=1 show_var=0 keep=1] + </div> + <!-- End Hero Section --> + + <!-- Order Info --> + <div class="card card-sm"> + <div class="card-body bg-dark text-light"> + <div class="row"> + <div class="col-6 col-lg-6"> + + <!-- Heading --> + <h6 class="heading-xxxs text-muted">Waybill number:</h6> + + <!-- Text --> + <p class="mb-lg-0 font-size-sm font-weight-bold"> + 673290789 + </p> + + </div> + <div class="col-6 col-lg-6"> + + <!-- Heading --> + <h6 class="heading-xxxs text-muted">Shipped date:</h6> + + <!-- Text --> + <p class="mb-lg-0 font-size-sm font-weight-bold"> + <time datetime="2019-10-01"> + 01 Oct, 2019 + </time> + </p> + </div> + <div class="col-6 col-lg-6"> + + <!-- Heading --> + <h6 class="heading-xxxs text-muted">Status:</h6> + + <!-- Text --> + <span class="badge bg-warning"> + In Transit + </span> + </div> + <div class="col-6 col-lg-6"> + + <!-- Heading --> + <h6 class="heading-xxxs text-muted">Order Amount:</h6> + + <!-- Text --> + <p class="mb-0 font-size-sm font-weight-bold"> + $259.00 + </p> + </div> + </div> + </div> + </div> + <!-- Order Info --> + <!-- Tracking Info --> + <div class="card card-sm"> + <div class="card-body bg-light"> + <div class="row"> + <!-- Log lines --> + <!-- Status --> + <div class="col-6 col-lg-6"> + <span class="badge rounded-pill bg-secondary">Order created</span> + <p class="mb-lg-0 font-size-sm text-muted"> + Kamis, 3 Jun 2021 11:07 WIB + </p> + </div> + <!-- Comment --> + <div class="col-6 col-lg-6"> + <h6 class="heading-xxxs text-muted">Order created by buyer.</h6> + <p class="mb-lg-0 font-size-sm text-muted"> + Order created and waiting for payment + </p> + </div> + <!-- End of log lines --> + <!-- Log lines --> + <!-- Status --> + <div class="col-6 col-lg-6"> + <span class="badge rounded-pill bg-secondary">Order paid</span> + <p class="mb-lg-0 font-size-sm text-muted"> + Kamis, 3 Jun 2021 11:07 WIB + </p> + </div> + <!-- Comment --> + <div class="col-6 col-lg-6"> + <h6 class="heading-xxxs text-muted">Order paid by buyer.</h6> + <p class="mb-lg-0 font-size-sm text-muted"> + Payment completed and order is being prepared by seller. + </p> + </div> + <!-- End of log lines --> + <!-- Log lines --> + <!-- Status --> + <div class="col-6 col-lg-6"> + <span class="badge rounded-pill bg-secondary">Waiting to be shipped</span> + <p class="mb-lg-0 font-size-sm text-muted"> + Kamis, 3 Jun 2021 11:07 WIB + </p> + </div> + <!-- Comment --> + <div class="col-6 col-lg-6"> + <h6 class="heading-xxxs text-muted">Request to pick up</h6> + <p class="mb-lg-0 font-size-sm text-muted"> + Order is ready to be picked up by [courier name]. Order will be picked up before Sabtu, 3 Okt, pukul 08:50 + </p> + </div> + <!-- End of log lines --> + <!-- Log lines --> + <!-- Status --> + <div class="col-6 col-lg-6"> + <span class="badge rounded-pill bg-secondary">In transit</span> + <p class="mb-lg-0 font-size-sm text-muted"> + Kamis, 3 Jun 2021 11:07 WIB + </p> + </div> + <!-- Comment --> + <div class="col-6 col-lg-6"> + <h6 class="heading-xxxs text-muted">In transit</h6> + <p class="mb-lg-0 font-size-sm text-muted"> + Pesanan Anda dalam proses pengiriman oleh kurir. + </p> + </div> + <!-- End of log lines --> + <!-- Log lines --> + <!-- Status --> + <div class="col-6 col-lg-6"> + <span class="badge rounded-pill bg-secondary">In transit</span> + <p class="mb-lg-0 font-size-sm text-muted"> + Kamis, 3 Jun 2021 11:07 WIB + </p> + </div> + <!-- Comment --> + <div class="col-6 col-lg-6"> + <h6 class="heading-xxxs text-muted">In transit</h6> + <p class="mb-lg-0 font-size-sm text-muted"> + Pesanan Anda dalam proses pengiriman oleh kurir. + </p> + </div> + <!-- End of log lines --> + </div> + </div> + </div> + <!-- End Tracking Info --> +</div> +<!-- END CONTENT --> +__BOTTOM__ \ No newline at end of file -- cgit v1.2.3