# Create Orders

The order is created when a customer goes to your website, selects some product, and then places a request for it. Here we are going to discuss how to manage orders in Bagisto.

When a customer places an order from the front end, on the admin panel, the order status is generated from where the admin can further process the order.

# How to Manage Orders in Bagisto2.2.0

Adding Products in Cart

Step 1: Open the Product Detail page and Add the product to the cart as shown below.

Cart

Step 2: Now continue to checkout inside the Shopping Cart as shown below.

Shopping Cart

Step 3: Next, you will get redirected to the checkout page and fill in the necessary information regarding the Billing Address as shown below.

Billing Address

Step 4: After confirming add the shipping method, and payment method and click on Place Order as shown in the below image.

Cart Summary

Step 5: After clicking on Place Order, the next page will open like below then you will get an Order ID.

Order ID

# Customer Panel

On the customer dashboard, customers can see all order history with order status. Customers can also cancel the order.

# Information

On the Information Page, the Admin can check customer details like name, address, quantity, etc. Admin can also cancel the order.

Order Info

Note:- The cancel button will be visible when the order status is pending.

So by this, you can easily create a Orders in Bagisto