<?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: Customize Magento Catalog Page, list.phtml</title>
	<atom:link href="http://webdevster.com/ecommerce/magento/customize-the-catagory-page/feed" rel="self" type="application/rss+xml" />
	<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page</link>
	<description>Web Development Blog</description>
	<pubDate>Fri, 18 May 2012 07:22:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vincent dekker</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-1451</link>
		<dc:creator>vincent dekker</dc:creator>
		<pubDate>Tue, 14 Dec 2010 10:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-1451</guid>
		<description>@ vince

'I figured out how to place attributes on listing for 1.4.1.1, no more XML involved, just insert the right php in list.phtml….i am now on to the next challenge of customizing the advanced search!'

what php code did you use, because I try many things but can't make it work.

This is an example:
getVierkantemeterppvan(); ?&#62;

But that didn't work...</description>
		<content:encoded><![CDATA[<p>@ vince</p>
<p>&#8216;I figured out how to place attributes on listing for 1.4.1.1, no more XML involved, just insert the right php in list.phtml….i am now on to the next challenge of customizing the advanced search!&#8217;</p>
<p>what php code did you use, because I try many things but can&#8217;t make it work.</p>
<p>This is an example:<br />
getVierkantemeterppvan(); ?&gt;</p>
<p>But that didn&#8217;t work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-938</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Wed, 27 Oct 2010 20:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-938</guid>
		<description>I need to know the correct PHP to place in list.phtml for version 1.4.1.1

Thanks!</description>
		<content:encoded><![CDATA[<p>I need to know the correct PHP to place in list.phtml for version 1.4.1.1</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-847</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Wed, 13 Oct 2010 10:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-847</guid>
		<description>I figured out how to place attributes on listing for 1.4.1.1, no more XML involved, just insert the right php in list.phtml....i am now on to the next challenge of customizing the advanced search!</description>
		<content:encoded><![CDATA[<p>I figured out how to place attributes on listing for 1.4.1.1, no more XML involved, just insert the right php in list.phtml&#8230;.i am now on to the next challenge of customizing the advanced search!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-809</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Thu, 30 Sep 2010 23:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-809</guid>
		<description>CJ, I have Magento 1.4.1.1 on ubuntu server 10.04--now on development stage.  Let me know how much do you charge for consulting...there are 2 most important mods I need right now: a) place some attributes on the list page, which is covered by this tutorial but not for 1.4.1.1, and b) putting a custom advanced search block on the top of the page, by custom i mean just using 3 or 4 searchable fields in dropdown boxes.

I have done the required back end config, all i need is the code tweaks.    I am online as vinsanity68 on yahoo messenger.</description>
		<content:encoded><![CDATA[<p>CJ, I have Magento 1.4.1.1 on ubuntu server 10.04&#8211;now on development stage.  Let me know how much do you charge for consulting&#8230;there are 2 most important mods I need right now: a) place some attributes on the list page, which is covered by this tutorial but not for 1.4.1.1, and b) putting a custom advanced search block on the top of the page, by custom i mean just using 3 or 4 searchable fields in dropdown boxes.</p>
<p>I have done the required back end config, all i need is the code tweaks.    I am online as vinsanity68 on yahoo messenger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-807</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Thu, 30 Sep 2010 17:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-807</guid>
		<description>Yes they are tied together, dependent how you code list.phml and you must have an assigned attribute that matches, or else it will produce a php error. Please note, as far as my testing goes, it does work with up to 1.3 but in 1.4 versions of Magneto some "get PHP codes" have to be changed to achieve the same result. Regardless, the concept is still the same; they are tied together, and so you can customize the catalog view and list page in all versions.</description>
		<content:encoded><![CDATA[<p>Yes they are tied together, dependent how you code list.phml and you must have an assigned attribute that matches, or else it will produce a php error. Please note, as far as my testing goes, it does work with up to 1.3 but in 1.4 versions of Magneto some &#8220;get PHP codes&#8221; have to be changed to achieve the same result. Regardless, the concept is still the same; they are tied together, and so you can customize the catalog view and list page in all versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-806</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Thu, 30 Sep 2010 17:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-806</guid>
		<description>magento_install&gt; app&gt; design&gt; frontend &gt;yourtemplate &gt;yourtheme &gt;template &gt;catalog &gt;product &gt;list.phtml 

Magento Install is the root of your Magento installation files. Your template is named 'default' when you install Magento. Your theme is named 'default' when you install Magento. 

Hope this helps.</description>
		<content:encoded><![CDATA[<p>magento_install> app> design> frontend >yourtemplate >yourtheme >template >catalog >product >list.phtml </p>
<p>Magento Install is the root of your Magento installation files. Your template is named &#8216;default&#8217; when you install Magento. Your theme is named &#8216;default&#8217; when you install Magento. </p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-805</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Thu, 30 Sep 2010 12:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-805</guid>
		<description>I cannot seem to find this directory: what is the ...

Now go, inside your /magento_install/app/…/template/catalog/product/list.phtml</description>
		<content:encoded><![CDATA[<p>I cannot seem to find this directory: what is the &#8230;</p>
<p>Now go, inside your /magento_install/app/…/template/catalog/product/list.phtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-804</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Thu, 30 Sep 2010 12:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-804</guid>
		<description>Im not a programmer, so mind if I ask what is the role of the xml file...(i noticed it has a  tag and there is a $_product reference in your code and the attribute....are they tied up together?)</description>
		<content:encoded><![CDATA[<p>Im not a programmer, so mind if I ask what is the role of the xml file&#8230;(i noticed it has a  tag and there is a $_product reference in your code and the attribute&#8230;.are they tied up together?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The big list of website resources</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-480</link>
		<dc:creator>The big list of website resources</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-480</guid>
		<description>[...]  Changing catalog page [...]</description>
		<content:encoded><![CDATA[<p>[...]  Changing catalog page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScreencastWorld</title>
		<link>http://webdevster.com/ecommerce/magento/customize-the-catagory-page/comment-page-1#comment-470</link>
		<dc:creator>ScreencastWorld</dc:creator>
		<pubDate>Fri, 12 Mar 2010 03:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://web-dev.org/?p=23#comment-470</guid>
		<description>This is exactly what I needed for my Magento site.  Thanks.</description>
		<content:encoded><![CDATA[<p>This is exactly what I needed for my Magento site.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

