<?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: Check if a country is an EU country in Magento	</title>
	<atom:link href="https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Tue, 10 Jan 2017 07:14:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Vinod Kumar		</title>
		<link>https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/#comment-463566</link>

		<dc:creator><![CDATA[Vinod Kumar]]></dc:creator>
		<pubDate>Tue, 10 Jan 2017 07:14:36 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2266#comment-463566</guid>

					<description><![CDATA[Hi,

How can I get European countries list in magento 2]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>How can I get European countries list in magento 2</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: al		</title>
		<link>https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/#comment-252541</link>

		<dc:creator><![CDATA[al]]></dc:creator>
		<pubDate>Fri, 21 Nov 2014 09:12:58 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2266#comment-252541</guid>

					<description><![CDATA[Brilliant, thanks!]]></description>
			<content:encoded><![CDATA[<p>Brilliant, thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manuel		</title>
		<link>https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/#comment-20170</link>

		<dc:creator><![CDATA[Manuel]]></dc:creator>
		<pubDate>Wed, 26 Feb 2014 12:11:15 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2266#comment-20170</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/#comment-19068&quot;&gt;Freek&lt;/a&gt;.

Excellent!. 

Both techniques worked for me, but I prefer the latest.
(Magento v18.0.0)

Cheers]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/#comment-19068">Freek</a>.</p>
<p>Excellent!. </p>
<p>Both techniques worked for me, but I prefer the latest.<br />
(Magento v18.0.0)</p>
<p>Cheers</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Freek		</title>
		<link>https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/#comment-19068</link>

		<dc:creator><![CDATA[Freek]]></dc:creator>
		<pubDate>Fri, 25 Oct 2013 11:07:39 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2266#comment-19068</guid>

					<description><![CDATA[Hello,

Just so you know you could also just use this:
[php]
if(Mage::helper(&#039;core&#039;)-&#062;isCountryInEU($order-&#062;getBillingAddress()-&#062;getCountryId()))
{

}
[/php]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>Just so you know you could also just use this:</p>
<pre class="brush: php; title: ; notranslate">
if(Mage::helper('core')-&gt;isCountryInEU($order-&gt;getBillingAddress()-&gt;getCountryId()))
{

}
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mayorga		</title>
		<link>https://nerdpress.org/2012/10/06/check-if-a-country-is-an-eu-country-in-magento/#comment-18061</link>

		<dc:creator><![CDATA[Mayorga]]></dc:creator>
		<pubDate>Mon, 14 Jan 2013 22:28:24 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=2266#comment-18061</guid>

					<description><![CDATA[Very useful, thanks!]]></description>
			<content:encoded><![CDATA[<p>Very useful, thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
