magento2: Shipping Country Selector Not Sending Correct Country ID on Change to Shipping Methods
Steps to reproduce
- Install Magento from latest
develop
branch - Enable onepage checkout
- Change shipping country (not signed in)
Expected result
- country_id is set correctly and passed to shipping methods example : “CA” when selecting Canada
Actual result
- country_id is always sent as US regardless of selection
Request Body on estimate-shipping-methods {“address”:{“region_id”:“0”,“country_id”:“US”,“postcode”:“A1B 2C2”}}
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 17 (6 by maintainers)
Hi @Berkelder
if you are working on multistore website to go store>config>sales>tax>Default Tax Destination Calculation and set store country there. Let me know if it works for you