<?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 - osCommerce 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 applications</description>
	<lastBuildDate>Sun, 18 Jul 2010 17:25:56 +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>How To Copy Products From One Website to Another Website in Magento</title>
		<link>http://www.imagedia.com/2010/07/how-to-copy-products-from-one-website-to-another-website-in-magento/</link>
		<comments>http://www.imagedia.com/2010/07/how-to-copy-products-from-one-website-to-another-website-in-magento/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 17:25:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=492</guid>
		<description><![CDATA[<p>We&#8217;ve been playing around a lot with our Magento commerce websites over the course of a year or so. Which products on which website, categories, trying to avoid duplicate content, playing around with Google AdSense, etc.
Recently, we decided to change our power tools website, from a Magento commerce site to a Google AdSense site. We [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been playing around a lot with our Magento commerce websites over the course of a year or so. Which products on which website, categories, trying to avoid duplicate content, playing around with Google AdSense, etc.<br />
Recently, we decided to change our <strong><a href="http://www.powertools-outlet.com/" target="_blank">power tools</a></strong> website, from a Magento commerce site to a Google AdSense site. We still had a couple thousand products from the power tools site in the Magento database. We decided we wanted to move all the power tools to a different Magento commerce site, so we had to come up with a solution for moving  or copying all those products to the other website without eating up tons of time and resources. Turns out, it&#8217;s actually pretty easy.</p>
<ol>
<li>Log in to your Magento Admin</li>
<li>Go to Catalog&gt;Manage Categories</li>
<li>Have your default view active instead of just store view.</li>
<li>Drag the categories you want from one store to the other store view where you want to move them. (This is assuming you want to move the products from one store in Magento, not just copy them from one store to the other.)</li>
<li>Go to Catalog&gt;Manage Products</li>
<li>Do a search so that you will come up with the products you want to copy or move.</li>
<li>Click the Select Visible link. (We do this to be safe at first. You can change the number of products that are visible with your view per page toggle.)</li>
<li>On the Actions drop down menu, select Update Attributes and click Submit.</li>
<li>This opens another page.</li>
<li>Select Websites from the left column.</li>
<li>Now, check the checkboxes for the site you want the products on and check the sites you want the products removed from.</li>
<li>Click Save.</li>
<li>You have now moved all of those products or copied those products, depending on your selection from one Magento site to the other Magento commerce site.</li>
<li>Make sure you refresh Catalog Rewrites and Layered Navigation Indices in System -&gt; Cache Management</li>
</ol>
<p>That&#8217;s it! Within minutes you have moved products from one Magento eccommerce store to another Magento store.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/07/how-to-copy-products-from-one-website-to-another-website-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change File / Folder Owner With SSH</title>
		<link>http://www.imagedia.com/2010/07/change-file-folder-owner-with-ssh/</link>
		<comments>http://www.imagedia.com/2010/07/change-file-folder-owner-with-ssh/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 01:46:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development Help - General]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=479</guid>
		<description><![CDATA[<p>After doing a transfer of files for a website using SSH, if you&#8217;ve transferred from one domain to another, you&#8217;ll probably run into a file or folder ownership problem. Using SSH, this is actually easy to fix.</p>
<p>Log in to your server using SSH</p>
<p>Change to the directory you need to change permissions or ownership.</p>
<p>chown -R correctuser [...]]]></description>
			<content:encoded><![CDATA[<p>After doing a transfer of files for a website using SSH, if you&#8217;ve transferred from one domain to another, you&#8217;ll probably run into a file or folder ownership problem. Using SSH, this is actually easy to fix.</p>
<p>Log in to your server using SSH</p>
<p>Change to the directory you need to change permissions or ownership.</p>
<p>chown -R correctuser *</p>
<p>correctuser is the name of the owner of this website</p>
<p>That&#8217;s it. You&#8217;ve now changed the owner of files and folders in that directory using SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/07/change-file-folder-owner-with-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Way to Move Website Via SSH</title>
		<link>http://www.imagedia.com/2010/07/another-way-to-move-website-via-ssh/</link>
		<comments>http://www.imagedia.com/2010/07/another-way-to-move-website-via-ssh/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 22:24:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development Help - General]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=477</guid>
		<description><![CDATA[<p>Very recently, we published an article about moving entire website from one server to another via SSH. Sometimes those commands give us problems with the resulting transfer, so we found this alternate method that seems to work perfectly.</p>
<p>Keep in mind, you MUST perform separate actions for copying or moving databases as well as adding email [...]]]></description>
			<content:encoded><![CDATA[<p>Very recently, we published an article about moving entire website from one server to another via SSH. Sometimes those commands give us problems with the resulting transfer, so we found this alternate method that seems to work perfectly.</p>
<p>Keep in mind, you MUST perform separate actions for copying or moving databases as well as adding email addresses.</p>
<p>1.	First log in to your old server via SSH. If necessary, you may need to login as a &#8220;super user&#8221;.</p>
<p>2.	Change directories to the directory where your website resides.</p>
<p>3.	Type in the following code:</p>
<p>4.	tar -cpzf backup.tar.gz *</p>
<p>6. This creates a tar file of all files in that directory.</p>
<p>7.	Login to your new server.</p>
<p>8.	Navigate to the directory where you want to place the website you are moving.</p>
<p>7.	Type in:</p>
<p>8.	wget yourdomain.com/backup.tar.gz</p>
<p>9. (Of course, yourdomain.com is replaced with your actual domain name). This transfers the tar file from the old server to the new server.</p>
<p>10. Once the file is transfered, type:</p>
<p>10.	tar -xzf backup.tar.gz</p>
<p>11.	This will unpack the tar file onto the new server in the directory that you placed it.</p>
<p>That&#8217;s it, another way to move websites using SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/07/another-way-to-move-website-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Move A Website From One Server To Another Using SSH</title>
		<link>http://www.imagedia.com/2010/07/how-to-move-a-website-from-one-server-to-another-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/07/how-to-move-a-website-from-one-server-to-another-using-ssh/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 18:19:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development Help - General]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=474</guid>
		<description><![CDATA[<p>If you ever have the need to move or migrate complete websites from one server to another, you know what a hassle it is using FTP. For one, it takes a long time, especially for larger sites, plus most of the time, we lose connection and our FTP program stalls, meaning we have to start [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever have the need to move or migrate complete websites from one server to another, you know what a hassle it is using FTP. For one, it takes a long time, especially for larger sites, plus most of the time, we lose connection and our FTP program stalls, meaning we have to start all over again. So here&#8217;s how to do it using SSH /Telnet.</p>
<ol>
<li>First log in to your old server via SSH. If necessary, you may need to login as a &#8220;super user&#8221;.</li>
<li>Change directories to the directory where your website resides.</li>
<li>Type in the following code:</li>
<li>tar -cvf sitepack.tar ./ This creates a tar file of all files in that directory.</li>
<li>Login to your new server.</li>
<li>Navigate to the directory where you want to place the website you are moving.</li>
<li>Type in:</li>
<li>wget yourdomain.com/sitepack.tar (Of course, yourdomain.com is replaced with your actual domain name). This transfers the tar file from the old server to the new server.</li>
<li>Type:</li>
<li>tar -xvf sitepack.tar</li>
<li>This will unpack the tar file onto the new server in the directory that you placed it.</li>
</ol>
<p>There you go. Within seconds you have moved all your site files from one server to another using SSH, which makes migrating a website as easy as ever.</p>
<p>Keep in mind, you MUST perform separate actions for copying or moving databases as well as adding email addresses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/07/how-to-move-a-website-from-one-server-to-another-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change Headings On Checkout Page in Magento</title>
		<link>http://www.imagedia.com/2010/06/how-to-change-headings-on-checkout-page-in-magento/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-change-headings-on-checkout-page-in-magento/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 22:26:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=472</guid>
		<description><![CDATA[<p>Here was another tough item to track down in Magento. When you go to &#8220;One Page Checkout&#8221; in Magento, it really takes 6 steps to checkout, kind of a pain. We&#8217;re looking for a free solution to make it a true one page checkout process. In the meantime, we figured if we made the steps [...]]]></description>
			<content:encoded><![CDATA[<p>Here was another tough item to track down in Magento. When you go to &#8220;One Page Checkout&#8221; in Magento, it really takes 6 steps to checkout, kind of a pain. We&#8217;re looking for a free solution to make it a true one page checkout process. In the meantime, we figured if we made the steps more clear, it might make checking out easier and therefore convert to more sales.</p>
<p>One of the ways to make checkout more clear in Magento is to use different wording on the checkout page. For instance, &#8220;Billing Information&#8221; may not be clear to people that they need to add the actual credit card bill mailing address. So to make it clear, we added to that line, so now it reads &#8220;Billing Information (If using credit card, make sure you use the billing address for that card)&#8221;. Problem is, where the heck is that line?</p>
<p>We wasted about an hour looking for it and finally found it in app/locale/en_US of all places. Find the line that reads &#8220;Billing Information&#8221;,&#8221;Billing Information&#8221; and change it to read &#8220;Billing Information&#8221;,&#8221;Billing Information ( If using credit card to pay, make sure you use the billing address for that card on this page)&#8221;</p>
<p>Typical Magento to make things hard to find, but there you go. That&#8217;s how to change headings on checkout page in Magento.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-change-headings-on-checkout-page-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems With DrWeb Sending Failure e-mail Notices</title>
		<link>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/</link>
		<comments>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=469</guid>
		<description><![CDATA[<p>If you have your own server and you are getting failure notice emails from DrWeb Antivirus, you need to make some changes to your settings.</p>
<p>You should change the crontab of the DrWeb update to not mail you in the first place &#8211; this will remove all the spam you recieve at every DrWeb update.</p>
<p>Login to [...]]]></description>
			<content:encoded><![CDATA[<p>If you have your own server and you are getting failure notice emails from DrWeb Antivirus, you need to make some changes to your settings.</p>
<p>You should change the crontab of the DrWeb update to not mail you in the first place &#8211; this will remove all the spam you recieve at every DrWeb update.</p>
<p>Login to Plesk as Admin.</p>
<p>In the Settings -&gt; Scheduled Tasks -&gt; drweb (just click the link)</p>
<p>You change the Command of the cronjob by adding a &#8220;&gt;/dev/null 2&gt;&amp;1&#8243; to the end of command. I.e.</p>
<p>Code:</p>
<p>/opt/drweb/update.pl &gt;/dev/null 2&gt;&amp;1</p>
<p>This will make sure that Crontab does not mail you with the output of the updatescript every time it exits.</p>
<p>Please keep in mind that depending on your OS &#8211; for some reason there might also be a crontab entry for the update in your filesystem under</p>
<p>#/etc/cron.d/drweb-update</p>
<p>Where you will also need to edit the commandstring to be &#8220;/opt/drweb/update.pl &gt;/dev/null 2&gt;&amp;1&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Magento File Structure and Architecture</title>
		<link>http://www.imagedia.com/2010/06/the-magento-file-structure-and-architecture/</link>
		<comments>http://www.imagedia.com/2010/06/the-magento-file-structure-and-architecture/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 21:29:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=466</guid>
		<description><![CDATA[<p>When you start working with Magneto, you may find it confusing as to the directory structure. In this article I hope to help shed a little light on some of the key directories in Magento and what they do so that maybe when you&#8217;re working in Magento, things will make a little more sense.</p>
<p>Here are [...]]]></description>
			<content:encoded><![CDATA[<p>When you start working with Magneto, you may find it confusing as to the directory structure. In this article I hope to help shed a little light on some of the key directories in Magento and what they do so that maybe when you&#8217;re working in Magento, things will make a little more sense.</p>
<p>Here are a few things you need to know the location of at some point when developing with Magento and the directories that they are stored in.</p>
<p>1. The templates file</p>
<p>/app/design/ is the core storage folder for template files. With it breaking down into adminhtml/ for administration templates, frontend/ for frontend templates and install/ for installation templates.</p>
<p>Within these you&#8217;ll find your default template set aptly named default. In your template set folder are your individual theme folders that come with Magento.</p>
<p>layout, locale and template are the core directories that contain the files that make up your themes.</p>
<p>2. The skin files (resources, components, resources)</p>
<p>In /skin/ you&#8217;ll find your CSS, images, Flash, JavaScript and any other resource files that relate specifically to templates in the system. You will also find the adminhtml, frontend and install directories distinction here.</p>
<p>3. Language files and e-mail templates</p>
<p>/app/locale/ is your core directory. With sub-directories for each language set installed for the store. You will find .csv files for each of the modules installed on the system relating to their translations. You&#8217;ll find the Magento e-mail templates in /template/email/ within your language directory in /app/locale/.</p>
<p>4. Core configuration</p>
<p>/app/etc/ contains all configuration files for Magento. From the local.xml file which contains your database configuration, amongst other things. To your modules/ folder which contains the declaration of modules in the system.</p>
<p>5. Local, core and community modules</p>
<p>All modules for functionality are stored in /app/code/ and are broken down into the following folders:</p>
<ul>
<li>community &#8211; for modules installed via Magento Connect.</li>
<li>core &#8211; for modules that come with Magento by default.</li>
<li>local &#8211; usually for locally developed modules</li>
</ul>
<p>6. Media files</p>
<p>All images uploaded to the system as well as the images resized dynamically by the system are stored in media/.</p>
<p>When importing media files via system profiles (Magento&#8217;s name for batch processing), /media/import/ will be your folder to place the images for the products.</p>
<p>7. The var directory</p>
<p>The var directory is used for several functions in the system:</p>
<ul>
<li>Backups are exported to backups/ by the built in system backup tool.</li>
<li>The system cache is stored in both cache/ and session/ folders.</li>
<li>Data import for default system data import profiles is set to import/.</li>
<li>Data export for default system data export profiles is set to export/.</li>
</ul>
<p>Hopefully this has given you a good indication as to the important directories in Magento&#8217;s file structure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/the-magento-file-structure-and-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Find A File Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:42:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=464</guid>
		<description><![CDATA[<p>To find a file on your server using SSH, simply use the &#8220;locate&#8221; command.</p>
<p>Example: locate fileyouwant.file</p>
<p>This will result in an output of all files on your server with that name</p>
]]></description>
			<content:encoded><![CDATA[<p>To find a file on your server using SSH, simply use the &#8220;locate&#8221; command.</p>
<p>Example: locate fileyouwant.file</p>
<p>This will result in an output of all files on your server with that name</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Copy File Form One Directory To Another Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:35:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=462</guid>
		<description><![CDATA[<p>Using SSH to copy a file from one directory to another is done simply with the following command:</p>
<p>cp file.name destination/directory/</p>
]]></description>
			<content:encoded><![CDATA[<p>Using SSH to copy a file from one directory to another is done simply with the following command:</p>
<p>cp file.name destination/directory/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Update To Latest Version of PHP</title>
		<link>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 17:33:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=459</guid>
		<description><![CDATA[<p>Many web applications, including Magento need PHP5.2 to function. If your server doesn&#8217;t have PHP 5.2, there&#8217;s a simple way to upgrade.</p>
<p>Using SSH, logon to your server.</p>
<p>Use these commands:</p>
<p>wget -q -O &#8211; http://www.atomicorp.com/installers/atomic.sh &#124;sh</p>
<p>yum update php</p>
<p>/usr/local/psa/admin/sbin/websrvmng -a</p>
<p>/etc/init.d/httpd reload</p>
<p>That&#8217;s it!</p>
]]></description>
			<content:encoded><![CDATA[<p>Many web applications, including Magento need PHP5.2 to function. If your server doesn&#8217;t have PHP 5.2, there&#8217;s a simple way to upgrade.</p>
<p>Using SSH, logon to your server.</p>
<p>Use these commands:</p>
<p>wget -q -O &#8211; http://www.atomicorp.com/installers/atomic.sh |sh</p>
<p>yum update php</p>
<p>/usr/local/psa/admin/sbin/websrvmng -a</p>
<p>/etc/init.d/httpd reload</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
