<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Magento Create a Customer Product Pop Up Message Based on Location / IP Address	</title>
	<atom:link href="https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Sat, 22 Oct 2016 12:54:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-273224</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Sat, 22 Oct 2016 12:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-273224</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-273222&quot;&gt;Cyphas&lt;/a&gt;.

This blog post is pretty old now! The way I do this today is with a client side (js) lookup to a geo ip db from http://www.maxmind.com It&#039;s a lot faster and more accurate.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-273222">Cyphas</a>.</p>
<p>This blog post is pretty old now! The way I do this today is with a client side (js) lookup to a geo ip db from <a href="http://www.maxmind.com" rel="nofollow ugc">http://www.maxmind.com</a> It&#8217;s a lot faster and more accurate.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cyphas		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-273222</link>

		<dc:creator><![CDATA[Cyphas]]></dc:creator>
		<pubDate>Sun, 16 Oct 2016 15:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-273222</guid>

					<description><![CDATA[Oh, also if I want this to work sitewide or based on category, what adjustments will be required?

Thanks
Cyphas]]></description>
			<content:encoded><![CDATA[<p>Oh, also if I want this to work sitewide or based on category, what adjustments will be required?</p>
<p>Thanks<br />
Cyphas</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cyphas		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-273221</link>

		<dc:creator><![CDATA[Cyphas]]></dc:creator>
		<pubDate>Sun, 16 Oct 2016 15:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-273221</guid>

					<description><![CDATA[Hi Paj
I am using Magento 1.9.2.2 The IP address range is huge if I am targeting worldwide. So, I&#039;m looking at offering a promotion to International (Non-UK .GB) customers. I see http://www.ipaddresslocation.org/ shows the country code. If I just download UK IP range, Is there a way to use this or just the reverse detection to say: If IP country is NOT in address pool/ range  then show pop-up message?

What  changes would I make to code to make this possible?

Thanks
Cyphas]]></description>
			<content:encoded><![CDATA[<p>Hi Paj<br />
I am using Magento 1.9.2.2 The IP address range is huge if I am targeting worldwide. So, I&#8217;m looking at offering a promotion to International (Non-UK .GB) customers. I see <a href="http://www.ipaddresslocation.org/" rel="nofollow ugc">http://www.ipaddresslocation.org/</a> shows the country code. If I just download UK IP range, Is there a way to use this or just the reverse detection to say: If IP country is NOT in address pool/ range  then show pop-up message?</p>
<p>What  changes would I make to code to make this possible?</p>
<p>Thanks<br />
Cyphas</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Katheer		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-273220</link>

		<dc:creator><![CDATA[Katheer]]></dc:creator>
		<pubDate>Tue, 11 Oct 2016 05:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-273220</guid>

					<description><![CDATA[Nice Tutorial]]></description>
			<content:encoded><![CDATA[<p>Nice Tutorial</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-84406</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Tue, 05 Aug 2014 17:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-84406</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-84396&quot;&gt;Ian Johnson&lt;/a&gt;.

Yes it is possible and using the geoip db it is now much easier to get more accurate geo results based on ip address. See the logging on this blog for an example. How you determine when the visitor has been on the site for 30 seconds is a bit trickier but what you are after is certainly achievable.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-84396">Ian Johnson</a>.</p>
<p>Yes it is possible and using the geoip db it is now much easier to get more accurate geo results based on ip address. See the logging on this blog for an example. How you determine when the visitor has been on the site for 30 seconds is a bit trickier but what you are after is certainly achievable.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ian Johnson		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-84396</link>

		<dc:creator><![CDATA[Ian Johnson]]></dc:creator>
		<pubDate>Tue, 05 Aug 2014 17:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-84396</guid>

					<description><![CDATA[Hi there - I ship automatically through my checkout to around 20 countries but not, say to the USA, Canada, Australia etc.

I want to get a popup that appears anywhere on the site (doesn&#039;t matter what page) once the customer has been on the site for 30 seconds. But only if they&#039;re in a country I don&#039;t ship to. I want it to say something like &quot;Looking to ship to the USA? Please contact us for a shipping quote.&quot;

Is this possible? It would have to detect the exact country the customer is in, compare that to a list of the countries we DO ship to and then, if it&#039;s not on that list, trigger the popup with the correct country?

Thanks! :-)

Ian.]]></description>
			<content:encoded><![CDATA[<p>Hi there &#8211; I ship automatically through my checkout to around 20 countries but not, say to the USA, Canada, Australia etc.</p>
<p>I want to get a popup that appears anywhere on the site (doesn&#8217;t matter what page) once the customer has been on the site for 30 seconds. But only if they&#8217;re in a country I don&#8217;t ship to. I want it to say something like &#8220;Looking to ship to the USA? Please contact us for a shipping quote.&#8221;</p>
<p>Is this possible? It would have to detect the exact country the customer is in, compare that to a list of the countries we DO ship to and then, if it&#8217;s not on that list, trigger the popup with the correct country?</p>
<p>Thanks! 🙂</p>
<p>Ian.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lionel		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-49854</link>

		<dc:creator><![CDATA[Lionel]]></dc:creator>
		<pubDate>Tue, 16 Apr 2013 17:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-49854</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-49848&quot;&gt;PAJ&lt;/a&gt;.

I run into a jquery conflict with prototype.js I just don&#039;t know how to deal with it, I&#039;ve looked at many stuffs but cant do fix it.

are you familiar with these kind of conflicts?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-49848">PAJ</a>.</p>
<p>I run into a jquery conflict with prototype.js I just don&#8217;t know how to deal with it, I&#8217;ve looked at many stuffs but cant do fix it.</p>
<p>are you familiar with these kind of conflicts?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-49848</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Tue, 16 Apr 2013 13:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-49848</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-49845&quot;&gt;Lionel&lt;/a&gt;.

It should work for 1.7.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-49845">Lionel</a>.</p>
<p>It should work for 1.7.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lionel		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-49845</link>

		<dc:creator><![CDATA[Lionel]]></dc:creator>
		<pubDate>Tue, 16 Apr 2013 13:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-49845</guid>

					<description><![CDATA[anybody know how to do this with magento 1.7?]]></description>
			<content:encoded><![CDATA[<p>anybody know how to do this with magento 1.7?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-48681</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Sun, 11 Nov 2012 00:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=576#comment-48681</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-48676&quot;&gt;Bokz&lt;/a&gt;.

You know its amazing what you can achieve when you just hack away...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/#comment-48676">Bokz</a>.</p>
<p>You know its amazing what you can achieve when you just hack away&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
