Now, we will create a couple of sales orders using our own details just to test the process, whether our payment methods are working, and if the e-mails that we're sending are all working as expected.
An order can be created as well from the frontend as from the WordPress administrative panel. Your customers will order from the frontend, of course. After creating an order, a typical confirmation page will look as follows. Besides the information shown on the screen, the customer and store owner will also receive an e-mail:

Once we create a couple of orders, we can find them in the WordPress administrative panel by navigating to WooCommerce | Orders. You will be notified of new orders directly in the menu. A small circle behind the Orders submenu shows the number of new orders:

The Orders screen shows all the sales orders that you received, regardless of their order status. From here, you may continue to process your orders.

Note the following points when working from this screen:


The order detail screen shows a lot of information. You can find all the address information, details of the products ordered, including attributes, and detailed tax information. On the bottom right of this screen, you'll find a list of Order Notes, holding all the status changes and other information about the process that this order went through. It's possible to add manual notes yourself. There are two types of notes. Customer note will be sent to the customer by e-mail. Remember that these e-mails will only be sent if they are enabled. Navigate to WooCommerce | Settings | Emails | Customer note to verify that. It will be visible as well when the customer looks at the order details by logging in again. A private note is for you or your employees only. Your customer will not receive a private note by e-mail.
Further, on the top left of this screen, it's possible to change the Order status. You can set it to completed for instance once you have shipped all the items. Unfortunately, it's not possible to only ship a part of the order! After changing the status of an order, you must click on Save on the top right to make sure that the status change is actually saved. Depending on your e-mail settings, WooCommerce might send out a message to your customer to confirm that the order has been completed:

Note that when setting an order to refunded by changing the status on the top right, there's no direct connection to your payment gateway. You'll have to manually make sure that your customer receives back the paid amount. Most payment service providers offer a function to refund an order amount. However, there's a function available that lets you automatically refund the amount online. To do this, use the Refund button below the order details. Whether or not you are able to refund the amount automatically depends on the payment gateway. Using PayPal, for instance, it is possible to do an automatic refund.

Handling refunds can be overwhelming sometimes, and there are lots of possibilities. If you want to learn more, there's a good article available in the WooCommerce documentation at https://docs.woothemes.com/document/woocommerce-refunds/.
By using Order Actions on the top right, it's possible to manually resend the order e-mails to your customer again. Also in this case, you need to press the Save Order button or the Apply icon on the right to actually send the message:

At the bottom of this page, there's one more function available. When selling digital goods, like for example e-books, the buyer receives the order confirmation including a download link as soon as the status of the order becomes Processing. Sometimes, it's necessary to overrule the default behavior of WooCommerce and grant access to the file manually. You can do that, and it's even possible to grant access to a digital file that wasn't at all on the order. If you want to do that, just type the name of the product in the search box, select the correct product, and click on Grant Access:

After giving access, it's possible to limit the number of downloads for this file or set an expiration date. It's also possible to Revoke Access again.
After creating several sales orders, you'll notice that the sales order numbering isn't always sequential:

Multiple order numbers are sometimes skipped. This is caused by the fact that WordPress saves everything as a post. A page is a post, a product is a post, and sales order is a post. They all use the same, single number sequence and that's why the sales order numbers will not be sequential. There's a plugin available that can solve this issue at https://wordpress.org/plugins/woocommerce-sequential-order-numbers/. This is the free version which is working fine but doesn't give you any options. The premium version is available on WooThemes.com.
Besides handling orders that were created by online customers, it's also possible to manually add a sales order yourself in the WordPress administrator. This is useful for orders that are for example placed by telephone, e-mail, or fax. Situations like this especially appear in business-to-business environments.

You may select the details of an existing customer by just start typing your customer's name in the Customer field. It's also possible to create the order for a Guest, so a customer that does not have an account in your store. This is the default setting. In this case, you have to enter the address details manually:

If you want to use the data of an existing customer, start with typing the name in the Customer field. Otherwise, keep the default setting as Guest.
When adding the address data, the drop-down fields like Country and State can be filled easily. Just start typing in the field and the matching records will appear:

Set Order Status and Payment Method based on the way the customer is going to pay for the order. When adding Shipping Details, it's possible to copy all the data from Billing Details so that you do not have to enter them again.
Click on the button Add line item(s) button, and then, click on Add product(s) to start adding products to your orders:

Next, a search window opens that lets you search and add a product to the order. You may change the quantity if needed.
From the window shown in the preceding screenshot, you may Add shipping cost to your order or add an order fee using the Add fee button. If you're adding the shipping cost, you manually have to select the correct shipping method and amount it will not be filled in automatically.
Click on the Save button on the bottom left once you're finished with adding items. Click on Calculate totals as well to set the total order value.
Don't forget to also click on Save on the top right corner to save your order. Once saved, you can manage this order in exactly the same way as a sales order entered by an online customer.
The WooThemes website is a great and updated resource. If you have additional questions about managing your orders, then this is a good starting point: https://docs.woothemes.com/document/managing-orders/.