# Tax Calculation Issues

### Symptoms

* No tax charged at checkout
* Incorrect tax amounts
* Missing alcohol fees
* Tax charged on non-taxable items

### Common Causes and Solutions

#### Shopify sales tax not configured

Standard sales tax isn't being collected.

1. Go to Shopify **Settings** → **Taxes and Duties**.
2. Verify all selling states are added.
3. See Setting Up Shopify Sales Tax →.

#### Tax on shipping not enabled

Vinoshipper charges tax on shipping, so Shopify must too.

1. In **Taxes and Duties** → **Global Settings**, check "Charge sales tax on shipping."
2. Save.

#### State alcohol fees not configured

Alcohol-specific fees are separate from sales tax.

1. Check **Compliance** → **Manage State Compliance Fee**.
2. Verify fees are enabled for the correct states.
3. See Setting Up State Alcohol Fees →.

#### Product volume not set

Alcohol fees are calculated per 750ml equivalent. If a product's volume is missing, fees can't be calculated correctly.

1. Check the product's compliance data in CrushSuite.
2. Enter the correct volume in milliliters.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://crushsuite.gitbook.io/docs/compliance/troubleshooting/tax-calculation-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
