<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dx3webs &#187; related products</title>
	<atom:link href="http://dx3webs.com/front/tag/related-products/feed/" rel="self" type="application/rss+xml" />
	<link>http://dx3webs.com/front</link>
	<description>Magento: fast.. supported.. managed</description>
	<lastBuildDate>Wed, 16 May 2012 14:02:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Magento: Move Related Products to centre column in Modern theme</title>
		<link>http://dx3webs.com/front/2010/01/magento-move-related-products-to-centre-column-in-modern-theme/</link>
		<comments>http://dx3webs.com/front/2010/01/magento-move-related-products-to-centre-column-in-modern-theme/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 12:00:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[modern theme]]></category>
		<category><![CDATA[related products]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=131</guid>
		<description><![CDATA[The modern theme made available by the good folks at Varian for their free e-commerce product Magento is a great template and a good starting point for anyone looking to customise magento for their own look and feel.  However, the default layout has the Related products block in the left hand menu which unless you have very long product descriptions can leave the page unbalanced.]]></description>
			<content:encoded><![CDATA[<p>The modern theme made available by the good folks at Varian for their free e-commerce product Magento is a great template and a good starting point for anyone looking to customise magento for their own look and feel.  However, the default layout has the Related products block in the left hand menu which unless you have very long product descriptions can leave the page unbalanced.</p>
<p><span id="more-131"></span></p>
<p>These instructions will move the block to to the centre under the product descriptions.</p>
<p>You can see this at work here on a &lt;a href=”http://www.cl-floraldesigns.co.uk”&gt;wedding flowers&lt;/a&gt; site.<br />
In catalog.xml find</p>
<pre class="brush: xml; title: ; notranslate">
&lt;reference name=“right”&gt;
&lt;block type=“catalog/product_list_related” name=“catalog.product.related” before=“-”template=“catalog/product/list/related.phtml”/&gt;
&lt;/reference&gt;
</pre>
<p>Remove or comment out</p>
<pre class="brush: xml; title: ; notranslate">
&lt;block type=“catalog/product_list_related” name=“catalog.product.related” before=“-”template=“catalog/product/list/related.phtml”/&gt;
</pre>
<p>Change the following to include the above…</p>
<pre class="brush: xml; title: ; notranslate">
&lt;block type=“core/template_facade” name=“product.info.container2″ as=“container2″&gt;
&lt;action method=“setDataByKey”&gt;&lt;key&gt;alias_in_layout&lt;/key&gt;&lt;value&gt;container2
&lt;/value&gt;
&lt;/action&gt;
&lt;action method=“setDataByKeyFromRegistry”&gt;&lt;key&gt;options_container&lt;/key&gt;
&lt;key_in_registry&gt;product&lt;/key_in_registry&gt;&lt;/action&gt;
&lt;action method=“append”&gt;&lt;block&gt;product.info.options.wrapper&lt;/block&gt;&lt;/action&gt;
&lt;action method=“append”&gt;&lt;block&gt;product.info.options.wrapper.bottom&lt;/block&gt;
&lt;/action&gt;
&lt;/block&gt;
&lt;action method=“unsetCallChild”&gt;&lt;child&gt;container1&lt;/child&gt;&lt;call&gt;ifEquals&lt;/call&gt;
&lt;if&gt;0&lt;/if&gt;&lt;key&gt;alias_in_layout&lt;/key&gt;&lt;key&gt;options_container&lt;/key&gt;&lt;/action&gt;
&lt;action method=“unsetCallChild”&gt;&lt;child&gt;container2&lt;/child&gt;&lt;call&gt;ifEquals&lt;/call&gt;
&lt;if&gt;0&lt;/if&gt;&lt;key&gt;alias_in_layout&lt;/key&gt;&lt;key&gt;options_container&lt;/key&gt;&lt;/action&gt;
&lt;/block&gt;
&lt;block type=“catalog/product_list_related” name=“catalog.product.related” after=“-”template=“catalog/product/list/related.phtml”/&gt;
&lt;/reference&gt;
</pre>
<p>Note the use of after=“-” instead of before=“-”</p>
<p>You may need to restyle it depending on your layout.</p>
<div id='stb-container-7205' class='stb-container'><div id='stb-caption-box-7205' class='stb-alert-caption_box stb_caption' style="border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-image: url(none); padding-left: 5px; ">Looking for Optimised UK Magento Hosting</div><div id='stb-body-box-7205' class='stb-alert-body_box stb_body' style="color:#000; border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-color: #eeeeee; "><br />
<strong>Rock solid speed and reliability</strong><br />
Robust, reliable, fully backed up, secure <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">UK based Magento hosting</a> for £175 per year. Full details <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">here </a>or <a href="http://dx3webs.com/front/contact-us/">Contact us</a><br />
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/01/magento-move-related-products-to-centre-column-in-modern-theme/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

