<?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>Magento Designer Developer Portland, OR</title>
	<atom:link href="http://www.woolleydesign.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.woolleydesign.net</link>
	<description></description>
	<lastBuildDate>Mon, 20 Feb 2012 23:11:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Magento- adding images to recently viewed products block</title>
		<link>http://www.woolleydesign.net/2012/02/adding-images-to-recently-viewed-products/</link>
		<comments>http://www.woolleydesign.net/2012/02/adding-images-to-recently-viewed-products/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 22:38:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=635</guid>
		<description><![CDATA[A client recently asked me to add images to the recently viewed products block in their left hand column. Here is what it looks like before: The file that generates the recently viewed products block is in app/design/frontend/base/default/template/reports/product_viewed.phtml. You will &#8230; <a href="http://www.woolleydesign.net/2012/02/adding-images-to-recently-viewed-products/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A client recently asked me to add images to the recently viewed products block in their left hand column.<br />
Here is what it looks like before:<br />
<a href="http://www.woolleydesign.net/wp-content/uploads/2012/02/recently-viewed-before1.jpg"><img src="http://www.woolleydesign.net/wp-content/uploads/2012/02/recently-viewed-before1.jpg" alt="" title="recently-viewed-before" width="220" height="122" class="alignnone size-full wp-image-646" /></a><br />
The file that generates the recently viewed products block is in app/design/frontend/base/default/template/reports/product_viewed.phtml.<br />
You will want to open that file in a text editor, and save it in your theme&#8217;s templates file app/design/frontend/default/your_theme/template/reports/product_viewed.phtml.<br />
This will prevent you from overwriting any base theme template files, which is recommended.<br />
You will be looking around line 36, which is what generates the ordered list of recently viewed products. The code is as follows:<br />
(Click to Enlarge)<br />
<a href="http://www.woolleydesign.net/wp-content/uploads/2012/02/before_recentlyviewed2.gif"><img src="http://www.woolleydesign.net/wp-content/uploads/2012/02/before_recentlyviewed2.gif" alt="" title="before_recentlyviewed" width="1613" height="307" class="alignnone size-full wp-image-642" /></a><br />
We are going to insert a snippet of code to generate thumbnails above the product name link, and wrap it in a paragraph tag.<br />
Click the link below to download code sample.<br />
<a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=9" title=" downloaded 4 times" >Add images to recently viewed block (4)</a></p>
<p>Here is the what it looks like after:<br />
<a href="http://www.woolleydesign.net/wp-content/uploads/2012/02/reviewed-after.jpg"><img src="http://www.woolleydesign.net/wp-content/uploads/2012/02/reviewed-after.jpg" alt="" title="reviewed-after" width="210" height="198" class="alignnone size-full wp-image-647" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2012/02/adding-images-to-recently-viewed-products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inventory Updates in Magento</title>
		<link>http://www.woolleydesign.net/2012/01/inventory-updates-in-magento/</link>
		<comments>http://www.woolleydesign.net/2012/01/inventory-updates-in-magento/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 18:36:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=617</guid>
		<description><![CDATA[One of the most repetitive and time consuming weekly tasks with a Magento store is updating inventory. In most stores, this is done at least 3 times per week, to sync Magento with warehouse inventory levels. If you have a &#8230; <a href="http://www.woolleydesign.net/2012/01/inventory-updates-in-magento/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the most repetitive and time consuming weekly tasks with a Magento store is updating inventory.</p>
<p>In most stores, this is done at least 3 times per week, to sync Magento with warehouse inventory levels. If you have a store with 2,000+ products, uploading and importing an updated inventory csv file can take 2+ hours. That’s 6+ hours per week spent! There is an alternative, though.</p>
<p>Our Inventory Update Script will reduce the uploading and importing time to 5 minutes for 2,000 products, saving you time and money every week. <a href="http://www.woolleydesign.net/magento-tools/updating-inventory-tool/">More info<a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2012/01/inventory-updates-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Magento Account Login Logout to Footer Links</title>
		<link>http://www.woolleydesign.net/2011/12/adding-magento-account-login-logout-to-footer-links/</link>
		<comments>http://www.woolleydesign.net/2011/12/adding-magento-account-login-logout-to-footer-links/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 17:05:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=596</guid>
		<description><![CDATA[As sometimes happens, clients want to remove the Account Login links from the header links block. Usually due to space and or design constraints. This reduces some of the built in functionality in Magento. But don&#8217;t despair, you can add &#8230; <a href="http://www.woolleydesign.net/2011/12/adding-magento-account-login-logout-to-footer-links/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As sometimes happens, clients want to remove the Account Login links from the header links block. Usually due to space and or design constraints. This reduces some of the built in functionality in Magento. But don&#8217;t despair, you can add them to the footer links static block that&#8217;s there by default, before the closing ul tag. Click Login Link to see working code example:<a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=8" title=" downloaded 34 times" >Login Links (34)</a><br />
How easy was that?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2011/12/adding-magento-account-login-logout-to-footer-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding an introductory message to your contact form</title>
		<link>http://www.woolleydesign.net/2011/11/adding-an-introductory-message-to-your-contact-form/</link>
		<comments>http://www.woolleydesign.net/2011/11/adding-an-introductory-message-to-your-contact-form/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 00:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=588</guid>
		<description><![CDATA[I was recently asked to add an introductory paragraph above the default magento contact form, before any of the form fields. A static block was the most logical way to do this, so the client could modify and/or change this &#8230; <a href="http://www.woolleydesign.net/2011/11/adding-an-introductory-message-to-your-contact-form/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was recently asked to add an introductory paragraph above the default magento contact form, before any of the form fields. A static block was the most logical way to do this, so the client could modify and/or change this paragraph whenever they needed to. We first made a static block called &#8216;contact-welcome&#8217;, containing the intro paragraph:<br />
<em>We would love to hear from you.<br />
Whether it is questions, complaints, feedback, dreams, or ideas for improvement.<br />
Please contact us at any time.</em></p>
<p>The contact form is generated by the app>template>contact>form.phtml file. Download this from your base>default folder and place in your theme&#8217;s app>template>contact folder. At the top of the page, you are going to insert a static block at the top of the page, after the header tag and before the form post tag:<a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=7" title=" downloaded 29 times" >Contact Form Welcome paragraph (29)</a><br />
Once we have this inserted in the form.phtml file and uploaded to our theme&#8217;s template>contact folder, it is active and is displayed right above the form fields. You can style this paragraph as needed in your stylesheet.<br />
Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2011/11/adding-an-introductory-message-to-your-contact-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the search results page layout</title>
		<link>http://www.woolleydesign.net/2011/11/changing-the-search-results-page-layout/</link>
		<comments>http://www.woolleydesign.net/2011/11/changing-the-search-results-page-layout/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 00:26:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=582</guid>
		<description><![CDATA[A client recently wanted to change the search results page layout, so that instead of having three columns, it was two columns, with one column left, which included their left navigation bar. The search results page is controlled by the &#8230; <a href="http://www.woolleydesign.net/2011/11/changing-the-search-results-page-layout/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A client recently wanted to change the search results page layout, so that instead of having three columns, it was two columns, with one column left, which included their left navigation bar. The search results page is controlled by the catalogsearch.xml file. Download that file from the app>layout> base>default folder to your own theme&#8217;s layout folder.<br />
If you look around line 52 you will find where the layout is set:<a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=5" title=" downloaded 47 times" >Catalog search results  (47)</a></p>
<p>We are going to change that to 2columns left:<a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=6" title=" downloaded 58 times" >Catalog search results page (58)</a><br />
and our search results will have two colums with a sidebar on the left side.<br />
It&#8217;s that easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2011/11/changing-the-search-results-page-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing product page image size</title>
		<link>http://www.woolleydesign.net/2011/11/changing-product-page-image-size/</link>
		<comments>http://www.woolleydesign.net/2011/11/changing-product-page-image-size/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 00:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=576</guid>
		<description><![CDATA[Magento has standardized product image sizes for category and product pages, which takes a lot of the guesswork out of image processing. Sometimes, though, your client wants different images sizes for thumbnails, small image, and main images. Sometimes, they&#8217;re not &#8230; <a href="http://www.woolleydesign.net/2011/11/changing-product-page-image-size/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Magento has standardized product image sizes for category and product pages, which takes a lot of the guesswork out of image processing. Sometimes, though, your client wants different images sizes for thumbnails, small image, and main images. Sometimes, they&#8217;re not square and the background is either an image or a different color than white.This can create issues, as Magento will insert white background panels to make the images square. </p>
<p>To get rid of those annoying panels on the product page thumbnails, you need to modify the app>template>catalog>product>view>media.phtml file. Look around line 73 for the code that generates the image.<br />
Here is the section that generates the more views thumbnails:  <a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=3" title=" downloaded 48 times" >More Views code block (48)</a><br />
As you can see, inserting a background color before resizing will make sure the panels that make the background appear square will now have the same background color as your theme: ie:   ->backgroundcolor(&#8217;000&#8242;, &#8217;000&#8242;, &#8217;000&#8242;)->resize(56); ?><br />
In this example, the background color matches the theme background color- #000000.</p>
<p>Let&#8217;s look at the category images, now.<br />
The client wants the images to be larger than the default image sizes, which are 165&#215;165 by default. The client wants them to be 215 wide with the length to whatever it needs to be based on the image that was uploaded. The file we need to modify is app>template>catalog>product>list.phtml which generates the product grid on the catalog page. We are going to insert the same background color modification, and change the image size:<a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=4" title=" downloaded 32 times" >Category List image size (32)</a><br />
->backgroundcolor(&#8217;000&#8242;, &#8217;000&#8242;, &#8217;000&#8242;)->resize(215); ?><br />
We will also need to modify some of the css to accomodate the larger image sizes.<br />
If you are having trouble identifying which template is building the images, turn on template path hints, in the admin>developer section.<br />
Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2011/11/changing-product-page-image-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a top nav for Magento CMS pages</title>
		<link>http://www.woolleydesign.net/2011/10/building-a-top-nav-for-magento-cms-pages/</link>
		<comments>http://www.woolleydesign.net/2011/10/building-a-top-nav-for-magento-cms-pages/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 18:25:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=520</guid>
		<description><![CDATA[Incorporating a different navigation menu for your content pages (CMS) in your Magento store can be a good idea, especially if your site has a lot of content. But Magento isn&#8217;t really designed that way. There is an obvious solution, &#8230; <a href="http://www.woolleydesign.net/2011/10/building-a-top-nav-for-magento-cms-pages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Incorporating a different navigation menu for your content pages (CMS)  in your Magento store can be a good idea, especially if your site has a lot of content. But Magento isn&#8217;t really designed that way. There is an obvious solution, though. Make a CMS template, and apply that to all your content pages. The first part is adding a new theme to our /app and /skin folders. We&#8217;ll call it cms-theme. Duplicate all the folders you have in your current theme, and rename them cms-theme. Once we have that done, we&#8217;ll design the static block that will build the cms menu pages. For that we are going to tie into Magneto&#8217;s current navigation styling so it looks the same as magento&#8217;s default navbar.<br />
So, make a new static block, lets call it cms-navbar, and use the following to build your menu:<br />
(click to enlarge)<br />
<a href="http://www.woolleydesign.net/wp-content/uploads/2011/10/ul_navbar.gif"><img src="http://www.woolleydesign.net/wp-content/uploads/2011/10/ul_navbar.gif" alt="" title="ul_navbar" width="1312" height="275" class="alignnone size-full wp-image-548" /></a></p>
<p>You can download an example here:<a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=1" title=" downloaded 69 times" >CMS menu unordered list (69)</a><br />
After saving the static block the next step is inserting it into the template where the navbar is generated, which is catalog/navigation/top.phtml<br />
Here is the code before:<br />
(click to enlarge)<br />
<a href="http://www.woolleydesign.net/wp-content/uploads/2011/10/tnav-bf.gif"><img src="http://www.woolleydesign.net/wp-content/uploads/2011/10/tnav-bf.gif" alt="" title="tnav-bf" width="707" height="199" class="alignleft size-full wp-image-529" /></a></p>
<p>Here is the code after removing the default loop to build categories, and then inserting our cms-block:<br />
(click to enlarge)<br />
<a href="http://www.woolleydesign.net/wp-content/uploads/2011/10/tnav_after1.gif"><img src="http://www.woolleydesign.net/wp-content/uploads/2011/10/tnav_after1.gif" alt="" title="tnav_after" width="780" height="244" class="alignleft size-full wp-image-532" /></a></p>
<p>You can download an example here:<br />
<a class="downloadlink" href="http://www.woolleydesign.net/wp-content/plugins/download-monitor/download.php?id=2" title=" downloaded 53 times" >Insert static block in top nav (53)</a></p>
<p>Now, go to a content page, and in the design section, there is a custom design section. In the custom theme section, select your cms-theme as the theme for your content pages.<br />
<a href="http://www.woolleydesign.net/wp-content/uploads/2011/10/be_customtheme.gif"><img src="http://www.woolleydesign.net/wp-content/uploads/2011/10/be_customtheme.gif" alt="" title="be_customtheme" width="656" height="272" class="alignleft size-full wp-image-534" /></a></p>
<p>Flush  your cache and you can now see your new custom menu at the top of your content page. </p>
<p><a href="http://www.woolleydesign.net/wp-content/uploads/2011/10/cms-nb.gif"><img src="http://www.woolleydesign.net/wp-content/uploads/2011/10/cms-nb.gif" alt="" title="cms-nb" width="422" height="395" class="alignnone size-full wp-image-546" /></a></p>
<p>To apply this to other cms pages, just apply the template as you did above.<br />
As you can see, you now have an easily customizable navbar for all the content pages in your store.<br />
Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2011/10/building-a-top-nav-for-magento-cms-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento and New Relic</title>
		<link>http://www.woolleydesign.net/2011/09/magento-and-new-relic/</link>
		<comments>http://www.woolleydesign.net/2011/09/magento-and-new-relic/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 23:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=497</guid>
		<description><![CDATA[New Relic is a new website analysis tool, which gives you a wealth of information about your Magento store, how visitors interact with it, and what processes/extensions are slowing your site down. More about New Relic In order to use &#8230; <a href="http://www.woolleydesign.net/2011/09/magento-and-new-relic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>New Relic is a new website analysis tool, which gives you a wealth of information about your Magento store, how visitors interact with it, and what processes/extensions are slowing your site down. <a href="http://newrelic.com/features/performance-analytics">More about New Relic</a></p>
<p>In order to use New Relic, though, you need to install it on your server, and then have magento make api calls when a page begins loading and when it finishes loading. </p>
<p>This is done by modifying the header and footer template files in your theme. In your theme&#8217;s header.phtml file , place this snippet at the very top:</p>
<p>&lt;&#63;phpphp if( extension_loaded(&#8216;newrelic&#8217;) ) { echo newrelic_get_browser_timing_header(); } &#63;&gt;  In your theme&#8217;s footer.phtml file, place this snippet:</p>
<p> &lt;&#63;phpphp if ( extension_loaded(&#8216;newrelic&#8217;) ) {  echo newrelic_get_browser_timing_footer(); } &#63;&gt;</p>
<p>So what&#8217;s the payoff?</p>
<p>Indepth analysis of your page load times, slow db queries, slow applications, and enough information about your server to make your eyes water.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2011/09/magento-and-new-relic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Magento</title>
		<link>http://www.woolleydesign.net/2011/09/debugging-magento/</link>
		<comments>http://www.woolleydesign.net/2011/09/debugging-magento/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 23:36:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=492</guid>
		<description><![CDATA[There is a little used function in Magento, that&#8217;s quite handy when trying to identify bugs and errors. It is in the Developer section, and it allows you to generate log files in the /var/log directory. These logs will allow &#8230; <a href="http://www.woolleydesign.net/2011/09/debugging-magento/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is a little used function in Magento, that&#8217;s quite handy when trying to identify bugs and errors. It is in the Developer section, and it allows you to generate log files in the /var/log directory. </p>
<p>These logs will allow you to identify errors and where to look for clues. All valuable information when trying to track down a slow checkout process or an error you see in the admin section.<br />
There are two logs that Magento creates, system log and exception log. Cruising through these two log files will tell you a lot about the health of your magento site and allows you to identify frequently occuring errors throughout your store.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2011/09/debugging-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento-Finding the  Manufacturer List in the DB</title>
		<link>http://www.woolleydesign.net/2011/07/magento-finding-the-manufacturer-list-in-the-db/</link>
		<comments>http://www.woolleydesign.net/2011/07/magento-finding-the-manufacturer-list-in-the-db/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 22:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.woolleydesign.net/?p=471</guid>
		<description><![CDATA[Some bits of information are hard to pull out of Magento&#8217;s admin interface. I made a  list of all the manufacturers I wanted to put in my Magento install.  This shows under Catalog/Attributes/Manage Attributes. Typically you select the Manufacturer attribute, &#8230; <a href="http://www.woolleydesign.net/2011/07/magento-finding-the-manufacturer-list-in-the-db/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some bits of information are hard to pull out of Magento&#8217;s admin interface. I made a  list of all the manufacturers I wanted to put in my Magento install.  This shows under Catalog/Attributes/Manage Attributes. Typically you select the Manufacturer attribute, and click on Manage Label/Options. This gives you the whole list of manufactures, but you cannot export it from this screen or through Magento&#8217;s export profile interface.</p>
<p>The database is the best way to pull a list of manufacturers from Magento. Connect using Sequel Pro or some other db tool, and find the following table:</p>
<p>eav_attribute_option_value</p>
<p>Select that table and export it as a csv. Then open it up and you&#8217;ll find labels for your Manufacturer&#8217;s and other options as well. Just cut out the stuff you don&#8217;t need and you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.woolleydesign.net/2011/07/magento-finding-the-manufacturer-list-in-the-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

