Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.09 KB

Bagisto Tax Rates

Packagist Downloads GitHub license

This extensions helps you to import all tax rates for each country in your Bagisto instance.

Installation

Using composer, you only need to run:

composer require bagisto-eu/tax-rates:dev-master

Usage

Import tax rates for all regions.

Run the following command in your terminal

php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\DatabaseSeeder"

Import only European tax rates

php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\EuropeTaxRatesSeeder"

Import only US tax rates

php artisan db:seed --class="Bagisto\TaxRates\Database\Seeders\UsTaxRatesSeeder"

Now go to Admin -> Settings -> Taxes -> Tax Rates.

Changelog

Please see the CHANGELOG file for more information about what has recently changed.