Install Sales Tax Provider

Learn how to install and add sales tax providers to your Umbraco Commerce implementation.

When you need to install a payment provider into your Umbraco Commerce implementation it is done via NuGet.

You can install a payment provider in one of two ways:

Install via the NuGet Manager Console

  1. Open the NuGet Manager Console.

  2. Enter the following command:

Install-Package Umbraco.Commerce.SalesTaxProviders.PROVIDER
  1. Use the available Sales Tax Providers table below to find the correct package name for the provider you want to install.

Install via the NuGet Package Manager

  1. Open the NuGet Package Manager.

  2. Browse for the Sales Tax Provider you want to install.

  3. Install the package into your solution.

Alternatively, you can also find and install the NuGet package via the NuGet Package Manager.

Installing Umbraco Commerce via the NuGet Package Manager

Available Sales Tax Providers

Sales Tax Provider
NuGet Package name

TaxJar

Umbraco.Commerce.SalesTaxProviders.TaxJar

Upgrading

Umbraco Commerce uses Umbraco Migrations to install all of its features. To upgrade, install the latest version over the existing package. This process will add new features and update any missing components.

Last updated

Was this helpful?