---
title: "Drupal 8 Commerce Tax for VAT and Sales Tax"
url: "https://michalak.world/posts/drupal-8-commerce-tax-for-vat-sales-tax/"
description: "Commerce Tax for VAT and Sales Tax"
summary: "Commerce Tax for VAT and Sales Tax."
date: 2019-05-10
lastmod: 2026-08-19
tags: ["Drupal 8","Drupal Commmerce","Drupal Development","Drupal","Update"]
section: "posts"
author: "Michael Michalak"
site: "https://michalak.world/"
---

# Drupal 8 Commerce Tax for VAT and Sales Tax

Commerce Tax for VAT and Sales Tax

Today I have been working through an issue with commerce tax.  I had to apply a patch that allows me to configure taxes a bit more.

The patch allows Drupal commerce to decouple the tax calculation with the store address.  That way the Drupal commerce store can have multiple tax rates instead of one tax rate for the state the store is located in.  

Drupal Issue: https://www.drupal.org/project/commerce/issues/3005440

***Update - May 10, 2019***

The patch has been working great and allows the Drupal Commerce website function as requested.

