driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
MIT License
1.2k stars 88 forks source link

Add support for GeoIP to automate country lookup #1

Closed mpociot closed 9 years ago

mpociot commented 9 years ago

To automate the GeoIP country lookup / manual input, it might be cool to add this package : https://github.com/pulkitjalan/geoip

mpociot commented 9 years ago

Don't think that this should be implemented in this package, as this can be easily solved by simply using something like the Geocoder package to prefill the user's country code.