[TYPO3-shop] No tax outside of country

Simon Browning simon at stwdesign.com
Fri Feb 29 17:03:47 CET 2008


Below is the exact configuration, and this is the cart if you'd like 
see:  http://allergycanada.com/70.html

   shipping {
	TAXincluded = 0
	TAXpercentage = 5
   	radio = 0

   	
     10.title = Shipping ###STATICCOUNTRIES_CN_OFFICIAL_NAME_EN###
     10.where.static_countries = cn_short_local = 'Canada'
     10.replaceTAXpercentage = 5
     10.price.type = price
     10.price.0 = 10
     10.price.200 = 16
     10.price.400 = 22

     20.title = Shipping ###STATICCOUNTRIES_CN_OFFICIAL_NAME_EN###
     20.where.static_countries = cn_short_local = 'United States'
     20.replaceTAXpercentage = 0
     20.price.type = price
     20.price.0 = 10
     20.price.200 = 16
     20.price.400 = 22

     30.title = Shipping ###STATICCOUNTRIES_CN_OFFICIAL_NAME_EN###
     30.where.static_countries = cn_short_local != 'Canada'
     30.replaceTAXpercentage = 0
     30.price.type = price
     30.price.0 = 10
     30.price.200 = 16
     30.price.400 = 22
  	


   generateCSV=1
}


Thank you

Simon


More information about the TYPO3-project-tt-products mailing list