Package com.softslate.commerce.customer.order


package com.softslate.commerce.customer.order
Provides Struts form classes and action classes for use with requests to the system related to orders.

CartAddForm and CartAddAction respond to reqeusts to add an item to a user's cart.

CartItemEditFormForm, CartItemEditForm, and CartItemEditAction respond requests to edit an item in a user's cart.

OrderInitializer initializes singleton objects in the servlet's application scope related to processing orders in the store.

The remaining classes respond to requests for various parts of the checkout process. CheckoutAction is a super class for each of the other action classes for the checkout process.