<?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: Add New Reference in Magento</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/custom-reference-structural-block/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Mon, 21 May 2012 08:29:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bob</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-28832</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 09 May 2012 12:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-28832</guid>
		<description>&quot;Go to appropriate layout XML file and add this block to appropriate place.&quot;

First of all what is the &quot;appropriate&quot; file? Is this the local.xml?

And why is it added there, seems a bit double to me, I already created a block in my page.xml, why should I add another block reference in another file...?</description>
		<content:encoded><![CDATA[<p>&#8220;Go to appropriate layout XML file and add this block to appropriate place.&#8221;</p>
<p>First of all what is the &#8220;appropriate&#8221; file? Is this the local.xml?</p>
<p>And why is it added there, seems a bit double to me, I already created a block in my page.xml, why should I add another block reference in another file&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsvetan Stoychev</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-28571</link>
		<dc:creator>Tsvetan Stoychev</dc:creator>
		<pubDate>Tue, 01 May 2012 12:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-28571</guid>
		<description>@Mike feel free to create local.xml in app/design/frontend/default/yourtheme/layout/ 

Take a look here: http://inchoo.net/ecommerce/magento/using-local-xml-for-overriding-or-updating-xml-structure/

Cheers!</description>
		<content:encoded><![CDATA[<p>@Mike feel free to create local.xml in app/design/frontend/default/yourtheme/layout/ </p>
<p>Take a look here: <a href="http://inchoo.net/ecommerce/magento/using-local-xml-for-overriding-or-updating-xml-structure/" rel="nofollow">http://inchoo.net/ecommerce/magento/using-local-xml-for-overriding-or-updating-xml-structure/</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-28568</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 01 May 2012 07:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-28568</guid>
		<description>Sorry but where is the appropriate xml file in step 3? There is no: app/design/frontend/default/yourtheme/layout/local.xml</description>
		<content:encoded><![CDATA[<p>Sorry but where is the appropriate xml file in step 3? There is no: app/design/frontend/default/yourtheme/layout/local.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: melanie</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-28357</link>
		<dc:creator>melanie</dc:creator>
		<pubDate>Sat, 21 Apr 2012 23:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-28357</guid>
		<description>The php in the template where you want to output the block needs to be: 
     echo $this-&gt;getChildHtml(&#039;newreference&#039;)
instead of
     getChildHtml(&#039;newreference&#039;) 
which throws an error</description>
		<content:encoded><![CDATA[<p>The php in the template where you want to output the block needs to be:<br />
     echo $this-&gt;getChildHtml(&#8216;newreference&#8217;)<br />
instead of<br />
     getChildHtml(&#8216;newreference&#8217;)<br />
which throws an error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-28320</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Thu, 19 Apr 2012 14:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-28320</guid>
		<description>If I wanted to add a static block via a widget to a custom reference block, how might I go about doing that?</description>
		<content:encoded><![CDATA[<p>If I wanted to add a static block via a widget to a custom reference block, how might I go about doing that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Berrill</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-27789</link>
		<dc:creator>Steve Berrill</dc:creator>
		<pubDate>Sat, 24 Mar 2012 10:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-27789</guid>
		<description>This is the best tutorial on for adding structural blocks for Magento

Big Thumbs up!</description>
		<content:encoded><![CDATA[<p>This is the best tutorial on for adding structural blocks for Magento</p>
<p>Big Thumbs up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-27446</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Mon, 12 Mar 2012 12:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-27446</guid>
		<description>Very helpful thanks! Didn’t know I had to update the page.xml file in order to put in a new reference… You saved me quite a bit of time, thanks!</description>
		<content:encoded><![CDATA[<p>Very helpful thanks! Didn’t know I had to update the page.xml file in order to put in a new reference… You saved me quite a bit of time, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-26598</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 22 Feb 2012 15:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-26598</guid>
		<description>app/design/frontend/default/yourtheme/layout/local.xml</description>
		<content:encoded><![CDATA[<p>app/design/frontend/default/yourtheme/layout/local.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fif</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-26592</link>
		<dc:creator>fif</dc:creator>
		<pubDate>Wed, 22 Feb 2012 13:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-26592</guid>
		<description>tutorial was all kosher until step 3. where&#039;s the appropriate layout XML file? ive only really worked on page.xml but why have they made this so complex lol</description>
		<content:encoded><![CDATA[<p>tutorial was all kosher until step 3. where&#8217;s the appropriate layout XML file? ive only really worked on page.xml but why have they made this so complex lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Martins</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-25252</link>
		<dc:creator>Ricardo Martins</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-25252</guid>
		<description>Its almost exactly what I need. But I dont know how can I create a custom method to call inside phtml like $this-&gt;customMethod();</description>
		<content:encoded><![CDATA[<p>Its almost exactly what I need. But I dont know how can I create a custom method to call inside phtml like $this-&gt;customMethod();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-24633</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 22 Dec 2011 19:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-24633</guid>
		<description>thanks a lot for sharing  .. i also got it finally. No issues with 1.6 as earlier stated by me .</description>
		<content:encoded><![CDATA[<p>thanks a lot for sharing  .. i also got it finally. No issues with 1.6 as earlier stated by me .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-24421</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Mon, 19 Dec 2011 17:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-24421</guid>
		<description>thankyou .. finally, FINALLY ! i understand reference / blocks / layout / xml / templates .. suddenly i see it , and i thankyou :)</description>
		<content:encoded><![CDATA[<p>thankyou .. finally, FINALLY ! i understand reference / blocks / layout / xml / templates .. suddenly i see it , and i thankyou <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damu</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-24379</link>
		<dc:creator>Damu</dc:creator>
		<pubDate>Mon, 19 Dec 2011 05:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-24379</guid>
		<description>How can i add new block inside content?

i tried to add new ref block inside the content ref but it shows on the top of the page not where i want.

any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>How can i add new block inside content?</p>
<p>i tried to add new ref block inside the content ref but it shows on the top of the page not where i want.</p>
<p>any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eduardo</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-24302</link>
		<dc:creator>eduardo</dc:creator>
		<pubDate>Thu, 15 Dec 2011 11:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-24302</guid>
		<description>Man you are a life safer you know that..

When ever we are stack in something we finish always in a post you have made.

I understand so many things today with your post.

thanks a lot...</description>
		<content:encoded><![CDATA[<p>Man you are a life safer you know that..</p>
<p>When ever we are stack in something we finish always in a post you have made.</p>
<p>I understand so many things today with your post.</p>
<p>thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayank Batra</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-24099</link>
		<dc:creator>Mayank Batra</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-24099</guid>
		<description>HI, just a question, how can i take the menu bar out of the header and put it in another block. I dont want it to be set in the catalog.xml. Just doesn&#039;t make sense even though it works</description>
		<content:encoded><![CDATA[<p>HI, just a question, how can i take the menu bar out of the header and put it in another block. I dont want it to be set in the catalog.xml. Just doesn&#8217;t make sense even though it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-24086</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 30 Nov 2011 12:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-24086</guid>
		<description>Very helpful thanks!  Didn&#039;t know I had to update the page.xml file in order to put in a new reference...  You saved me quite a bit of time, thanks!</description>
		<content:encoded><![CDATA[<p>Very helpful thanks!  Didn&#8217;t know I had to update the page.xml file in order to put in a new reference&#8230;  You saved me quite a bit of time, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finn</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-24072</link>
		<dc:creator>Finn</dc:creator>
		<pubDate>Wed, 30 Nov 2011 02:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-24072</guid>
		<description>You, sir, just saved my night.</description>
		<content:encoded><![CDATA[<p>You, sir, just saved my night.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-23661</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 14 Nov 2011 18:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-23661</guid>
		<description>I tried this for 1.6 ... seems there is problem there.</description>
		<content:encoded><![CDATA[<p>I tried this for 1.6 &#8230; seems there is problem there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushal</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-23421</link>
		<dc:creator>Kaushal</dc:creator>
		<pubDate>Sat, 05 Nov 2011 06:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-23421</guid>
		<description>Who ever wrote this article, Just awesome. I really appreciate. It helped me a lot. I hadn&#039;t any idea how to do this but your article helped me.

Thanks again</description>
		<content:encoded><![CDATA[<p>Who ever wrote this article, Just awesome. I really appreciate. It helped me a lot. I hadn&#8217;t any idea how to do this but your article helped me.</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dandy</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-23295</link>
		<dc:creator>Dandy</dc:creator>
		<pubDate>Sat, 29 Oct 2011 20:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-23295</guid>
		<description>This helped me to get a fix on my problem regarding the cart page, where &quot;left&quot; block is removed in base layout.

BTW very good tutorial :)
Keep up the good work.</description>
		<content:encoded><![CDATA[<p>This helped me to get a fix on my problem regarding the cart page, where &#8220;left&#8221; block is removed in base layout.</p>
<p>BTW very good tutorial <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

