diff --git a/14/umbraco-commerce/.gitbook.yaml b/14/umbraco-commerce/.gitbook.yaml index 7507d85bc89..0612e83c1f9 100644 --- a/14/umbraco-commerce/.gitbook.yaml +++ b/14/umbraco-commerce/.gitbook.yaml @@ -16,3 +16,4 @@ key-concepts/events: key-concepts/events/README.md getting-started/introduction: getting-started/requirements.md installation/install: getting-started/install.md installation/the-licensing-model: getting-started/the-licensing-model.md +key-concepts/sales-taxt-providers: key-concepts/sales-tax-providers.md diff --git a/14/umbraco-commerce/key-concepts/sales-taxt-providers.md b/14/umbraco-commerce/key-concepts/sales-tax-providers.md similarity index 100% rename from 14/umbraco-commerce/key-concepts/sales-taxt-providers.md rename to 14/umbraco-commerce/key-concepts/sales-tax-providers.md diff --git a/14/umbraco-commerce/reference/taxes/calculated-tax-rates.md b/14/umbraco-commerce/reference/taxes/calculated-tax-rates.md index 18411ce1202..96144f6eb11 100644 --- a/14/umbraco-commerce/reference/taxes/calculated-tax-rates.md +++ b/14/umbraco-commerce/reference/taxes/calculated-tax-rates.md @@ -8,10 +8,10 @@ This option allows you to dynamically calculate the tax obligations of an order When using calculated rate taxes, taxes are calculated as a single price adjustment against the order total price and will not offer any breakdown. -Calculated tax rates are configured using **Tax Calculation Methods**. A tax calculation method provides a connection to a third-party calculation service via a [Sales Tax Provider](../../key-concepts/sales-taxt-providers.md). The sales tax provider passes the order details to the calculation service and returns the tax amount to be applied to the order. +Calculated tax rates are configured using **Tax Calculation Methods**. A tax calculation method provides a connection to a third-party calculation service via a [Sales Tax Provider](../../key-concepts/sales-tax-providers.md). The sales tax provider passes the order details to the calculation service and returns the tax amount to be applied to the order. {% hint style="info" %} -Before you can configure a tax calculation method, you will need to install at least one [sales tax provider](../../key-concepts/sales-taxt-providers.md). +Before you can configure a tax calculation method, you will need to install at least one [sales tax provider](../../key-concepts/sales-tax-providers.md). A TaxJar example is provided on GitHub at [https://github.com/umbraco/Umbraco.Commerce.SalesTaxProviders.TaxJar](https://github.com/umbraco/Umbraco.Commerce.SalesTaxProviders.TaxJar) {% endhint %} diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index 835f6de6bb0..5bf8a5f9e97 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -7,10 +7,10 @@ description: >- In this section, we have summarized the changes to Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. -If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. +Any breaking changes or important issues to consider when upgrading are also mentioned in this article. {% hint style="info" %} -If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](upgrading/version-specific-upgrades.md) article. +If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](../upgrading/version-specific-upgrades.md) article. {% endhint %} ## Release History @@ -23,7 +23,7 @@ This section contains the release notes for Umbraco Commerce 14 including all ch #### 14.1.0 (25th September 2024) -* Added [Sales Tax Provider](../../key-concepts/sales-taxt-providers.md) support. +* Added [Sales Tax Provider](../key-concepts/sales-tax-providers.md) support. * Added Tax Calculation Method to allow for calculated tax rates. * Updated Countries to accept a tax calculation method. * Updated Tax Classes to support tax codes.