Jump to content

Geolocation Software


Recommended Posts

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

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 by elpatron (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...