Class BasicShippingProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, ShippingProcessor

public class BasicShippingProcessor extends BaseShippingProcessor implements ShippingProcessor
Loads shipping options and processes shipping charges in the store. This implementation looks up the shipping methods and rates configured in the sscShippingMethod and sscShippingRates tables, which provide for number of table-based shipping methods.

BasicShippingProcessor is the default implementation of the ShippingProcessor interface for the application.

Author:
David Tobey
See Also: