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:
Adrian Pilarczyk 2023-03-17 10:26:43 +01:00 committed by GitHub
parent 7cb3b892c4
commit ba40df0a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 21 deletions

View file

@ -0,0 +1,5 @@
---
"saleor-app-taxes": minor
---
Replace the apps/taxes README with link to docs.

View file

@ -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.
- [search](./apps/search) - connect Saleor with search engines.
- [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.
## Development

View file

@ -1,4 +1,4 @@
![Saleor App Taxes Hub](https://user-images.githubusercontent.com/249912/71523206-4e45f800-28c8-11ea-84ba-345a9bfc998a.png)
![Saleor Taxes App](https://user-images.githubusercontent.com/249912/71523206-4e45f800-28c8-11ea-84ba-345a9bfc998a.png)
<div align="center">
<h1>Saleor App Taxes Hub</h1>
@ -18,23 +18,6 @@
<a href="https://twitter.com/getsaleor">🐦 Twitter</a>
</div>
<div align="center">
<a href="https://githubbox.com/saleor/saleor-app-template">🔎 Explore Code</a>
</div>
## Documentation
## About
### 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.
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.