<?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: Remove Validation from Phone Number Field on Magento Checkout</title>
	<atom:link href="http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/</link>
	<description>Compare Magento Hosting companies for Magento, Varien's E-Commerce platform. The fastest hosters reviewed and recommended. Buy Magento Themes here.</description>
	<lastBuildDate>Sun, 07 Mar 2010 18:49:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stanislav Kirilov</title>
		<link>http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/comment-page-1/#comment-1531</link>
		<dc:creator>Stanislav Kirilov</dc:creator>
		<pubDate>Tue, 12 Jan 2010 16:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.blastedthing.com/?p=2060#comment-1531</guid>
		<description>Thank you very much for the tip!</description>
		<content:encoded><![CDATA[<p>Thank you very much for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Tareq</title>
		<link>http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/comment-page-1/#comment-1507</link>
		<dc:creator>Mohammad Tareq</dc:creator>
		<pubDate>Tue, 10 Nov 2009 10:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blastedthing.com/?p=2060#comment-1507</guid>
		<description>Hi ,

I am using Zend Forms
I have dynamic validation.
Trying to remove dynamic validation using the function

$elements-&gt;removeValidator(&#039;ele_4af42ceac7810&#039;);

but its failing, not able to remove the validation, above field is having &#039;Email&#039; Validation

Plz help.

Thanks
mohammad Tareque</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I am using Zend Forms<br />
I have dynamic validation.<br />
Trying to remove dynamic validation using the function</p>
<p>$elements-&gt;removeValidator(&#8216;ele_4af42ceac7810&#8242;);</p>
<p>but its failing, not able to remove the validation, above field is having &#8216;Email&#8217; Validation</p>
<p>Plz help.</p>
<p>Thanks<br />
mohammad Tareque</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Thummar</title>
		<link>http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/comment-page-1/#comment-1490</link>
		<dc:creator>Vijay Thummar</dc:creator>
		<pubDate>Mon, 21 Sep 2009 10:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.blastedthing.com/?p=2060#comment-1490</guid>
		<description>How can we remove this validation by custom module? not changing in core code?

Thanks,
Vijay Thummar</description>
		<content:encoded><![CDATA[<p>How can we remove this validation by custom module? not changing in core code?</p>
<p>Thanks,<br />
Vijay Thummar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricky</title>
		<link>http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/comment-page-1/#comment-1407</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Wed, 08 Jul 2009 08:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blastedthing.com/?p=2060#comment-1407</guid>
		<description>Thanks , this saved me quite a bit of time!</description>
		<content:encoded><![CDATA[<p>Thanks , this saved me quite a bit of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Stock</title>
		<link>http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/comment-page-1/#comment-1402</link>
		<dc:creator>Rick Stock</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blastedthing.com/?p=2060#comment-1402</guid>
		<description>Hi nice post - very useful, definitely got me on the right track.

One small thing - note that to make this work I also had to remove the class &quot;required entry&quot; from the actual address input field (the one just below the span mentioned here)...</description>
		<content:encoded><![CDATA[<p>Hi nice post &#8211; very useful, definitely got me on the right track.</p>
<p>One small thing &#8211; note that to make this work I also had to remove the class &#8220;required entry&#8221; from the actual address input field (the one just below the span mentioned here)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonny</title>
		<link>http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/comment-page-1/#comment-1366</link>
		<dc:creator>jonny</dc:creator>
		<pubDate>Sat, 14 Mar 2009 01:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blastedthing.com/?p=2060#comment-1366</guid>
		<description>For non-Windoze users the paths above are not case sensitive so:
app/code/core/mage/customer/model/address/abstract.php 
should be:
/app/code/core/Mage/Customer/Model/Address/Abstract.php
Thanks</description>
		<content:encoded><![CDATA[<p>For non-Windoze users the paths above are not case sensitive so:<br />
app/code/core/mage/customer/model/address/abstract.php<br />
should be:<br />
/app/code/core/Mage/Customer/Model/Address/Abstract.php<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://www.blastedthing.com/magento/checkout/mag-remove-validation-from-phone-number-field-on-magento-checkout/comment-page-1/#comment-1211</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Fri, 16 Jan 2009 07:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blastedthing.com/?p=2060#comment-1211</guid>
		<description>Very handy tip, thanks.</description>
		<content:encoded><![CDATA[<p>Very handy tip, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
