Order processing

After items are added to the shopping cart from the catalog, you can check out by clicking the Checkout button. The AJAX control issues a POST which passes the product ID's and quantity for each item back to the server. The application displays the checkout window shown in the following example.

After making adjustments to any quantities of items and confirming the order, you can proceed to order processing. If you are not logged in, you are directed to do so. The order processing page collects the users name and shipping address. The order processing uses a Dojo control for the form validation. After placing the order, you will receive a confirmation page.