Skip to main content

Installation Guide: Kintsugi Sales Tax Plugin for Magento

Updated over a week ago

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.


What You'll Need

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.


Step-by-Step Installation

Step 1: Get the Plugin

  1. Download the latest version of the SalesTax plugin (it will be a ZIP file).

Step 2: Install the Plugin Files

  1. Extract: Unzip the downloaded file to reveal its contents.

  2. Upload: Transfer the extracted plugin files to this specific directory within your Magento installation:


    src/app/code/Kintsugi/SalesTax

    • Heads Up: If the Kintsugi/SalesTax folder doesn't exist, simply create it!

Step 3: Enable and Configure the Plugin

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:

    bin/magento module:enable Kintsugi\_SalesTax

  • Update Your Database:

    bin/magento setup:upgrade

  • Recompile Dependencies:

    bin/magento setup:di:compile

  • Clear Your Cache:

    bin/magento cache:flush

  • Deploy Static Content:

    bin/magento setup:static-content:deploy -f


How to Confirm It's Working

To verify that the Kintsugi SalesTax plugin is successfully installed:

  1. Log in to your Magento Admin Panel.

  2. Go to Stores โ†’ Configuration โ†’ Sales โ†’ Tax.

  3. Look for the "Kintsugi SalesTax" option in the configuration settings. Its presence confirms a successful installation!


Need Help?

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.

Did this answer your question?