State code showing instead of State Name in customer/address page
-
-
Hi @RK-REZA
We have also created findStateByCountryCode function also in same file, pass your country and state code in this function like core()->findStateByCountryCode($address->country, $address->state).
You will get CoutryState Model data (https://prnt.sc/peqr99 ) and print's its default name, you will get state name.Thanks