Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 14/umbraco-commerce/.gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions 14/umbraco-commerce/reference/taxes/calculated-tax-rates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 3 additions & 3 deletions 14/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
Loading