From 05919a830e34ca52b88d98b7767effbd32baae4a Mon Sep 17 00:00:00 2001 From: Esha Noronha Date: Wed, 9 Oct 2024 09:04:26 +0200 Subject: [PATCH 1/4] Fixed broken links --- 14/umbraco-commerce/release-notes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index 835f6de6bb0..7873b09b838 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -10,7 +10,7 @@ In this section, we have summarized the changes to Umbraco Commerce released in If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. {% 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-taxt-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. From 88123bb9f2867023a35ce287bea0af1b22ccb83a Mon Sep 17 00:00:00 2001 From: Esha Noronha Date: Wed, 9 Oct 2024 10:29:28 +0200 Subject: [PATCH 2/4] Updated file name in summary file --- 14/umbraco-commerce/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-commerce/SUMMARY.md b/14/umbraco-commerce/SUMMARY.md index 85d4ebbae90..4b5e2d1d7a6 100644 --- a/14/umbraco-commerce/SUMMARY.md +++ b/14/umbraco-commerce/SUMMARY.md @@ -58,7 +58,7 @@ * [Complex Variants](key-concepts/product-variants/complex-variants.md) * [Properties](key-concepts/properties.md) * [ReadOnly and Writable Entities](key-concepts/readonly-and-writable-entities.md) -* [Sales Tax Providers](key-concepts/sales-tax-providers.md) +* [Sales Tax Providers](key-concepts/sales-taxt-providers.md) * [Search Specifications](key-concepts/search-specifications.md) * [Settings Objects](key-concepts/settings-objects.md) * [Shipping Package Factories](key-concepts/shipping-package-factories.md) From d0a6d36a2fbb20d1f4eef96ca18978569572b691 Mon Sep 17 00:00:00 2001 From: Esha Noronha Date: Wed, 9 Oct 2024 10:41:09 +0200 Subject: [PATCH 3/4] Small fix --- 14/umbraco-commerce/release-notes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index 7873b09b838..217c53e8fde 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -7,7 +7,7 @@ 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. From 375164b61c66177f6e551cf7f8cddf6e7b79d9e4 Mon Sep 17 00:00:00 2001 From: Esha Noronha Date: Wed, 9 Oct 2024 10:49:21 +0200 Subject: [PATCH 4/4] changed file name and added redirect --- 14/umbraco-commerce/.gitbook.yaml | 1 + 14/umbraco-commerce/SUMMARY.md | 2 +- .../{sales-taxt-providers.md => sales-tax-providers.md} | 0 14/umbraco-commerce/reference/taxes/calculated-tax-rates.md | 4 ++-- 14/umbraco-commerce/release-notes/README.md | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) rename 14/umbraco-commerce/key-concepts/{sales-taxt-providers.md => sales-tax-providers.md} (100%) 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/SUMMARY.md b/14/umbraco-commerce/SUMMARY.md index 4b5e2d1d7a6..85d4ebbae90 100644 --- a/14/umbraco-commerce/SUMMARY.md +++ b/14/umbraco-commerce/SUMMARY.md @@ -58,7 +58,7 @@ * [Complex Variants](key-concepts/product-variants/complex-variants.md) * [Properties](key-concepts/properties.md) * [ReadOnly and Writable Entities](key-concepts/readonly-and-writable-entities.md) -* [Sales Tax Providers](key-concepts/sales-taxt-providers.md) +* [Sales Tax Providers](key-concepts/sales-tax-providers.md) * [Search Specifications](key-concepts/search-specifications.md) * [Settings Objects](key-concepts/settings-objects.md) * [Shipping Package Factories](key-concepts/shipping-package-factories.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 217c53e8fde..5bf8a5f9e97 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -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.