Skip to content

Commit 87965d8

Browse files
Added links to SUMMARY.md files
1 parent 0947e08 commit 87965d8

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

commerce-add-ons/packages/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/)
88
* [Commerce Payment Providers](https://docs.umbraco.com/umbraco-commerce-payment-providers)
99
* [Commerce Shipping Providers](https://docs.umbraco.com/umbraco-commerce-shipping-providers)
10+
* [Commerce Sales Tax Providers](https://docs.umbraco.com/umbraco-commerce-sales-tax-providers)
1011

1112
## Cart
1213

commerce-add-ons/payment-providers/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/)
99
* [Commerce Packages](https://docs.umbraco.com/umbraco-commerce-packages)
1010
* [Commerce Shipping Providers](https://docs.umbraco.com/umbraco-commerce-shipping-providers)
11+
* [Commerce Sales Tax Providers](https://docs.umbraco.com/umbraco-commerce-sales-tax-providers)
1112

1213
## Invoicing
1314

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
description: >-
3+
Learn more about each of the available integrations for implementing sales tax providers into your Umbraco Commerce installation.
4+
---
5+
6+
# What are Sales Tax Providers?
7+
8+
Sales tax providers are essential for your Umbraco Commerce installation when you need to calculate the sales tax of an order dynamically, such as in the US.
9+
10+
Sales tax providers are installed individually with the following HQ supported providers available.
11+
12+
## Available integrations
13+
14+
<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody>
15+
<tr><td align="center"><strong>TaxJar</strong></td><td><a href="taxjar/">taxjar</a></td></tr>
16+
</tbody></table>
17+
18+
## Using These Docs
19+
20+
**These docs are aimed at developers and users** who have at least a basic understanding of [Umbraco](https://umbraco.com), as well as Umbraco backoffice principles.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Table of contents
2+
3+
* [What are Sales Tax Providers?](README.md)
4+
* [Install Sales Tax Provider](install-sales-tax-providers.md)
5+
6+
## Commerce Products
7+
8+
* [Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/)
9+
* [Commerce Packages](https://docs.umbraco.com/umbraco-commerce-packages)
10+
* [Commerce Payment Providers](https://docs.umbraco.com/umbraco-commerce-payment-providers)
11+
* [Commerce Shipping Providers](https://docs.umbraco.com/umbraco-commerce-shiping-providers)
12+
13+
## TaxJar
14+
15+
* [Overview](taxjar/README.md)
16+
* [Configure TaxJar](taxjar/configuring-taxjar.md)
17+
* [Configure Umbraco](taxjar/configuring-umbraco.md)
18+
* [Release Notes](taxjar/release-notes.md)

commerce-add-ons/shipping-providers/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/)
99
* [Commerce Packages](https://docs.umbraco.com/umbraco-commerce-packages)
1010
* [Commerce Payment Providers](https://docs.umbraco.com/umbraco-commerce-payment-providers)
11+
* [Commerce Sales Tax Providers](https://docs.umbraco.com/umbraco-commerce-sales-tax-providers)
1112

1213
## DHL
1314

0 commit comments

Comments
 (0)