<?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 Help - Facebook Help</title>
	<atom:link href="http://www.imagedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imagedia.com</link>
	<description>Imagedia - Maximizing and developing ecommerce</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:33:58 +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>Transfer Entire Site From One Server To Another Using SSH</title>
		<link>http://www.imagedia.com/2010/03/transfer-entire-site-from-one-server-to-another-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/03/transfer-entire-site-from-one-server-to-another-using-ssh/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:33:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=386</guid>
		<description><![CDATA[<p>This will start as a partial post regarding transferring a complete site from one server to another using SSH or how to copy files from one server to another using SSH. This outline is intended to be helpful for Magento users that may be transferring their Magento Commerce site from one server to another, but [...]]]></description>
			<content:encoded><![CDATA[<p>This will start as a partial post regarding <strong>transferring a complete site from one server to another using SSH</strong> or <strong>how to copy files from one server to another using SSH</strong>. This outline is intended to be <strong>helpful for Magento users</strong> that may be <strong>transferring their Magento Commerce site from one server to another</strong>, but obviously these directions work for moving any kind of directories or website files.</p>
<p>First, you need to login to the server you want to transfer the files from using SSH.</p>
<p>You then need to login as a super user using the command line prompt: su</p>
<p>Enter the super user password.</p>
<p>Navigate using cd to your directory you want to backup, copy or move.</p>
<p>Use this command: tar -cpzf magento-3810.tar.gz ./</p>
<p>This creates a complete tar.gz file of all files and directories in your directory.</p>
<p>I use this procedure because I want to make sure I&#8217;m doing everything correctly. You could actually transfer the entire site from one server to another, but if you&#8217;re working with live sites or have a lot of work involved without a full backup, you want to have some feeling of security.</p>
<p>So next, I FTP to my server where I just created the tar.gz file and transfer that file to my local machine. I then unzip and untar the file and have a look over things just to be safe.</p>
<p>I then, trnasfer by FTP the same tar.gz file over to my new server directory.</p>
<p>Now, that tar.gz file is on the new server.</p>
<p>Go back to your shell screen.</p>
<p>Navigate to where you just put that backup file.</p>
<p>Use this command to untar the whole thing:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/03/transfer-entire-site-from-one-server-to-another-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Park City Real Estate Website and IDX Integration</title>
		<link>http://www.imagedia.com/2010/03/park-city-real-estate-website-and-idx-integration/</link>
		<comments>http://www.imagedia.com/2010/03/park-city-real-estate-website-and-idx-integration/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 23:19:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development Help - General]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=378</guid>
		<description><![CDATA[<p>If you&#8217;ve never done any work on a real estate website, I have to say, you may want to think about it again. This is one we&#8217;ve been involved in developing for a Park City Utah Real Estate Agent. The real estate market is extremely guarded by the companies that specialize in real estate websites. [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve never done any work on a <a href="http://www.insideparkcityrealestate.com/" target="_blank">real estate website</a>, I have to say, you may want to think about it again. This is one we&#8217;ve been involved in developing for a <strong><a href="http://www.insideparkcityrealestate.com/" target="_blank">Park City Utah Real Estate Agent</a></strong>. The <strong>real estate market</strong> is extremely guarded by the companies that specialize in real estate websites. It&#8217;s amazing what some of these companies charge for <strong>real estate websites</strong>, even though it&#8217;s not rocket science. The biggest hurdle is <strong>getting an IDX or RETS feed on the website</strong>. Most companies that provide an IDX solution apparently think there code is gold, and apparently it is. We&#8217;ve talked with some of these companies that want $350.00 / month just to provide the software that serves up the data feed, and they require you to host your site on their server since they don&#8217;t want anyone stealing their code. Then, there&#8217;s the frameset method, which is just the other companies website framed into your website, therefore giving them all the benefits of SEO, while getting nothing for the hosts <strong>real estate website</strong>.</p>
<p>I know I sound like I&#8217;m ranting and I suppose I am. If anyone out there knows of a good solution for <strong>IDX feeds for Real Estate Websites</strong>, feel free to add your comments here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/03/park-city-real-estate-website-and-idx-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change Callouts in Magento</title>
		<link>http://www.imagedia.com/2010/03/how-to-change-callouts-in-magento/</link>
		<comments>http://www.imagedia.com/2010/03/how-to-change-callouts-in-magento/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:31:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=372</guid>
		<description><![CDATA[<p>Here is an easy way to change your left column callouts in Magento. Convert the callouts from a template file item to a CMS Static Block. The static blocks are stored in the database, not as files on the server so updates and changes are much easier.</p>
<p>The Magento demo store has a couple of static [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an easy way to <strong>change your left column callouts in Magento</strong>. Convert the callouts from a template file item to a CMS Static Block. The static blocks are stored in the database, not as files on the server so updates and changes are much easier.</p>
<p>The <strong>Magento demo store</strong> has a couple of static block examples. Log in as admin to see them. I think the home page has the &#8220;New Products&#8221; block, which is pretty useful and shows the syntax for how to use a block in a page.</p>
<p>In <strong>Magento,  callouts are hardcoded</strong> in the default layout xml to be files on your server.  What you want to do is <strong>change them to static blocks</strong> instead, so you can manipulate them in the admin instead of in the layout files.</p>
<p>Here&#8217;s what to do:</p>
<p>In the default theme, the catalog.xml file has this for the left callout: By the way, catalog.xml is in the folder &#8211; app/design/frontend/*/*/layout/</p>
<p>&lt;reference name=&#8221;left&#8221;&gt;</p>
<p>&lt;block type=&#8221;core/template&#8221; name=&#8221;left.permanent.callout&#8221; template=&#8221;callouts/left_col.phtml&#8221;&gt;</p>
<p>&lt;action method=&#8221;setImgSrc&#8221;&gt;&lt;src&gt;images/media/col_left_callout.jpg&lt;/src&gt;&lt;/action&gt;</p>
<p>&lt;action method=&#8221;setImgAlt&#8221; translate=&#8221;alt&#8221; module=&#8221;catalog&#8221;&gt;&lt;alt&gt;Our customer service is available 24/7. Call us at (800) DEMO-NUMBER.&lt;/alt&gt;&lt;/action&gt;</p>
<p>&lt;action method=&#8221;setLinkUrl&#8221;&gt;&lt;url&gt;checkout/cart&lt;/url&gt;&lt;/action&gt;</p>
<p>&lt;/block&gt;</p>
<p>&lt;/reference&gt;</p>
<p>Changed it to this code below. This is just a basic implementation, you can make it whatever you want.:</p>
<p>&lt;reference name=&#8221;left&#8221;&gt;</p>
<p>&lt;block type=&#8221;cms/block&#8221; name=&#8221;left.permanent.callout&#8221;&gt;</p>
<p>&lt;action method=&#8221;setBlockId&#8221;&gt;&lt;block_id&gt;left_column_block&lt;/block_id&gt;&lt;/action&gt;</p>
<p>&lt;/block&gt;</p>
<p>&lt;/reference&gt;</p>
<p>Next, add a CMS Static Block with an ID of left_column_block. You can put whatever you want in there from the backend (including empty) and it will show in the left column. You can do the same thing with the right column, and can add more in strategic places for future editing in the backend.  Good news is, even if you have not created the static block yet, you won&#8217;t get any errors.</p>
<p>So there you go, <strong>how to change callouts in Magento the easy way</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/03/how-to-change-callouts-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add attributes to product grid or list view in category in Magento Commerce</title>
		<link>http://www.imagedia.com/2010/02/how-to-add-attributes-to-product-grid-or-list-view-in-category-in-magento-commerce/</link>
		<comments>http://www.imagedia.com/2010/02/how-to-add-attributes-to-product-grid-or-list-view-in-category-in-magento-commerce/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:14:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=367</guid>
		<description><![CDATA[<p>How to add attributes to product grid or list view in category in Magento Commerce</p>
<p>There is actually a post on the Magento wiki that addresses how to add attributes to product grid or list view in category in Magento Commerce, but when we tried to do it, we came up with no results. After trying [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to add attributes to product grid or list view in category in Magento Commerce</strong></p>
<p>There is actually a post on the Magento wiki that addresses <strong>how to add attributes to product grid or list view in category in Magento Commerce,</strong> but when we tried to do it, we came up with no results. After trying many different methods resulting in either no results or Magento error messages, we finally came up with this solution.</p>
<ol>
<li>First create your new attribute field in Magento Admin.</li>
<li>Note what you name the new attribute field &#8220;code&#8221;. In our case, the attribute is names &#8220;freeshipping&#8221;.</li>
<li>When you define this in the code side of Magento in the following steps, keep in mind you have to call it up with each word being capatalized, in this case it would be &#8220;FreeShipping&#8221;. (Don&#8217;t use the quotation marks I added unless you see them in the example code.)</li>
<li>Open app/design/frontend/default/yourtheme/layout/catalog.xml</li>
<li>Find the line that reads: &lt;block type=&#8221;catalog/category_view&#8221; name=&#8221;category.products&#8221; template=&#8221;catalog/category/view.phtml&#8221;&gt;&lt;block type=&#8221;catalog/product_list&#8221; name=&#8221;product_list&#8221; template=&#8221;catalog/product/list.phtml&#8221;&gt;&lt;block type=&#8221;catalog/product_list_toolbar&#8221; name=&#8221;product_list_toolbar&#8221; template=&#8221;catalog/product/list/toolbar.phtml&#8221;&gt;</li>
<li>Change it to read something like this:&lt;block type=&#8221;catalog/category_view&#8221; name=&#8221;category.products&#8221; template=&#8221;catalog/category/view.phtml&#8221;&gt;&lt;block type=&#8221;catalog/product_list&#8221; name=&#8221;product_list&#8221; template=&#8221;catalog/product/list.phtml&#8221;&gt;&lt;!&#8211;I added&#8211;&gt;&lt;action method=&#8221;addAttribute&#8221;&gt;&lt;name&gt;FreeShipping&lt;/name&gt;&lt;/action&gt;&lt;block type=&#8221;catalog/product_list_toolbar&#8221; name=&#8221;product_list_toolbar&#8221; template=&#8221;catalog/product/list/toolbar.phtml&#8221;&gt;</li>
<li>Next find the line in the same file that reads: &lt;block type=&#8221;catalog/category_view&#8221; name=&#8221;category.products&#8221; template=&#8221;catalog/category/view.phtml&#8221;&gt;&lt;block type=&#8221;catalog/product_list&#8221; name=&#8221;product_list&#8221; template=&#8221;catalog/product/list.phtml&#8221;&gt;&lt;block type=&#8221;catalog/product_list_toolbar&#8221; name=&#8221;product_list_toolbar&#8221; template=&#8221;catalog/product/list/toolbar.phtml&#8221;&gt;</li>
<li>Change it to read something like:&lt;block type=&#8221;catalog/category_view&#8221; name=&#8221;category.products&#8221; template=&#8221;catalog/category/view.phtml&#8221;&gt;&lt;block type=&#8221;catalog/product_list&#8221; name=&#8221;product_list&#8221; template=&#8221;catalog/product/list.phtml&#8221;&gt;&lt;!&#8211;kj added&#8211;&gt;&lt;action method=&#8221;addAttribute&#8221;&gt;&lt;name&gt;FreeShipping&lt;/name&gt;&lt;/action&gt;&lt;block type=&#8221;catalog/product_list_toolbar&#8221; name=&#8221;product_list_toolbar&#8221; template=&#8221;catalog/product/list/toolbar.phtml&#8221;&gt;</li>
<li>Save the file.</li>
<li>Open app/design/frontend/default/yourtheme/template/catalog/product/list.phtml</li>
<li>Insert a line of code like this where you want it to appear: &lt;p&gt;&lt;h4&gt; &lt;?php echo ($_product-&gt;getFreeshipping()) ?&gt;&lt;/h4&gt;&lt;/p&gt;&lt;p&gt;&lt;h4 class=&#8221;product-free-ship&#8221;&gt; &lt;?php echo ($_product-&gt;getFreeshipping()) ?&gt;&lt;/h4&gt;&lt;/p&gt;</li>
<li>You&#8217;ll need to do this twice, once for &#8220;List View&#8221; and once for &#8220;Grid View&#8221;</li>
<li>Save the file.</li>
<li>Refresh your Magento Cache. You should now see your new entries including your <strong>Magento attributes</strong>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/02/how-to-add-attributes-to-product-grid-or-list-view-in-category-in-magento-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems Adding HTML Tables in Magento Commerce</title>
		<link>http://www.imagedia.com/2010/02/problems-adding-html-tables-in-magento-commerce/</link>
		<comments>http://www.imagedia.com/2010/02/problems-adding-html-tables-in-magento-commerce/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:53:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=362</guid>
		<description><![CDATA[<p>If you&#8217;ve ever tried to add standard html into product descriptions or category descriptions in Magento, you&#8217;ll probably come up with a really long page with the table data spread out from top to bottom.</p>
<p>Here&#8217;s the solution we found:</p>
<p>This code comes from one of our websites, Summit Equipment, selling truck equipment. This particular product is [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever tried to add standard <strong>html into product descriptions or category descriptions in Magento</strong>, you&#8217;ll probably come up with a really long page with the table data spread out from top to bottom.</p>
<p>Here&#8217;s the solution we found:</p>
<p>This code comes from one of our websites, Summit Equipment, selling <strong><a href="http://www.summit-equipment-outlet.com/work-truck-equipment.html" target="_blank">truck equipment</a></strong>. This particular product is a <strong><a href="http://www.summit-equipment-outlet.com/work-truck-equipment/industrial-hoists/warn-industrial-hoist-dc2000-24volt.html" target="_blank">Warn DC2000 Electric Hoist</a></strong>. When adding the specs, we used this html table code: (This is a much shortened version here).</p>
<p>&lt;tr&gt;</p>
<p>&lt;td&gt;&lt;table  width=&#8221;100%&#8221;&gt;</p>
<p>&lt;tr height=18px&gt;</p>
<p>&lt;td&gt;&lt;b&gt;Maximum Rated Load:&amp;nbsp;&lt;/b&gt;2000 lbs (907kg)&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;tr height=18px&gt;</p>
<p>&lt;td&gt;&lt;b&gt;Maximum Wire Rope Recommended:&amp;nbsp;&lt;/b&gt;1/4&#8243; 7000 lbs (3182kg) minimum breaking strength&lt;/td&gt;</p>
<p>&lt;/tr&gt;</p>
<p>It turns out, Magento does not like linebreaks. So, remove all your linebreaks, so now you have this spaghetti code:</p>
<p>&lt;tr&gt; &lt;td&gt;&lt;table  width=&#8221;100%&#8221;&gt;&lt;tr height=18px&gt; &lt;td&gt;&lt;b&gt;Maximum Rated Load:&amp;nbsp;&lt;/b&gt;2000 lbs (907kg)&lt;/td&gt; &lt;/tr&gt; &lt;tr height=18px&gt; &lt;td&gt;&lt;b&gt;Maximum Wire Rope Recommended:&amp;nbsp;&lt;/b&gt;1/4&#8243; 7000 lbs (3182kg) minimum breaking strength&lt;/td&gt; &lt;/tr&gt;</p>
<p>There you go. Your <strong>html table in Magento</strong> now displays properly!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/02/problems-adding-html-tables-in-magento-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Charges Tax in California and New York</title>
		<link>http://www.imagedia.com/2010/02/magento-charges-tax-in-california-and-new-york/</link>
		<comments>http://www.imagedia.com/2010/02/magento-charges-tax-in-california-and-new-york/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 15:57:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=360</guid>
		<description><![CDATA[<p>In case you&#8217;re using Magento Commerce and you&#8217;re not in California or New York, you may want to disable Magento from charging taxes in those states. By default, Magento Commerce charges tax in California and New York.</p>
<p>To disable, go to Magento Admin&#62;&#62;Sales&#62;&#62;Tax&#62;&#62;Manage Tax Zones and Rates.</p>
<p>You&#8217;ll see two tax zones. One for CA and one [...]]]></description>
			<content:encoded><![CDATA[<p>In case you&#8217;re using <strong>Magento Commerce</strong> and you&#8217;re not in California or New York, you may want to disable Magento from charging taxes in those states. By default, <strong>Magento Commerce charges tax in California and New York.</strong></p>
<p>To disable, go to Magento Admin&gt;&gt;Sales&gt;&gt;Tax&gt;&gt;Manage Tax Zones and Rates.</p>
<p>You&#8217;ll see two tax zones. One for CA and one for NY. Select the one you want to delete and click the delete button.</p>
<p>There you go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/02/magento-charges-tax-in-california-and-new-york/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change Order Status in Magento</title>
		<link>http://www.imagedia.com/2010/02/how-to-change-order-status-in-magento/</link>
		<comments>http://www.imagedia.com/2010/02/how-to-change-order-status-in-magento/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=356</guid>
		<description><![CDATA[<p>I searched all around to find this solution. In Magento Commerce, there is no provision for manually changing order status from the admin panel. We use the &#8220;Ship&#8221; button in Magento to creating packing slips. We then process our order from that packing slip. This does not mean that the order is &#8220;Completed&#8220;, but according [...]]]></description>
			<content:encoded><![CDATA[<p>I searched all around to find this solution. In <strong>Magento Commerce</strong>, there is no provision for manually <strong>changing order status</strong> from the admin panel. We use the &#8220;Ship&#8221; button in <strong>Magento</strong> to creating packing slips. We then process our order from that packing slip. This does not mean that the <strong>order</strong> is &#8220;<strong>Completed</strong>&#8220;, but according to the <strong>Magento Admin</strong>, the order is &#8220;<strong>Completed</strong>&#8220;. There is no way to change the <strong>status</strong>. When you try the drop down for &#8220;<strong>Status</strong>&#8220;, there is no choice other than &#8220;<strong>Completed</strong>&#8220;.</p>
<p>So here is the fix:</p>
<p>locate config.xml under Magento\app\code\core\Mage\Sales\etc\</p>
<p>Find this block of code:</p>
<pre>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;states&gt;</div>

&lt;states&gt;
                    &lt;new translate="label"&gt;
                        &lt;label&gt;New&lt;/label&gt;
                        &lt;statuses&gt;
                            &lt;pending/&gt;
                        &lt;/statuses&gt;
                        &lt;visible_on_front/&gt;
                    &lt;/new&gt;
                    &lt;pending_payment translate="label"&gt;
                        &lt;label&gt;Pending Payment&lt;/label&gt;
                        &lt;statuses&gt;
                            &lt;pending_paypal/&gt;
                        &lt;/statuses&gt;
                    &lt;/pending_payment&gt;
                    &lt;processing translate="label"&gt;
                        &lt;label&gt;Processing&lt;/label&gt;
                        &lt;statuses&gt;
                            &lt;processing/&gt;
                        &lt;/statuses&gt;
                        &lt;visible_on_front/&gt;
                    &lt;/processing&gt;
                    &lt;complete translate="label"&gt;
                        &lt;label&gt;Complete&lt;/label&gt;
                        &lt;statuses&gt;
                            &lt;complete/&gt;
                        &lt;/statuses&gt;
                        &lt;visible_on_front/&gt;
                    &lt;/complete&gt;
                    &lt;closed translate="label"&gt;
                        &lt;label&gt;Closed&lt;/label&gt;
                        &lt;statuses&gt;
                            &lt;closed/&gt;
                        &lt;/statuses&gt;
                        &lt;visible_on_front/&gt;
                    &lt;/closed&gt;
                    &lt;canceled translate="label"&gt;
                        &lt;label&gt;Canceled&lt;/label&gt;
                        &lt;statuses&gt;
                            &lt;canceled/&gt;
                        &lt;/statuses&gt;
                        &lt;visible_on_front/&gt;
                    &lt;/canceled&gt;
                    &lt;holded translate="label"&gt;
                        &lt;label&gt;On Hold&lt;/label&gt;
                        &lt;statuses&gt;
                            &lt;holded/&gt;
                        &lt;/statuses&gt;
                        &lt;visible_on_front/&gt;
                    &lt;/holded&gt;
                &lt;/states&gt;</pre>
<pre>Change it to this:</pre>
<pre>&lt;states&gt;
  &lt;new translate="label"&gt;
    &lt;label&gt;New&lt;/label&gt;
    &lt;statuses&gt;
      &lt;pending/&gt;
      &lt;processing/&gt;
      &lt;holded/&gt;
      &lt;complete/&gt;
      &lt;closed/&gt;
      &lt;canceled/&gt;
    &lt;/statuses&gt;
  &lt;/new&gt;
  &lt;pending translate="label"&gt;
    &lt;label&gt;Pending&lt;/label&gt;
    &lt;statuses&gt;
      &lt;pending/&gt;
      &lt;processing/&gt;
      &lt;holded/&gt;
      &lt;complete/&gt;
      &lt;closed/&gt;
      &lt;canceled/&gt;
    &lt;/statuses&gt;
  &lt;/pending&gt;
  &lt;processing translate="label"&gt;
    &lt;label&gt;Processing&lt;/label&gt;
    &lt;statuses&gt;
      &lt;pending/&gt;
      &lt;processing/&gt;
      &lt;holded/&gt;
      &lt;complete/&gt;
      &lt;closed/&gt;
      &lt;canceled/&gt;
    &lt;/statuses&gt;
  &lt;/processing&gt;
  &lt;complete translate="label"&gt;
    &lt;label&gt;Complete&lt;/label&gt;
    &lt;statuses&gt;
      &lt;complete/&gt;
      &lt;pending/&gt;
      &lt;processing/&gt;
      &lt;holded/&gt;
      &lt;closed/&gt;
      &lt;canceled/&gt;
    &lt;/statuses&gt;
  &lt;/complete&gt;
  &lt;closed translate="label"&gt;
    &lt;label&gt;Closed&lt;/label&gt;
    &lt;statuses&gt;
      &lt;pending/&gt;
      &lt;processing/&gt;
      &lt;holded/&gt;
      &lt;complete/&gt;
      &lt;closed/&gt;
      &lt;canceled/&gt;
    &lt;/statuses&gt;
  &lt;/closed&gt;
  &lt;canceled translate="label"&gt;
    &lt;label&gt;Canceled&lt;/label&gt;
    &lt;statuses&gt;
      &lt;pending/&gt;
      &lt;processing/&gt;
      &lt;holded/&gt;
      &lt;complete/&gt;
      &lt;closed/&gt;
      &lt;canceled/&gt;
    &lt;/statuses&gt;
  &lt;/canceled&gt;
  &lt;holded translate="label"&gt;
    &lt;label&gt;On Hold&lt;/label&gt;
      &lt;statuses&gt;
      &lt;pending/&gt;
      &lt;processing/&gt;
      &lt;holded/&gt;
      &lt;complete/&gt;
      &lt;closed/&gt;
      &lt;canceled/&gt;
    &lt;/statuses&gt;
  &lt;/holded&gt;
&lt;/states&gt;</pre>
<p>Save the file.</p>
<p>Refresh your cache in <strong>Magento</strong>.</p>
<p>That should now allow you to <strong>manually change order status in Magento Commerce</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/02/how-to-change-order-status-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Import a MYSQL Database using SSH</title>
		<link>http://www.imagedia.com/2010/02/how-to-import-a-mysql-database-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/02/how-to-import-a-mysql-database-using-ssh/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 01:02:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development Help - General]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=349</guid>
		<description><![CDATA[<p>Using SSH is a much more efficient way of importing a large MYSQL database than trying to use phpMyadmin. But if you&#8217;re not used to using SSH / Telnet, it can be a bit awkward.</p>
<p>Here are full and easy instructions on how to import a mysql database using SSH / TELNET.</p>

Use FTP to transfer your [...]]]></description>
			<content:encoded><![CDATA[<p>Using SSH is a much more efficient way of importing a large MYSQL database than trying to use phpMyadmin. But if you&#8217;re not used to using SSH / Telnet, it can be a bit awkward.</p>
<p>Here are full and easy instructions on <strong>how to import a mysql database using SSH / TELNET.</strong></p>
<ol>
<li>Use FTP to transfer your MySQL database to your server</li>
<li>Create a remote connection using your SSH program to your server</li>
<li>Navigate to the directory where you uploaded your MySQL database</li>
<li>Enter this command: mysql -u username -p -h servername data-base-name &lt; data.sql</li>
<li>The system will prompt you for the database password</li>
<li>Enter the password</li>
<li>You&#8217;re done.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/02/how-to-import-a-mysql-database-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a Line Break to Product Descriptions in Magento</title>
		<link>http://www.imagedia.com/2010/01/how-to-add-a-line-break-to-product-descriptions-in-magento/</link>
		<comments>http://www.imagedia.com/2010/01/how-to-add-a-line-break-to-product-descriptions-in-magento/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:21:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=347</guid>
		<description><![CDATA[<p>This is one of those things you would think would already be in place with Magento Commerce but it isn&#8217;t. We want to have line breaks in our product descriptions in our Magento stores. Our clients want these as well so you don&#8217;t have to teach someone to add the &#60;br&#62; tags at each line [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of those things you would think would already be in place with Magento Commerce but it isn&#8217;t. We want to have <strong>line breaks in our product descriptions in our Magento stores</strong>. Our clients want these as well so you don&#8217;t have to teach someone to add the &lt;br&gt; tags at each line break.</p>
<p>So here is <strong>how to add line breaks to product descriptions in Magento</strong>:</p>
<ol>
<li>Open /app/design/frontend/default/yourtheme/template/catalog/product/view/attributes.phtml</li>
<li>Find this bit of code: productAttribute($_product, $_data['value'], $_data['code']) ?&gt;</li>
<li>Change that code to this: productAttribute($_product, nl2br ($_data['value']), $_data['code']) ?&gt;</li>
<li>Save your file.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/01/how-to-add-a-line-break-to-product-descriptions-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Changing Images to Magento Home Page</title>
		<link>http://www.imagedia.com/2010/01/add-changing-images-to-magento-home-page/</link>
		<comments>http://www.imagedia.com/2010/01/add-changing-images-to-magento-home-page/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to build an e-commerce site]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=344</guid>
		<description><![CDATA[<p>Found this code that uses javascript to change images on your home page in Magento Commerce.</p>
<p>Simply edit your home landing CMS Page and add this code. You&#8217;ll have to change the names of the files below and add the complete URL of where you want to be taken when clicking a particular image.</p>
<p>&#60;!&#8211;Image Slider Start&#8211;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Found this code that uses javascript to change images on your home page in Magento Commerce.</p>
<p>Simply edit your home landing CMS Page and add this code. You&#8217;ll have to change the names of the files below and add the complete URL of where you want to be taken when clicking a particular image.</p>
<p>&lt;!&#8211;Image Slider Start&#8211;&gt;  	&lt;div align=&#8221;center&#8221;&gt; &lt;script type=&#8221;text/javascript&#8221;&gt;  var image1=new Image() image1.src=&#8221;{{skin url=images/work-truck-equipment.jpg}}&#8221; var image2=new Image() image2.src=&#8221;{{skin url=images/banner_2.jpg}}&#8221; var image3=new Image() image3.src=&#8221;{{skin url=images/banner_3.jpg}}&#8221;  &lt;/script&gt; &lt;a href=&#8221;http://##&#8221;&gt; &lt;img src=&#8221;{{skin url=images/work-truck-equipment.jpg}}&#8221; border=&#8221;2&#8243; name=&#8221;slide&#8221; width=&#8221;890&#8243; height=&#8221;277&#8243; /&gt;&lt;/a&gt; &lt;script&gt;  //variable that will increment through the images var step=1 function slideit(){ //if browser does not support the image object, exit. if (!document.images) return document.images.slide.src=eval(&#8221;image&#8221;+step+&#8221;.src&#8221;) if (step&lt;3) step++ else step=1 //call function &#8220;slideit()&#8221; every 2.5 seconds setTimeout(&#8221;slideit()&#8221;,5000) } slideit()  &lt;/script&gt;  &lt;/div&gt; &lt;!&#8211;Image Slider End&#8211;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/01/add-changing-images-to-magento-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
