Orders

View and manage customer orders with an overview list and detailed tracking timeline using Flowbite Blade e-commerce block components.

Default Orders Overview

from
Order ID:
#FWB127364372
Date:
20.12.2023
Price:
$4,756
Status:
Pre-order
View details
Order ID:
#FWB125467980
Date:
11.12.2023
Price:
$499
Status:
In transit
View details
Order ID:
#FWB139485607
Date:
08.12.2023
Price:
$2,056
Status:
Confirmed
View details

Blade code

<x-fwb.blocks.ecommerce.orders-overview />

Custom Orders Overview

Order History

from
Order ID:
#FWB127364372
Date:
20.12.2023
Price:
$4,756
Status:
Pre-order
View details
Order ID:
#FWB125467980
Date:
11.12.2023
Price:
$499
Status:
In transit
View details
Order ID:
#FWB139485607
Date:
08.12.2023
Price:
$2,056
Status:
Confirmed
View details

Blade code

<x-fwb.blocks.ecommerce.orders-overview title="Order History" />

Default Order Tracking

Order history

  1. Estimated delivery in 24 Nov 2023

    Products delivered

  2. Today

    Products being delivered

  3. 23 Nov 2023, 15:15

    Products in the courier's warehouse

  4. 22 Nov 2023, 12:27

    Products delivered to the courier - DHL Express

  5. 19 Nov 2023, 10:47

    Payment accepted - VISA Credit Card

  6. 19 Nov 2023, 10:45

    Order placed - Receipt #647563
Order details

Blade code

<x-fwb.blocks.ecommerce.order-tracking />

Custom Order Tracking

Tracking order #ORD-20240215

Order history

  1. Estimated delivery in 24 Nov 2023

    Products delivered

  2. Today

    Products being delivered

  3. 23 Nov 2023, 15:15

    Products in the courier's warehouse

  4. 22 Nov 2023, 12:27

    Products delivered to the courier - DHL Express

  5. 19 Nov 2023, 10:47

    Payment accepted - VISA Credit Card

  6. 19 Nov 2023, 10:45

    Order placed - Receipt #647563
Order details

Blade code

<x-fwb.blocks.ecommerce.order-tracking
    title="Tracking order"
    orderId="#ORD-20240215"
/>

Component Properties

Orders Overview x-fwb.blocks.ecommerce.orders-overview

PropTypeDefaultDescription
title string My orders Section heading for the orders list.
filters slot - Named slot to replace the default order type and duration filter dropdowns.
pagination slot - Named slot for pagination controls below the order list.
slot slot - Default slot to replace the order rows list.

Order Tracking x-fwb.blocks.ecommerce.order-tracking

PropTypeDefaultDescription
title string Track the delivery of order Page heading before the order ID.
orderId string #957684673 Order ID displayed next to the heading.
timeline slot - Named slot to replace the default order history timeline.
actions slot - Named slot to replace the default "Cancel" and "Order details" buttons.
slot slot - Default slot to replace the product items and order summary panel.