<?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 Skip Login/Registration at Checkout</title>
	<atom:link href="http://www.nvncbl.com/2009/09/magento-skip-loginregistration-at-checkout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nvncbl.com/2009/09/magento-skip-loginregistration-at-checkout/</link>
	<description>A place to log my programming solutions for future reference</description>
	<lastBuildDate>Sun, 05 Sep 2010 20:26:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tiago</title>
		<link>http://www.nvncbl.com/2009/09/magento-skip-loginregistration-at-checkout/comment-page-1/#comment-2235</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Tue, 27 Jul 2010 22:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nvncbl.com/?p=397#comment-2235</guid>
		<description>Eric, in post #10 from the thread of which this article is based on you can see how to correct the internet explorer error. Basically you need to use this code instead in login.phtml



    Event.observe(window, &#039;load&#039;, function() {
        // fix for IE
        var cb = $(&quot;login:guest&quot;);
        cb.checked = true;

        checkout.setMethod();
    });
</description>
		<content:encoded><![CDATA[<p>Eric, in post #10 from the thread of which this article is based on you can see how to correct the internet explorer error. Basically you need to use this code instead in login.phtml</p>
<p>    Event.observe(window, &#8216;load&#8217;, function() {<br />
        // fix for IE<br />
        var cb = $(&#8220;login:guest&#8221;);<br />
        cb.checked = true;</p>
<p>        checkout.setMethod();<br />
    });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anoop</title>
		<link>http://www.nvncbl.com/2009/09/magento-skip-loginregistration-at-checkout/comment-page-1/#comment-2233</link>
		<dc:creator>anoop</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nvncbl.com/?p=397#comment-2233</guid>
		<description>thanks..its great...:)</description>
		<content:encoded><![CDATA[<p>thanks..its great&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.nvncbl.com/2009/09/magento-skip-loginregistration-at-checkout/comment-page-1/#comment-2228</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 04 Jun 2010 20:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.nvncbl.com/?p=397#comment-2228</guid>
		<description>At first it seemed that this solution worked perfectly.  But it seems that &quot;Guest&quot; is not selected by default in IE 6.  Any suggestions would be fantastic.  This is a great tip.</description>
		<content:encoded><![CDATA[<p>At first it seemed that this solution worked perfectly.  But it seems that &#8220;Guest&#8221; is not selected by default in IE 6.  Any suggestions would be fantastic.  This is a great tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rinella</title>
		<link>http://www.nvncbl.com/2009/09/magento-skip-loginregistration-at-checkout/comment-page-1/#comment-2134</link>
		<dc:creator>Mark Rinella</dc:creator>
		<pubDate>Thu, 28 Jan 2010 05:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.nvncbl.com/?p=397#comment-2134</guid>
		<description>Worked perfectly. Thanks!</description>
		<content:encoded><![CDATA[<p>Worked perfectly. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
