Change Default Country Option on Checkout Page in Magento 2 – How to Guide

checkoutmagento2

I'm using magento 2.0.7 and I'm trying to change the default Country on the checkout page, from United States to United Kingdom.
I have already set from STORES > CONFIGURATION > SALES > SHIPPING METHODS, the method option to specific country, and only selected UK, but it still doesn't work, probably because I have to edit any file.

Best Answer

Change Sales/Tax/Default Tax Destination Calculation

for more information on how this logic works:

vars config:

  • defaultCountryId
  • defaultRegionId
  • defaultPostcode
vendor/magento/module-tax/Model/TaxConfigProvider.php
vendor/magento/module-checkout/view/frontend/web/js/model/new-customer-address.js