>> >>Once I determine which method to use, I'll post it here. > > Ok, I took Mike's suggestion. > > I added a field to userdb table called tax_exempt, a single character > field default of 0, and enable of 1. > > in catalog.cfg I added > SalesTax tax_exempt, state > > > in the salestax.asc file I have > > default 0.0 > 1 0.0 > TX 0.0825 > > > I works as expected, until they make our tax rates more complicated. :) > > Thanks for all the suggestions. > > -Steve In Ohio the tax is (although technically this has been delayed) based on ship-to zip code. So I: added a field to userdb table called tax_exempt, a single character field default of 0, and enable of 1. in catalog.cfg I added SalesTax tax_exempt __TAXFIELD__ in the salestax.asc file I have default 0.0 1 0.0 OH .0675 43001 0.07 43002 0.0675 43003 0.0725 43004 0.0675 43005 0.07 43006 0.07 43007 0.07 43008 0.07 43009 0.075 43010 0.07 43011 0.07 ...[snip the rest] And this also behaves as expected. DB _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.