<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Prattski | Magento &amp; Web Development</title>
	
	<link>http://prattski.com</link>
	<description />
	<lastBuildDate>Sat, 31 Jul 2010 00:59:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<feedburner:info uri="prattski" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/pratthostdevzone" /><feedburner:info uri="pratthostdevzone" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Magento: Adminhtml Template Fallback Bug</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/JcMzOKExQ2k/</link>
		<comments>http://prattski.com/2010/07/31/magento-adminhtml-template-fallback-bug/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 00:59:39 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=493</guid>
		<description><![CDATA[I discovered an interesting bug with the adminhtml templates today. When we deployed a site to the server, while trying to not deploy the media/ directory, we also left out the app/design/adminhtml/default/default/template/media/ directory. First sign that something was wrong was &#8230; <a href="http://prattski.com/2010/07/31/magento-adminhtml-template-fallback-bug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I discovered an interesting bug with the adminhtml templates today.  When we deployed a site to the server, while trying to not deploy the media/ directory, we also left out the app/design/adminhtml/default/default/template/media/ directory.</p>
<p>First sign that something was wrong was when I went into the backend and tried to edit a product.  Magento threw an error saying that it couldn&#8217;t find app/design/adminhtml/base/default/template/media/uploader.phmtl.  As you can see, Magento is looking for the file as though it is a frontend template.  The &#8216;base&#8217; package does not exist for adminhtml.</p>
<p>Instead of being smart and checking to see if the uploader.phtml file was where it should be, we dug into trying to find why Magento was looking for the file in base/default instead of default/default.  Finally we decided to take a look at the template file and discovered that  the media folder didn&#8217;t even exist on the server.</p>
<p>After putting the files up on the server, it worked fine.  But, the interesting thing to note is that if Magento cannot find an adminhtml file, it will fall back looking for it in app/design/adminhtml/base/default/.  That shouldn&#8217;t happen with adminhtml templates.</p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/znIBCUFAHWM" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/JcMzOKExQ2k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/07/31/magento-adminhtml-template-fallback-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/07/31/magento-adminhtml-template-fallback-bug/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/znIBCUFAHWM/</feedburner:origLink></item>
		<item>
		<title>Google Apps &amp; Webdav Calendar Urls</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/1QkuOh54GQY/</link>
		<comments>http://prattski.com/2010/07/27/google-apps-webdav-calendar-urls/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 11:34:45 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=491</guid>
		<description><![CDATA[I have been using Google Calendar for a while for my personal calendars and have been using them through iCal. Google&#8217;s instructions on how to set that up is to use Webdav and to enter the following url: https://www.google.com/calendar/dav/[your Google &#8230; <a href="http://prattski.com/2010/07/27/google-apps-webdav-calendar-urls/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been using Google Calendar for a while for my personal calendars and have been using them through iCal.  Google&#8217;s instructions on how to set that up is to use Webdav and to enter the following url:  https://www.google.com/calendar/dav/[your Google Calendar ID]/events.</p>
<p>I recently setup a Google Apps account and am starting to use it for email and calendar.  I tried for over an hour last night to try and get my calendar working and it just won&#8217;t work.  I&#8217;ve tried using the url above, and I&#8217;ve also tried using this url that some other people suggested: https://www.google.com/calendar/dav/[your Google Calendar ID]/user.  This still doesn&#8217;t work for me either.</p>
<p>It seems that there are numerous other people out there that are having the same issue, but I haven&#8217;t found an answer yet.  If anyone knows how to fix this problem, please let me know!</p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/WMIZJq5HKP4" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/1QkuOh54GQY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/07/27/google-apps-webdav-calendar-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/07/27/google-apps-webdav-calendar-urls/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/WMIZJq5HKP4/</feedburner:origLink></item>
		<item>
		<title>Magento Development: How to Best Use Google</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/LaDMmIZckGk/</link>
		<comments>http://prattski.com/2010/07/22/magento-development-how-to-best-use-google/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 15:18:20 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=487</guid>
		<description><![CDATA[I had a friend ask me today how to charge tax on shipping in Magento based on different rules than the rules they setup for their taxable goods. I actually wasn&#8217;t sure as I haven&#8217;t yet had a client that &#8230; <a href="http://prattski.com/2010/07/22/magento-development-how-to-best-use-google/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a friend ask me today how to charge tax on shipping in Magento based on different rules than the rules they setup for their taxable goods.  I actually wasn&#8217;t sure as I haven&#8217;t yet had a client that has wanted to charge tax on shipping.  So, I went to <a href="http://www.google.com/">Google</a> and searched for &#8220;magento charge tax on shipping&#8221; and the first result yielded an article (mind you it was the last paragraph in the article) that answered the question.  I passed along the link and they told me &#8220;I spent about 4 hours researching this yesterday and you find something in 1 minute.&#8221;</p>
<p>This isn&#8217;t a slam against my friend at all.  Finding answers to questions about Magento can be quite a challenge at times.  I have spent plenty of time unable to find what I was looking for.  So, I figured it would be good to at least post the strategies that I use when scouring Google for answers.</p>
<ul>
<li>Always start your search with &#8220;magento&#8221;</li>
<li>Think about your question in terms that others will call it.  There are plenty of forum posts and blog articles out there to find.  If you are using the wrong/different terminology, you may not find what you are looking for</li>
<li>Try different variations of your question/terminology.  As I stated above, the &#8216;standard&#8217; terminology for something might be different than how you are thinking about it (If you can&#8217;t find it on the first 3 pages, the chance of you finding it  after that diminish significantly.  Time to try a different search).</li>
<li>Sometimes the use of Magento&#8217;s module names can be helpful.  If you are trying to figure out how to program something in the admin, try including &#8216;adminhtml&#8217;.  The more specific your keywords are, the better quality the results will be.</li>
</ul>
<p>Please comment and add to the list if you have some good strategies!</p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/cijzqbIICLI" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/LaDMmIZckGk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/07/22/magento-development-how-to-best-use-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/07/22/magento-development-how-to-best-use-google/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/cijzqbIICLI/</feedburner:origLink></item>
		<item>
		<title>Magento: Functionality Wish List Page</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/lyfGC5hUhHk/</link>
		<comments>http://prattski.com/2010/07/16/magento-functionality-wish-list-page/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 14:55:37 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=482</guid>
		<description><![CDATA[I decided that it was time to start keeping track of what missing functionality in Magento is most wanted. I created a new page (which you should see in the navigation under the header of the site) to start keeping &#8230; <a href="http://prattski.com/2010/07/16/magento-functionality-wish-list-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-60" title="Magento Icon" src="http://prattski.com/wp-content/uploads/2008/09/magento_icon.jpg" alt="Magento Icon" width="67" height="67" /></p>
<p>I decided that it was time to start keeping track of what missing functionality in Magento is most wanted.  I created a new page (which you should see in the navigation under the header of the site) to start keeping track.</p>
<p>Check out the <a href="/magento-functionality-wish-list/">magento functionality wish list</a> page and post a comment with your most desired functionality requests.  I&#8217;ll keep a tally and update the table accordingly.  It should be interesting to see what makes it to the top of the list.  If enough of you get involved, this could end up being a good resource for module developers, and perhaps maybe even Magento themselves.</p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/yA2QyunoiNY" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/lyfGC5hUhHk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/07/16/magento-functionality-wish-list-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/07/16/magento-functionality-wish-list-page/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/yA2QyunoiNY/</feedburner:origLink></item>
		<item>
		<title>Magento:  Add Shipping Method to Sales Order Grid</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/gZXWpqzJP3o/</link>
		<comments>http://prattski.com/2010/07/13/magento-add-shipping-method-to-sales-order-grid/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 14:04:26 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=470</guid>
		<description><![CDATA[If you want to add the shipping method to a column in your admin sales order grid, create a module to override app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php and add the following code to the _prepareColumns() method wherever you want the column to be: $this-&#62;addColumn&#40;'shipping_description', &#8230; <a href="http://prattski.com/2010/07/13/magento-add-shipping-method-to-sales-order-grid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-60" title="Magento Icon" src="http://prattski.com/wp-content/uploads/2008/09/magento_icon.jpg" alt="Magento Icon" width="67" height="67" /></p>
<p>If you want to add the shipping method to a column in your admin sales order grid, create a module to override app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php and add the following code to the _prepareColumns() method wherever you want the column to be:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">addColumn</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'shipping_description'</span><span style="color: #339933;">,</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
    <span style="color: #0000ff;">'header'</span> <span style="color: #339933;">=&gt;</span> Mage<span style="color: #339933;">::</span><span style="color: #004000;">helper</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'sales'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Shipping Method'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'index'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'shipping_description'</span><span style="color: #339933;">,</span>
<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<img src="http://feeds.feedburner.com/~r/prattski/~4/A2ovECMlxaI" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/gZXWpqzJP3o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/07/13/magento-add-shipping-method-to-sales-order-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/07/13/magento-add-shipping-method-to-sales-order-grid/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/A2ovECMlxaI/</feedburner:origLink></item>
		<item>
		<title>Magento: Manually Getting Magento Error Trace</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/osMvvNb0VdM/</link>
		<comments>http://prattski.com/2010/07/06/magento-manually-getting-magento-error-trace/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 18:19:30 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=463</guid>
		<description><![CDATA[I am working on a module right now that is supposed to email me the details of any errors that happen in Magento (errors that throw the Magento error screen, and output a trace of the error). Getting the error &#8230; <a href="http://prattski.com/2010/07/06/magento-manually-getting-magento-error-trace/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-60" title="Magento Icon" src="http://prattski.com/wp-content/uploads/2008/09/magento_icon.jpg" alt="Magento Icon" width="67" height="67" /></p>
<p>I am working on a module right now that is supposed to email me the details of any errors that happen in Magento (errors that throw the Magento error screen, and output a trace of the error).  Getting the error itself is quite easy.  The file for that is /app/code/core/Mage/Core/functions.php, with the method mageCoreErrorHandler().  What I can&#8217;t figure out is how to get the trace of the error.  That seems to be output from this file:  /errors/process.php, which I don&#8217;t believe able to be overridden by any custom modules.</p>
<p>If any of you have any ideas, please let me know.  Otherwise, when I figure it out, I&#8217;ll post the solution.</p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/Xm07QaDl4w4" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/osMvvNb0VdM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/07/06/magento-manually-getting-magento-error-trace/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/07/06/magento-manually-getting-magento-error-trace/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/Xm07QaDl4w4/</feedburner:origLink></item>
		<item>
		<title>RSS Feed: New Feed for New Website</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/LZrIGrWsOXY/</link>
		<comments>http://prattski.com/2010/07/03/rss-feed-new-feed-for-new-website/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 04:27:04 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[My Website]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=456</guid>
		<description><![CDATA[With the launch of the new website also comes the launch of a new RSS feed. For those of you who are subscribed to my old feed, please be sure to update it to the new. The link is now &#8230; <a href="http://prattski.com/2010/07/03/rss-feed-new-feed-for-new-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-60" title="RSS Icon" src="/wp-content/uploads/2010/07/rssicon.jpg" alt="RSS Icon" width="67" height="67" /></p>
<p>With the launch of the new website also comes the launch of a new RSS feed.  For those of you who are subscribed to my old feed, please be sure to update it to the new.  The link is now in the right sidebar, but here it is as well:  <a href="http://feeds.feedburner.com/prattski">http://feeds.feedburner.com/prattski</a></p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/QQ_hJ0kqhuo" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/LZrIGrWsOXY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/07/03/rss-feed-new-feed-for-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/07/03/rss-feed-new-feed-for-new-website/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/QQ_hJ0kqhuo/</feedburner:origLink></item>
		<item>
		<title>Magento: Importing Customer Street Addresses</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/t1Xn0HhYWTo/</link>
		<comments>http://prattski.com/2010/07/01/magento-importing-customer-street-addresses/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 18:47:45 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=447</guid>
		<description><![CDATA[One thing that you&#8217;ll notice if you export your customers out of Magento is that it combines the street1 and street2 columns into one for the shipping and billing addresses. The columns are called &#8216;billing_street_full&#8217; and &#8216;shipping_street_full&#8217;. If you then &#8230; <a href="http://prattski.com/2010/07/01/magento-importing-customer-street-addresses/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-60" title="Magento Icon" src="http://prattski.com/wp-content/uploads/2008/09/magento_icon.jpg" alt="Magento Icon" width="67" height="67" /></p>
<p>One thing that you&#8217;ll notice if you export your customers out of Magento is that it combines the street1 and street2 columns into one for the shipping and billing addresses.  The columns are called &#8216;billing_street_full&#8217; and &#8216;shipping_street_full&#8217;.</p>
<p>If you then want to import addresses, this would seem like a hassle.  The good news is that you don&#8217;t have to use that column for importing.  Magento will gladly accept 2 columns for the street address if you just name them correctly.  So, remove the &#8216;&#8230;_street_full&#8217; columns, and add &#8216;billing_street1&#8242; and &#8216;billing_street2&#8242; and the same for shipping and you&#8217;ll be good to go.</p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/_OgMG4-iyx4" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/t1Xn0HhYWTo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/07/01/magento-importing-customer-street-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/07/01/magento-importing-customer-street-addresses/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/_OgMG4-iyx4/</feedburner:origLink></item>
		<item>
		<title>New Website, New Look, Same Content</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/kRp-KywsGLU/</link>
		<comments>http://prattski.com/2010/06/29/new-website-new-look-same-content/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 20:02:31 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=444</guid>
		<description><![CDATA[I decided just to bite the bullet and get it done. As you can see, I&#8217;ve got a new domain and a new look. This will be a process and definitely not an amazing re-launch or anything. New Look I &#8230; <a href="http://prattski.com/2010/06/29/new-website-new-look-same-content/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I decided just to bite the bullet and get it done.  As you can see, I&#8217;ve got a new domain and a new look.  This will be a process and definitely not an amazing re-launch or anything.</p>
<p><strong>New Look</strong></p>
<p>I know..  it&#8217;s the out-of-the-box WordPress 3 theme.  I&#8217;m going to keep it this way for now because it&#8217;s simple, clean, and I am not a designer at all.  Until they start making some nice wordpress 3 themes, I&#8217;ll just be sticking with this.  I&#8217;ll try to clean it up a little bit and add my own flare when I get around to it.</p>
<p><strong>New Domain</strong></p>
<p>My Magento forum username, my IRC username, etc. has always been Prattski.  It&#8217;s just a nickname I&#8217;ve had for a long time.  It was available, and much better than &#8216;devzone&#8217; over at my other &#8216;pratthost.com&#8217; domain.</p>
<p><strong>Fresh Start</strong></p>
<p>I am starting to do a lot more freelance now, so I plan on continuing the blog, but adding more to it as well.  I just wanted a fresh start for my new domain name, and a fresh start with wordpress 3.  All of my old posts should be here.  If you notice anything that needs a little attention, please let me know!</p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/z5zWAnN5SUU" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/kRp-KywsGLU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/06/29/new-website-new-look-same-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/06/29/new-website-new-look-same-content/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/z5zWAnN5SUU/</feedburner:origLink></item>
		<item>
		<title>Magento: SQL to Find Missing Images</title>
		<link>http://feedproxy.google.com/~r/pratthostdevzone/~3/pmu6s6jUUxo/</link>
		<comments>http://prattski.com/2010/06/29/magento-sql-to-find-missing-images/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 19:55:21 +0000</pubDate>
		<dc:creator>Josh Pratt</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://prattski.com/?p=442</guid>
		<description><![CDATA[I just imported a ton of products for new website that I&#8217;m working on, and it turns out that the client misnamed a bunch of images, causing Magento to ignore the image import for those ones. I don&#8217;t want to &#8230; <a href="http://prattski.com/2010/06/29/magento-sql-to-find-missing-images/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-60" title="Magento Icon" src="http://devzone.pratthost.com/wp-content/uploads/2008/09/magento_icon.jpg" alt="Magento Icon" width="67" height="67" /></p>
<p>I just imported a ton of products for new website that I&#8217;m working on, and it turns out that the client misnamed a bunch of images, causing Magento to ignore the image import for those ones.  I don&#8217;t want to scour through the website and the CSV (and the client wouldn&#8217;t want to pay us to do that either), so I figured if I could just come up with a list of SKUs for products missing an image, I could hand it off to them so they could correct everything.</p>
<p>This isn&#8217;t foolproof, but it does the job.  This query will give you a list of SKUs where there is no record in the database for that product&#8217;s &#8216;image&#8217; attribute (the main large product image).</p>
<p><code>SELECT `sku` FROM `catalog_product_entity` AS a LEFT JOIN `catalog_product_entity_varchar` AS b ON a.entity_id = b.entity_id AND b.attribute_id = 74 WHERE b.entity_id IS NULL</code></p>
<img src="http://feeds.feedburner.com/~r/prattski/~4/wu1IRKvOWzo" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/pratthostdevzone/~4/pmu6s6jUUxo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://prattski.com/2010/06/29/magento-sql-to-find-missing-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://prattski.com/2010/06/29/magento-sql-to-find-missing-images/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/prattski/~3/wu1IRKvOWzo/</feedburner:origLink></item>
	</channel>
</rss>
