{{ __('Tax rate') }}
{{ __('Name') }}
  • {{ __('This name will be visible for users, when the tax rate will be apply.') }}
{{ __('Country') }}
  • {{ __('Leave blank to apply to all countries') }}
  • {{ __('Country should be country code.') }}
  • {!! __('You can get country code to visit the :x', ['x' => '' . __("link") . '']) !!}
  • {{ __('Now you can see country code near of country name.') }}
  • {{ __('Example') }}: US
{{ __('State') }}
  • {{ __('Leave blank to apply to all states') }}
  • {{ __('State should be state code.') }}
  • {!! __('You can get state code to visit the :x', ['x' => '' . __("link") . '']) !!}
  • {{ __('Now you need to select a country, after that you can see state code near of state name.') }}
  • {{ __('Example') }}: 23
{{ __('City') }}
  • {{ __('Leave blank to apply to all cities') }}
  • {{ __('City should be city name') }}
  • {!! __('You can get city name to visit the :x', ['x' => '' . __("link") . '']) !!}
  • {{ __('Now you need to select a country, after that select a state, now you can see city name.') }}
  • {{ __('Example') }}: Alatna
{{ __('Post code') }}
  • {{ __('Leave blank to apply to all areas.') }}
  • {{ __('Post code should be area zip code.') }}
  • {{ __('Example') }}: 25786
{{ __('Rate') }}%
  • {{ __('Tax rate calculation') }}
  • {{ __("Your math would be simply: [product price] x [rate] = [tax].") }}
  • {{ __('Example: product price = $100, rate = 5') }}
  • {{ __("That's $100 x . 05 = $5. Since you've figured out the sales tax is $5, that means the total user will pay is $105.") }}
{{ __('Priority') }}
  • {{ __('Choose a priority for this tax rate.') }}
  • {{ __('Only 1 matching rate per priority will be used.') }}
  • {{ __('To define multiple tax rates for a single area you need to specify a defferenct priority per rate') }}
{{ __('Compound') }}
  • {{ __("A compound tax is calculated on top of the primary tax.") }}
  • {{ __("Let's take an example where the price of an product is $100. After calculating the primary tax at 10%, the product is now $110.") }}
  • {{ __("A compound tax of 5% will bring the total product price to $110 + 5% = $115.50.") }}
{{ __('Shipping') }}
  • {{ __('Choose whether or not this tax rate also gets applied to shipping.') }}