Motorprise uses the atg/commerce/pricing/AvailableShippingMethods servlet bean to provide the user with a list of available shipping methods.

The AvailableShippingMethods servlet bean queries the ShippingPricingEngine to determine all the available shipping methods for a particular ShippingGroup. The ShippingPricingEngine iterates over its registered shipping calculators and includes the returned shipping method of each one. Motorprise ships with three registered ShippingPricingCalculators that correspond to Ground, TwoDay and NextDay shipping methods. When the user is finished, the form’s action redirects the user to the next portion of the purchase process, which is specification of payment information.