Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zone link #3247

Merged
merged 1 commit into from
Jul 18, 2019
Merged
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
6 changes: 4 additions & 2 deletions guides/source/developers/taxation/overview.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ In Solidus, a tax rate consists of at least four values:

- The descriptive name for the tax rate. For example, "Minnesota Sales Tax" for
a Minnesota state tax rate.
- The zone that the tax rate should apply to. <!-- TODO: Link to zones article.-->
- The [zone][zone] that the tax rate should apply to.
- The rate (in the form of a percentage of the price).
- The "Included in price" boolean. This indicates whether the tax is included in
the price (for value-added taxes) or added to the price (U.S. taxes).

Solidus calculates tax based on the matching tax rate(s) for the order's [tax
address](#tax-addresses).
address](#tax-addresses).

[zone]: ../locations/zones.html

## Tax addresses

Expand Down