<?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>PcTechBlog &#187; magento customization</title>
	<atom:link href="http://www.pctechblog.com/category/magento/magento-customization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pctechblog.com</link>
	<description>random talk about pc problems</description>
	<lastBuildDate>Fri, 03 Jul 2009 19:36:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento change product page layout</title>
		<link>http://www.pctechblog.com/magento/magento-change-product-page-layout</link>
		<comments>http://www.pctechblog.com/magento/magento-change-product-page-layout#comments</comments>
		<pubDate>Wed, 31 Dec 2008 10:11:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[product page layout]]></category>

		<guid isPermaLink="false">http://www.pctechblog.com/?p=53</guid>
		<description><![CDATA[In Magento Admin section you can change the layout of the &#8220;products&#8221; page  (from the &#8220;manage categories&#8221; menu) but there is no option to change the  layout  of  the  &#8220;product&#8221; page.
You can only do that by hand, and you must edit the &#8220;catalog.xml&#8221; file here: app &#62; design &#62; frontend &#62; default &#62; deault &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>In Magento Admin section you can change the layout of the &#8220;products&#8221; page  (from the &#8220;manage categories&#8221; menu) but there is no option to change the  layout  of  the  &#8220;product&#8221; page.</p>
<p><span id="more-53"></span>You can only do that by hand, and you must edit the &#8220;catalog.xml&#8221; file here: app &gt; design &gt; frontend &gt; default &gt; deault &gt; layout &gt; catalog.xml</p>
<p>Do a search for “Product view” and look for page/2columns-right.phtml some lines below. You can change that to one of the available layouts</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctechblog.com/magento/magento-change-product-page-layout/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento categories not showing</title>
		<link>http://www.pctechblog.com/magento/magento-categories-not-showing</link>
		<comments>http://www.pctechblog.com/magento/magento-categories-not-showing#comments</comments>
		<pubDate>Tue, 23 Dec 2008 11:53:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento categories]]></category>

		<guid isPermaLink="false">http://www.pctechblog.com/?p=45</guid>
		<description><![CDATA[I had this issue of &#8220;magento categories not showing&#8221;  from the first time i tried to get to know magento, and it happens in various circumstances.

The simplest one is when you do forget to mark a category as anchor.  In that case, it does not show up in the home page menu.
The other case is [...]]]></description>
			<content:encoded><![CDATA[<p>I had this issue of &#8220;magento categories not showing&#8221;  from the first time i tried to get to know magento, and it happens in various circumstances.</p>
<p><span id="more-45"></span></p>
<p>The simplest one is when you do forget to mark a category as anchor.  In that case, it does not show up in the home page menu.</p>
<p>The other case is when you make your category outside of the default category tree. All your categories must be created under the default category parent tree node.</p>
<p>The third and more difficult case was when i deleted the default category for some reason. I recreated a root category and followed the instructions above, but with no luck.</p>
<p>The solution was to go to &#8220;System -&gt; Manage Stores&#8221; and click on the Store Name. There is an option there where you can choose the right &#8220;default category&#8221; for the specific strore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctechblog.com/magento/magento-categories-not-showing/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Manually change base url</title>
		<link>http://www.pctechblog.com/magento/magento-manually-change-base-url</link>
		<comments>http://www.pctechblog.com/magento/magento-manually-change-base-url#comments</comments>
		<pubDate>Fri, 12 Dec 2008 12:49:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento base url]]></category>

		<guid isPermaLink="false">http://www.pctechblog.com/?p=34</guid>
		<description><![CDATA[I had to change the directory name of me magento installation for some reason. After that, the site did not load well (as it was expected). I now i had to change the base url in the admin section (configuration settings).

I had to manually change the urls in the browser every time i browse from [...]]]></description>
			<content:encoded><![CDATA[<p>I had to change the directory name of me magento installation for some reason. After that, the site did not load well (as it was expected). I now i had to change the base url in the admin section (configuration settings).</p>
<p><span id="more-34"></span></p>
<p>I had to manually change the urls in the browser every time i browse from page to page, but when i finnaly got to the right one, the buttons did not work.</p>
<p>So i had to do it in another way. I went to my phpadmin page in order to access the database. I manually edited the &#8220;web/unsecure/base_url&#8221; and &#8220;web/secure/base_url&#8221; fields in the &#8220;core_config_data&#8221;  table.</p>
<p>I refreshed my page but still no luck. Perhaps it was the cach. But how could i change it?</p>
<p>Manually again!</p>
<p>I went to my ftp client and accessed the var/cache/ directory. I deleted everything inside there and voila!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctechblog.com/magento/magento-manually-change-base-url/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Magento foreign characters &#8211;</title>
		<link>http://www.pctechblog.com/magento/magento-foreign-characters</link>
		<comments>http://www.pctechblog.com/magento/magento-foreign-characters#comments</comments>
		<pubDate>Tue, 09 Dec 2008 19:16:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[foreign characters]]></category>

		<guid isPermaLink="false">http://www.pctechblog.com/?p=27</guid>
		<description><![CDATA[When you make manual changes to magento files,  some foreign characters may not show up properly.

Be sure to save the modified file in UTF-8 encoding
]]></description>
			<content:encoded><![CDATA[<p>When you make manual changes to magento files,  some foreign characters may not show up properly.</p>
<p><span id="more-27"></span></p>
<p>Be sure to save the modified file in UTF-8 encoding</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctechblog.com/magento/magento-foreign-characters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento customize top links menu</title>
		<link>http://www.pctechblog.com/magento/magento-customize-top-links-menu</link>
		<comments>http://www.pctechblog.com/magento/magento-customize-top-links-menu#comments</comments>
		<pubDate>Tue, 09 Dec 2008 18:56:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[topmenu]]></category>

		<guid isPermaLink="false">http://www.pctechblog.com/?p=24</guid>
		<description><![CDATA[What if you want to add a custom menu item on the top menu of magento? It currently has to be either a static block or category.

The solution is to make some modifications at &#8220;app\design\frontend\default\default\template\catalog\navigation\top.phtml&#8221;
and add a piece of code like:
&#60;li class=&#8221;level0 nav-cat1&#8243;&#62;
&#60;a href=&#8221;http://localhost/test/index.php/yourpage.html&#8221;&#62;&#60;span&#62;Your Page&#60;/span&#62;&#60;/a&#62;
&#60;/li&#62;
]]></description>
			<content:encoded><![CDATA[<p>What if you want to add a custom menu item on the top menu of magento? It currently has to be either a static block or category.</p>
<p><span id="more-24"></span></p>
<p>The solution is to make some modifications at &#8220;app\design\frontend\default\default\template\catalog\navigation\top.phtml&#8221;</p>
<p>and add a piece of code like:</p>
<p>&lt;li class=&#8221;level0 nav-cat1&#8243;&gt;</p>
<p>&lt;a href=&#8221;http://localhost/test/index.php/yourpage.html&#8221;&gt;&lt;span&gt;Your Page&lt;/span&gt;&lt;/a&gt;<br />
&lt;/li&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pctechblog.com/magento/magento-customize-top-links-menu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
