<?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 Static Blocks &#8211; The Definitive Guide</title>
	<atom:link href="http://bradfrostweb.com/blog/web/magento/magento-static-blocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/</link>
	<description>Web Design, Music and Art</description>
	<lastBuildDate>Fri, 12 Feb 2010 00:06:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vektor</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-73</link>
		<dc:creator>vektor</dc:creator>
		<pubDate>Wed, 06 Jan 2010 11:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-73</guid>
		<description>good work bro! now I compleatly understand static blocks. The only thing I want to work out now is working out how to display differnt blocks in the sidebar based on different cat_ids or parent cat_ids.

Can anyone help? Thanks in advance</description>
		<content:encoded><![CDATA[<p>good work bro! now I compleatly understand static blocks. The only thing I want to work out now is working out how to display differnt blocks in the sidebar based on different cat_ids or parent cat_ids.</p>
<p>Can anyone help? Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucjan Wilczewski</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-72</link>
		<dc:creator>Lucjan Wilczewski</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-72</guid>
		<description>Oups. My comment above was messed up with tags escaping. So without tags:
There is missing one tag in the xml code example - block_id tag around your_block_id within action tag.</description>
		<content:encoded><![CDATA[<p>Oups. My comment above was messed up with tags escaping. So without tags:<br />
There is missing one tag in the xml code example &#8211; block_id tag around your_block_id within action tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom Magento Pages using your Text Editor, not the Admin CMS &#124; Sankho Mallik . com</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-70</link>
		<dc:creator>Custom Magento Pages using your Text Editor, not the Admin CMS &#124; Sankho Mallik . com</dc:creator>
		<pubDate>Fri, 11 Dec 2009 22:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-70</guid>
		<description>[...] Brad Frost recently blogged about the power of using Magento&#8217;s CMS blocks. I&#8217;m gonna take it one step further &#8211; let&#8217;s use the short code Brad Frost shows us in his blog to create custom pages that we can control through PHTML files in our theme; not code that is stored in the database. All you have to do is follow these steps: [...]</description>
		<content:encoded><![CDATA[<p>[...] Brad Frost recently blogged about the power of using Magento&#8217;s CMS blocks. I&#8217;m gonna take it one step further &#8211; let&#8217;s use the short code Brad Frost shows us in his blog to create custom pages that we can control through PHTML files in our theme; not code that is stored in the database. All you have to do is follow these steps: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Rigby</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-69</link>
		<dc:creator>Nick Rigby</dc:creator>
		<pubDate>Thu, 03 Dec 2009 01:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-69</guid>
		<description>I should add that I am trying to do this on specific products using the &quot;Custom Layout Update&quot; field in the &quot;design&quot; tab when adding/editing a product.</description>
		<content:encoded><![CDATA[<p>I should add that I am trying to do this on specific products using the &#8220;Custom Layout Update&#8221; field in the &#8220;design&#8221; tab when adding/editing a product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Rigby</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-68</link>
		<dc:creator>Nick Rigby</dc:creator>
		<pubDate>Thu, 03 Dec 2009 01:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-68</guid>
		<description>Great article Brad.

I managed to use your example number 2, but I can&#039;t for the life of me get number 1 working at all? Is there a trick to this or can it only be used in certain places?

I would like to create static blocks for certain promotions, so I can display things like &quot;Buy this item and get a free X&quot; on the product detail page. How would you go about doing this and is it actually possible?

Thanks again for a great article.</description>
		<content:encoded><![CDATA[<p>Great article Brad.</p>
<p>I managed to use your example number 2, but I can&#8217;t for the life of me get number 1 working at all? Is there a trick to this or can it only be used in certain places?</p>
<p>I would like to create static blocks for certain promotions, so I can display things like &#8220;Buy this item and get a free X&#8221; on the product detail page. How would you go about doing this and is it actually possible?</p>
<p>Thanks again for a great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-67</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-67</guid>
		<description>OK - I have found out I cannot use the {{...}} syntax in descriptions, etc.  I have also found multiple - and inconsistent - syntaxes for adding &lt;block type=&quot;cms/block&quot;... to the xml files.  I added the following to catalog.xml right after the name=&quot;product.description&quot; block  - but nothing shows up in the resulting page:


    haoverview


This seems to be the most widely documented syntax (variants are w &amp; w/o as=, after=, before=, , , etc).  Nothing seems to work.

I think I am in the correct file because if I comment out the product.description block it disappears from the generated page.

Can anyone help?</description>
		<content:encoded><![CDATA[<p>OK &#8211; I have found out I cannot use the {{&#8230;}} syntax in descriptions, etc.  I have also found multiple &#8211; and inconsistent &#8211; syntaxes for adding &lt;block type=&#8221;cms/block&#8221;&#8230; to the xml files.  I added the following to catalog.xml right after the name=&#8221;product.description&#8221; block  &#8211; but nothing shows up in the resulting page:</p>
<p>    haoverview</p>
<p>This seems to be the most widely documented syntax (variants are w &amp; w/o as=, after=, before=, , , etc).  Nothing seems to work.</p>
<p>I think I am in the correct file because if I comment out the product.description block it disappears from the generated page.</p>
<p>Can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-66</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 30 Nov 2009 15:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-66</guid>
		<description>Is there a way to use the short block (or other syntax) to include a static block through the Admin -&gt; Manage Products -&gt; Description textarea?  When I use the short block notation you describe it is not replaced with my static block but is displayed as text.  Would it be possible through a Custom Layout Update in the Design section? Thanks, Ken</description>
		<content:encoded><![CDATA[<p>Is there a way to use the short block (or other syntax) to include a static block through the Admin -&gt; Manage Products -&gt; Description textarea?  When I use the short block notation you describe it is not replaced with my static block but is displayed as text.  Would it be possible through a Custom Layout Update in the Design section? Thanks, Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Dahl</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-65</link>
		<dc:creator>Ole Dahl</dc:creator>
		<pubDate>Thu, 26 Nov 2009 00:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-65</guid>
		<description>ok tx. guess i have to build extension for it to work :)</description>
		<content:encoded><![CDATA[<p>ok tx. guess i have to build extension for it to work <img src='http://bradfrostweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-64</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-64</guid>
		<description>Hey Ole,
Thanks for commenting. It sounds like what you&#039;re trying to accomplish is beyond what CMS static blocks can do.  Static blocks won&#039;t execute PHP scripts so I would assume you would have to write some PHP files within your template to accomplish your desired functionality.  If you&#039;re wondering where to put images and other assets, typically I will keep them in my theme&#039;s skin folder i.e. /skin/frontend/default/your_theme/images/media/your_image.jpg and then just link to them from within my static blocks</description>
		<content:encoded><![CDATA[<p>Hey Ole,<br />
Thanks for commenting. It sounds like what you&#8217;re trying to accomplish is beyond what CMS static blocks can do.  Static blocks won&#8217;t execute PHP scripts so I would assume you would have to write some PHP files within your template to accomplish your desired functionality.  If you&#8217;re wondering where to put images and other assets, typically I will keep them in my theme&#8217;s skin folder i.e. /skin/frontend/default/your_theme/images/media/your_image.jpg and then just link to them from within my static blocks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Dahl</title>
		<link>http://bradfrostweb.com/blog/web/magento/magento-static-blocks/comment-page-1/#comment-63</link>
		<dc:creator>Ole Dahl</dc:creator>
		<pubDate>Wed, 25 Nov 2009 18:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://bradfrostweb.com/blog/?p=177#comment-63</guid>
		<description>Great article, tho i already are familliar with static blocks.
i just have one problem.
if i make a static block and in that code has program that neeed files and pictures, where do i put this stuff,
fx:
i have a php script m that  make greethingcards, so my idea vas to put the
code from the index php in the static bloks, and add the files  to same  place,
just dont know where to put the stuff.

best regards ole dahl</description>
		<content:encoded><![CDATA[<p>Great article, tho i already are familliar with static blocks.<br />
i just have one problem.<br />
if i make a static block and in that code has program that neeed files and pictures, where do i put this stuff,<br />
fx:<br />
i have a php script m that  make greethingcards, so my idea vas to put the<br />
code from the index php in the static bloks, and add the files  to same  place,<br />
just dont know where to put the stuff.</p>
<p>best regards ole dahl</p>
]]></content:encoded>
	</item>
</channel>
</rss>
