chore/replace taxes readme (#303)
* refactor: 📝 replace readme with link to taxes docs * refactor: 📝 replace the root level link to taxes * build: 👷 add changeset
This commit is contained in:
parent
7cb3b892c4
commit
ba40df0a10
3 changed files with 9 additions and 21 deletions
5
.changeset/soft-bulldogs-stare.md
Normal file
5
.changeset/soft-bulldogs-stare.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"saleor-app-taxes": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Replace the apps/taxes README with link to docs.
|
|
@ -44,7 +44,7 @@ In the `apps` folder, you will find the following applications:
|
||||||
- [emails-and-messages](./apps/emails-and-messages) - notifications and email communication with customers.
|
- [emails-and-messages](./apps/emails-and-messages) - notifications and email communication with customers.
|
||||||
- [search](./apps/search) - connect Saleor with search engines.
|
- [search](./apps/search) - connect Saleor with search engines.
|
||||||
- [slack](./apps/slack) - get notifications on Slack channel from Saleor events.
|
- [slack](./apps/slack) - get notifications on Slack channel from Saleor events.
|
||||||
- [taxes](./apps/taxes) - calculate order and checkout taxes using external services.
|
- [taxes](https://docs.saleor.io/docs/3.x/developer/app-store/apps/taxes) - calculate order and checkout taxes using external services.
|
||||||
- [cms](./apps/cms) - exports products from Saleor to CMS.
|
- [cms](./apps/cms) - exports products from Saleor to CMS.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||

|

|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>Saleor App Taxes Hub</h1>
|
<h1>Saleor App Taxes Hub</h1>
|
||||||
|
@ -18,23 +18,6 @@
|
||||||
<a href="https://twitter.com/getsaleor">🐦 Twitter</a>
|
<a href="https://twitter.com/getsaleor">🐦 Twitter</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
## Documentation
|
||||||
<a href="https://githubbox.com/saleor/saleor-app-template">🔎 Explore Code</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## About
|
Visit [Taxes App documentation](https://docs.saleor.io/docs/3.x/developer/app-store/apps/taxes) to learn how to configure and develop the app locally.
|
||||||
|
|
||||||
### What is Saleor App Taxes Hub
|
|
||||||
|
|
||||||
Taxes App is a hub for configuring taxes in Saleor using different providers.
|
|
||||||
|
|
||||||
Integrates with:
|
|
||||||
|
|
||||||
- Avatax
|
|
||||||
- TaxJar
|
|
||||||
|
|
||||||
## Development
|
|
||||||
|
|
||||||
1. Install the app.
|
|
||||||
2. Go to _Configuration_ -> _Taxes_. In the "Select the method of tax calculation" select "Use tax app". Save.
|
|
||||||
3. To trigger the webhook, go to _Orders_, create a draft order with customer, products, shipping address, shipping method. The taxes will recalculate on each address change.
|
|
||||||
|
|
Loading…
Reference in a new issue