Still V Posted November 13, 2012 Share Posted November 13, 2012 Hi everyone, I'd like to test the geolocation feature in the shop out by simulating being a buyer from a specific country. Does anyone know of any geolocation software that would allow me to do this? I want to set the proxy for a specific country I am testing and not just a randomly assigned anonymous proxy. Thanks. Link to comment Share on other sites More sharing options...
El Patron Posted November 13, 2012 Share Posted November 13, 2012 (edited) my geo pricing module has an ip simulator, so you can simulate any countries IP from your browser.. but you can hack FrontController.php find $record = geoip_record_by_addr($gi, Tools::getRemoteAddr()); and change to $record = geoip_record_by_addr($gi, 'some ip address'); note this will change all inbound request when geo location is on, to that ip address good luck Edited November 13, 2012 by elpatron (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts