# WooCommerce Tax Configuration Reference

Source shop: `woo-php83.php-platforms.bglobale.de`

Path: **WP Admin → WooCommerce → Settings → Tax**

---

## 1. Tax Options

| Setting                                    | Value                                  |
|--------------------------------------------|----------------------------------------|
| Prices entered with tax                    | Yes, I will enter prices inclusive of tax |
| Calculate tax based on                     | Shop base address                      |
| Shipping tax class                         | Shipping tax class based on cart items |
| Rounding                                   | Unchecked (round per line, not subtotal) |
| Additional tax classes                     | `Reduced rate` / `Zero rate`           |
| Display prices in the shop                 | Including tax                          |
| Display prices during cart and checkout    | Including tax                          |
| Price display suffix                       | *(empty)*                              |
| Display tax totals                         | Itemized                               |

---

## 2. Standard Rates

One rate row configured.

| Country code | State code | Postcode / ZIP | City | Rate %   | Tax name | Priority | Compound | Shipping |
|--------------|------------|----------------|------|----------|----------|----------|----------|----------|
| * (all)      | * (all)    | * (all)        | * (all) | 20.0000 | Tax      | 1        | No       | Yes      |

---

## 3. Reduced Rate Rates

One rate row configured.

| Country code | State code | Postcode / ZIP | City | Rate %  | Tax name | Priority | Compound | Shipping |
|--------------|------------|----------------|------|---------|----------|----------|----------|----------|
| * (all)      | * (all)    | * (all)        | * (all) | 5.0000 | Tax      | 1        | No       | Yes      |

---

## 4. Zero Rate Rates

One rate row configured.

| Country code | State code | Postcode / ZIP | City | Rate %  | Tax name | Priority | Compound | Shipping |
|--------------|------------|----------------|------|---------|----------|----------|----------|----------|
| * (all)      | * (all)    | * (all)        | * (all) | 0.0000 | Tax      | 1        | No       | Yes      |

---

## How to Replicate on Another Shop

### Tax Options
1. Go to **WP Admin → WooCommerce → Settings → Tax**
2. Set **Prices entered with tax** → `Yes, I will enter prices inclusive of tax`
3. Set **Calculate tax based on** → `Shop base address`
4. Set **Shipping tax class** → `Shipping tax class based on cart items`
5. Leave **Rounding** unchecked
6. Set **Additional tax classes** → add two lines: `Reduced rate` and `Zero rate`
7. Set **Display prices in the shop** → `Including tax`
8. Set **Display prices during cart and checkout** → `Including tax`
9. Leave **Price display suffix** empty
10. Set **Display tax totals** → `Itemized`
11. Click **Save changes**

### Standard Rates
1. Click the **Standard rates** sub-tab
2. Insert one row with: Country `*`, State `*`, Postcode `*`, City `*`, Rate `20.0000`, Name `Tax`, Priority `1`, Compound `No`, Shipping `Yes`
3. Click **Save changes**

### Reduced Rate Rates
1. Click the **Reduced rate rates** sub-tab
2. Insert one row with: Country `*`, State `*`, Postcode `*`, City `*`, Rate `5.0000`, Name `Tax`, Priority `1`, Compound `No`, Shipping `Yes`
3. Click **Save changes**

### Zero Rate Rates
1. Click the **Zero rate rates** sub-tab
2. Insert one row with: Country `*`, State `*`, Postcode `*`, City `*`, Rate `0.0000`, Name `Tax`, Priority `1`, Compound `No`, Shipping `Yes`
3. Click **Save changes**
