shipperhq / module-address-autocomplete

ShipperHQ Address Autocomplete for Magento 2
Open Software License 3.0
15 stars 20 forks source link

Address of CA not fill in field city #38

Closed PQT0604 closed 2 years ago

PQT0604 commented 2 years ago

I have address : 6000 Chemin de la Côte-des-Neiges not fill in city : "Montreal"

wsadasmit commented 2 years ago

Hi @PQT0604,

Thanks for raising this issue, we'll look into it and reply with what we determine. Talk to you soon,

PQT0604 commented 2 years ago

Hi @wsadasmit i have fixed it , just clear city = " " at module-address-autocomplete/tree/main/src/view/frontend/web/js)/autocomplete.js 138 else if (addressType === 'locality'') {

PQT0604 commented 2 years ago

And Region fill in you can update this code for region of CA if(region.match("Yukon")){region="Yukon Territory"} if (region === "Québec" || region === "QC" || region === "QueBec"){region="Quebec"}

wsajosh commented 2 years ago

Hi @PQT0604 thanks for raising this. We've just released a new version which addresses this issue. Please update