Skip to content

matchapat/spree_tax_cloud

 
 

Repository files navigation

Spree TaxCloud SOAP API

USA Tax calculation extension for Spree using Tax Cloud service .

Based on the work of Chris Mar and Drew Tempelmeyer.

USAGE

Create an account with TaxCloud:

https://taxcloud.net

…and get an api_login_id and api_key.

Run below to install migrations:

bundle exec rails g spree_tax_cloud:install

Configure in Spree Admin

Go to configurations, then on left side of page will be a link for TaxCloud settings. Enter your login, api_id, product tic, shipping tic, and business address.

NOTE

At this time spree_tax_cloud does not handle multiple tax category tic’s.

Capture and authorize are performed in ‘capture’.

Verify address is implemented for Spree 2+.

TODO

Request spec to ensure integration works throughout checkout process. Lookup tax per shipment in order to properly lookup tax from actual stock location rather than the default. Integrate multiple tax categories.

Spree Tax Cloud Copyright © by Jerrold R Thompson (@jet) released under the ‘new’ BSD license.

About

Spree Interface for TaxCloud SOAP API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.6%
  • Other 0.4%