Hey all can someone please teach me how to show a Different page to readers depending on which country they are viewing from? Is this even possible? I have a Wordpress site and there are some pages that have offers available for certain countries. For Example: A product review page with a link to buy it - but the seller does not offer international shipping and there are other sites in other countries that sell the same thing. Help please
Once I'd done something near to similar kind, may be this should give you some direction - 1. determine the user browser's country/language using javascript 2. data feed through xml as the the country/language determined by the use javascript.
I think IP verification is a better process than getting browser's country through JS. This can be manipulated by the user very easily where as IP validation comes from reliable IP databases. There are many codes available which check for the URL requester's IP address and gets it verified by some IP databases to know where the user is from. Can be integrated with any programming language.
we have geo specific programs in php which gets the ip address and decides which location the user belongs to. then using wp_redirect function can do the work for you.
i know that joomla has a component that is able to do this it's called joomfish you should give it a try, it is really easy to use