Try our conversational search powered by Generative AI!

There is no way to import Shipping tax

Found in

Release 7.5

Created

Aug 11, 2014

Updated

Sep 10, 2014

Area

Falcon/Commerce

State

Closed, Fixed and Tested


Steps to reproduce

We have TaxImportExport with csv file

http://webhelp.episerver.com/Commerce/1.1.2/Content/User%20Guide/SystemAdministration/Tax%20Configuration.htm

but they are always imported as SalesTax, it is fixed in: TaxImportExport.cs,  line 348, taxRow.TaxType = (int)TaxType.SalesTax;

So they should be imported as SalesTax, ShippingTax - defined in that csv file.