Kriuchko
1/9/2019 - 12:06 PM

Geolocation

Magento 1 country by ip geo location by ip

<?php
  $ip_address = $_SERVER['REMOTE_ADDR'];
  echo trim(file_get_contents("http://ipinfo.io/{$ip_address}/country"));
?>