<?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 Onepage Checkout Template Bug</title>
	<atom:link href="http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/</link>
	<description>Creative Awesome Web</description>
	<lastBuildDate>Tue, 27 Jul 2010 13:54:20 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: adam</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-187</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 26 May 2010 12:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-187</guid>
		<description>Help me !
I&#039;m trying to change checkout page from 1column to 2columns-right.
But right column appear only static blocks and not an other blocks - for example last viewed products. 
checkout.xml code - magento.opsys.co.il/checkout.xml.

checkout page: http://bradex.hostingil.com/checkout/cart/

right column example that i need:
http://bradex.hostingil.com/green-washing-ball.html</description>
		<content:encoded><![CDATA[<p>Help me !<br />
I&#8217;m trying to change checkout page from 1column to 2columns-right.<br />
But right column appear only static blocks and not an other blocks &#8211; for example last viewed products.<br />
checkout.xml code &#8211; magento.opsys.co.il/checkout.xml.</p>
<p>checkout page: <a href="http://bradex.hostingil.com/checkout/cart/" rel="nofollow">http://bradex.hostingil.com/checkout/cart/</a></p>
<p>right column example that i need:<br />
<a href="http://bradex.hostingil.com/green-washing-ball.html" rel="nofollow">http://bradex.hostingil.com/green-washing-ball.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max-B</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-185</link>
		<dc:creator>Max-B</dc:creator>
		<pubDate>Fri, 14 May 2010 08:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-185</guid>
		<description>Thank you very much. We are implementing an alternative shipping method AND changing the layout and we are stuck for two day before reading this article, because we were thinking was our fault!</description>
		<content:encoded><![CDATA[<p>Thank you very much. We are implementing an alternative shipping method AND changing the layout and we are stuck for two day before reading this article, because we were thinking was our fault!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peppe</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-182</link>
		<dc:creator>peppe</dc:creator>
		<pubDate>Wed, 14 Apr 2010 11:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-182</guid>
		<description>Doesn&#039;t work for me. Magento ver. 1.3.0 and i am using the default skin. The progress just fails when trying to go to step 3 and then i am redirected back to Cart. Very frustrating this whole Magento-shit, the worst software i have ever used.. a real disappointment, nothing has worked fine. Any ideas how to get this checkout working?</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me. Magento ver. 1.3.0 and i am using the default skin. The progress just fails when trying to go to step 3 and then i am redirected back to Cart. Very frustrating this whole Magento-shit, the worst software i have ever used.. a real disappointment, nothing has worked fine. Any ideas how to get this checkout working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr McNinja</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-176</link>
		<dc:creator>Dr McNinja</dc:creator>
		<pubDate>Mon, 22 Mar 2010 11:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-176</guid>
		<description>What to do? Where to start? Who to blame? What would batman do??

He would do just that!!

Thanks heaps Justin.

Magento is an excellent platform although a bit hard to start with (especially when new to coding and without IT support)

Cheers,
Freddy</description>
		<content:encoded><![CDATA[<p>What to do? Where to start? Who to blame? What would batman do??</p>
<p>He would do just that!!</p>
<p>Thanks heaps Justin.</p>
<p>Magento is an excellent platform although a bit hard to start with (especially when new to coding and without IT support)</p>
<p>Cheers,<br />
Freddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-174</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Wed, 03 Mar 2010 23:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-174</guid>
		<description>Original Code 

var updater = new Ajax.Updater(&#039;checkout-progress-wrapper&#039;, this.progressUrl, {method: &#039;get&#039;, onFailure: this.ajaxFailure.bind(this)});

i changed it to 

    var updater = new Ajax.Updater(&#039;one-page-checkout-progress&#039;, this.progressUrl, {method: &#039;get&#039;, onFailure: this.ajaxFailure.bind(this)});

i am guessing &quot;one-page-checkout-progress&quot; class does not exist in the css of my skin hence its not working ?</description>
		<content:encoded><![CDATA[<p>Original Code </p>
<p>var updater = new Ajax.Updater(&#8217;checkout-progress-wrapper&#8217;, this.progressUrl, {method: &#8216;get&#8217;, onFailure: this.ajaxFailure.bind(this)});</p>
<p>i changed it to </p>
<p>    var updater = new Ajax.Updater(&#8217;one-page-checkout-progress&#8217;, this.progressUrl, {method: &#8216;get&#8217;, onFailure: this.ajaxFailure.bind(this)});</p>
<p>i am guessing &#8220;one-page-checkout-progress&#8221; class does not exist in the css of my skin hence its not working ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-147</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 01 Dec 2009 00:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-147</guid>
		<description>In layout/checkout.xml under the &lt;default&gt; section, you&#039;ll see something like:

&lt;reference name=&quot;left&quot;&gt;
	&lt;block type=&quot;checkout/cart_sidebar&quot; name=&quot;cart_sidebar&quot; template=&quot;checkout/cart/sidebar.phtml&quot; after=&quot;top.links&quot;&gt;
	...
&lt;/block&gt;
&lt;/reference&gt;

Change the reference to &quot;right&quot;.  Then, in the &lt;checkout_cart_index&gt;, comment out `&lt;remove name=&quot;right&quot;/&gt;` and change 

&lt;reference name=&quot;root&quot;&gt;
	&lt;action method=&quot;setTemplate&quot;&gt;&lt;template&gt;page/2columns-left.phtml&lt;/template&gt;&lt;/action&gt;
&lt;/reference&gt;

to use `2columns-right.phtml`.</description>
		<content:encoded><![CDATA[<p>In layout/checkout.xml under the &lt;default&gt; section, you&#8217;ll see something like:</p>
<p>&lt;reference name=&#8221;left&#8221;&gt;<br />
	&lt;block type=&#8221;checkout/cart_sidebar&#8221; name=&#8221;cart_sidebar&#8221; template=&#8221;checkout/cart/sidebar.phtml&#8221; after=&#8221;top.links&#8221;&gt;<br />
	&#8230;<br />
&lt;/block&gt;<br />
&lt;/reference&gt;</p>
<p>Change the reference to &#8220;right&#8221;.  Then, in the &lt;checkout_cart_index&gt;, comment out `&lt;remove name=&#8221;right&#8221;/&gt;` and change </p>
<p>&lt;reference name=&#8221;root&#8221;&gt;<br />
	&lt;action method=&#8221;setTemplate&#8221;&gt;&lt;template&gt;page/2columns-left.phtml&lt;/template&gt;&lt;/action&gt;<br />
&lt;/reference&gt;</p>
<p>to use `2columns-right.phtml`.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shah</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-138</link>
		<dc:creator>Shah</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-138</guid>
		<description>Hi
   Its not working for me , when I gave .col-left , its working but, progress boxes are coming on left side, I need the it to be on right side.</description>
		<content:encoded><![CDATA[<p>Hi<br />
   Its not working for me , when I gave .col-left , its working but, progress boxes are coming on left side, I need the it to be on right side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shah</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-139</link>
		<dc:creator>Shah</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-139</guid>
		<description>Hi
   Please help me.  Its not working for me , when I gave .col-left , its working but, progress boxes are coming on left side, I need the it to be on right side. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi<br />
   Please help me.  Its not working for me , when I gave .col-left , its working but, progress boxes are coming on left side, I need the it to be on right side. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-124</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-124</guid>
		<description>Thanks for this. Not sur eif it will fix my problem though. When the user clicks checkout it brings them to the one page checkout with accordian, but all the options are greyed out and even the billing form wont drop down. Help!!</description>
		<content:encoded><![CDATA[<p>Thanks for this. Not sur eif it will fix my problem though. When the user clicks checkout it brings them to the one page checkout with accordian, but all the options are greyed out and even the billing form wont drop down. Help!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesus</title>
		<link>http://www.zebrakick.com/blog/magento-onepage-checkout-template-bug/comment-page-1/#comment-93</link>
		<dc:creator>Jesus</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zebrakick.com/blog/?p=96#comment-93</guid>
		<description>Great, it&#039;s very helpful</description>
		<content:encoded><![CDATA[<p>Great, it&#8217;s very helpful</p>
]]></content:encoded>
	</item>
</channel>
</rss>
