an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Adding New Tax Condition
Last Post 11/17/2009 3:03:16 PM By Bahram. 2 replies.
11/9/2009 12:17:00 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Adding New Tax Condition
 
Hi Luke,
 
I have two tax Condition :
 
IF country = CA and state <> BC then 5%
IF country = CA amd state == BC then 12%
 
Now we need a thired condition :
IF country = CA and state = NB or  state = NS or state = NF then 13%
 
I added a third Tax region in my table and update my first region :
 
IF Country = CA and State <> BC and state <>NB and state <> NS and Sate <> NF
 
Done, by adding three different rows.
 
 
 
11/10/2009 1:26:34 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Adding New Tax Condition
Is it a question which expects reply?
DotShoppingCart Staff
11/17/2009 3:03:16 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Adding New Tax Condition
It is both : auestion and reply