Documentation Home

Installation

  1. Include the Broadleaf TaxCloud Module in your Maven dependencies:
  <dependency>
      <groupId>com.broadleafcommerce</groupId>
      <artifactId>broadleaf-taxcloud</artifactId>
      <version>1.1.0-SNAPSHOT</version>
      <type>jar</type>
      <scope>compile</scope>
  </dependency>
  1. Insert the module configuration into the BLC_MODULE_CONFIGURATION Table. This can be done by running the following script:
    classpath:/config/bc/sql/load_taxcloud_module_config.sql

  2. Using the admin, configure a new TaxCloud Module Configuration in the BLC Module Configuration section. You will also need to populate each of the fields with your generated api key and api id which you received from TaxCloud.