Class BasicTaxProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, TaxProcessor

public class BasicTaxProcessor extends BaseTaxProcessor implements TaxProcessor
Processes taxes in the store for a given user's cart. This implementation looks up the tax rates configured in the sscBasicTaxRates table, which provides for the ability to set up a tax table based on country, state, city, and postal code.

BasicTaxProcessor is the default implementation of the TaxProcessor interface for the application.

Author:
David Tobey
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • BasicTaxProcessor

      public BasicTaxProcessor()
  • Method Details