Get ready to simplify your sales tax calculations! This guide will walk you through installing the Kintsugi SalesTax plugin, which integrates directly with your Magento store for accurate, real-time tax calculations.
Since this involves adding code to your Magento setup, please follow these instructions carefully.
Before you begin, make sure you have:
Command Line Access: The ability to access your Magento server via the command line.
Plugin Download: A valid copy of the Kintsugi SalesTax plugin downloaded from our Kintsugi Magento Plugins page.
Go to the Kintsugi Magento Plugins download page.
Download the latest version of the SalesTax plugin (it will be a ZIP file).
Extract: Unzip the downloaded file to reveal its contents.
Upload: Transfer the extracted plugin files to your Magento installation:
src/app/code/Kintsugi/SalesTaxIMPORTANT:
If the Kintsugi/SalesTax folder doesn't exist, simply create it!
The path must be exactly src/app/code/Kintsugi/SalesTax. Servers are case-sensitive; any mismatch will prevent Magento from detecting the module.
Open your command line interface and navigate to your Magento root directory (this is where your Magento files are located):
cd /path/to/your/magento-root/Now, run the following commands one by one, pressing Enter after each:
Enable the Module:
cd /path/to/your/magento-root/
bin/magento module:enable Kintsugi_SalesTaxUpdate Your Database:
bin/magento setup:upgradeRecompile Dependencies:
bin/magento setup:di:compileClear Your Cache:
bin/magento cache:flushDeploy Static Content:
bin/magento setup:static-content:deploy -fTo verify that the Kintsugi SalesTax plugin is successfully installed:
Log in to your Magento Admin Panel.
Go to Stores → Configuration → Sales → Tax.

Look for the "Kintsugi Tax" option in the configuration settings.
Fill the API KEY and Test Connection.
To enable sales tax calculation, toggle plugin option to Yes.
Fill API endpoint from from description given.
Optional: Fill Fallback rate in case API errors
Optional: Fill cache maintenance timer in seconds. Holds cache of tax rates for specified period
Click "Save Config"

For further concerns, we're always here to help. If you can't find the answer you're looking for, please reach out to us using the chat bubble in the bottom right corner.