Search found 2 matches

by wellonthehill
Mon Aug 03, 2009 10:58 pm
Forum: Good Reference Posts
Topic: washington state sales tax integration
Replies: 40
Views: 73688

Re: washington state sales tax integration

where is the documentation for TaxCodeId ? either as a member of Basketitem or ShipMethod I see how the provided code sets TaxCodeId however, how does the value of TaxCodeId relate to the taxcodes and taxrules i have set up? in the switch statement why does 0.75% get a code of 5 ?? where does this 5...
by wellonthehill
Mon Aug 03, 2009 9:26 pm
Forum: Good Reference Posts
Topic: washington state sales tax integration
Replies: 40
Views: 73688

Re: washington state sales tax integration

hi everybody, shouldn't there be some error checking like try/catch or something in case wa.gov site is unavailable? you could tax at a default 9.0% tax rate maybe? from a quick look it seemed like if connection to gov site fails then buyer is charged zero tax. also, maybe i missed it but is it call...