<?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 &#187; Magento E-Commerce Help</title>
	<atom:link href="http://www.imagedia.com/category/magento-help/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>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>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 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>
		<item>
		<title>How to Import Database Copy Into New Database Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 17:08:45 +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=457</guid>
		<description><![CDATA[<p>Here&#8217;s the SSH command to import a database backup to a new database.</p>
<p>Navigate to the directory where your database copy resides using SSH.</p>
<p>mysql -uusername -p databasename &#60; backupname.sql</p>
<p>You&#8217;ll be prompted for the password for the database. Enter that.</p>
<p>If this is a Magento database, it could take awhile to import. Ours is around 600M, so it [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the SSH command to import a database backup to a new database.</p>
<p>Navigate to the directory where your database copy resides using SSH.</p>
<p>mysql -uusername -p databasename &lt; backupname.sql</p>
<p>You&#8217;ll be prompted for the password for the database. Enter that.</p>
<p>If this is a Magento database, it could take awhile to import. Ours is around 600M, so it took awhile.</p>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Backup of MySQL Database Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 16:39:09 +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=453</guid>
		<description><![CDATA[<p>Part of the transfer or migration of a website many times involves a database. If you are on an &#8220;ix&#8221; server, SSH is a great way to backup your MySQL database.</p>
<p>Here&#8217;s how you do it:</p>
<p>Using SSH, navigate to your httpdocs or public folder on your server where the website resides.</p>
<p>Use the following command.</p>
<p>mysqldump &#8211;opt -Q [...]]]></description>
			<content:encoded><![CDATA[<p>Part of the transfer or migration of a website many times involves a database. If you are on an &#8220;ix&#8221; server, SSH is a great way to backup your MySQL database.</p>
<p>Here&#8217;s how you do it:</p>
<p>Using SSH, navigate to your httpdocs or public folder on your server where the website resides.</p>
<p>Use the following command.</p>
<p>mysqldump &#8211;opt -Q -u dbusername -p databasename &gt; /path/to/backupname.sql</p>
<p>This creates a copy of your database.</p>
<p>Now, you can transfer that database backup to your new server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Transfer (Migrate) a Complete Site From One Server to Another</title>
		<link>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 15:34:23 +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=450</guid>
		<description><![CDATA[<p>If you ever have a need to migrate a website from one server to another, it can be a huge deal, especially when dealing with Magento, which has tens of thousands of files. Also, if your Magento store has many products, you have all those thousands of image files to move too. You could try [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever have a need to migrate a website from one server to another, it can be a huge deal, especially when dealing with Magento, which has tens of thousands of files. Also, if your Magento store has many products, you have all those thousands of image files to move too. You could try FTP, but usually our servers hang during a large transfer. Even if you could do it by FTP, it would take hours at best to transfer a complete Magento site.</p>
<p>So here&#8217;s how to do a complete site migration using SSH. This can be used for any website you have root access to, not just a Magento site.</p>
<p>1. Login to server 1 via SSH and open the folder which you want to backup. You&#8217;ll probably need to login as root user.</p>
<p>Use this commands:</p>
<p>cd /home/somepath/to/yourwebsite/public_html</p>
<p>2. Make a compressed archive out of this folder using the command</p>
<p>Next:</p>
<p>tar -cvf sitepack.tar ./</p>
<p>3. Login to server 2 via SSH and use the command below to fetch the backup from server</p>
<p>wget yourdomain.com/sitepack.tar</p>
<p>4. Now uncompress the archive using the command</p>
<p>tar -xvf sitepack.tar</p>
<p>This is the easiest way we know of to move large websites with tons of files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal Error &#8211; Maximum Execution Time Exceeded</title>
		<link>http://www.imagedia.com/2010/06/fatal-error-maximum-execution-time-exceeded/</link>
		<comments>http://www.imagedia.com/2010/06/fatal-error-maximum-execution-time-exceeded/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:33:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=448</guid>
		<description><![CDATA[<p>How to fix the error of maximum execution time exceeded or memory limit.</p>
<p>in your htaccess file put in this:</p>
<p>php_value memory_limit 256M</p>
<p>php_value max_execution_time 36000</p>
<p>You can even go up from there</p>
]]></description>
			<content:encoded><![CDATA[<p>How to fix the error of maximum execution time exceeded or memory limit.</p>
<p>in your htaccess file put in this:</p>
<p>php_value memory_limit 256M</p>
<p>php_value max_execution_time 36000</p>
<p>You can even go up from there</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/fatal-error-maximum-execution-time-exceeded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Errors When Doing Backup In Magento</title>
		<link>http://www.imagedia.com/2010/06/get-errors-when-doing-backup-in-magento/</link>
		<comments>http://www.imagedia.com/2010/06/get-errors-when-doing-backup-in-magento/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:04:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=446</guid>
		<description><![CDATA[<p>If you get errors when using the Magento admin to do a backup of your database, we found this solution:</p>
<p>Open: /lib/Varien/Data/Collection/Filesystem.php</p>
<p>Find this line:</p>
<p>foreach (glob($folder . DIRECTORY_SEPARATOR . &#8216;*&#8217;) as $node) {</p>
<p>Change it to read:</p>
<p>foreach ((array)glob($folder . DIRECTORY_SEPARATOR . &#8216;*&#8217;) as $node) {</p>
<p>This cured our problem of getting error messages in Magento when trying to do [...]]]></description>
			<content:encoded><![CDATA[<p>If you get errors when using the Magento admin to do a backup of your database, we found this solution:</p>
<p>Open: /lib/Varien/Data/Collection/Filesystem.php</p>
<p>Find this line:</p>
<p>foreach (glob($folder . DIRECTORY_SEPARATOR . &#8216;*&#8217;) as $node) {</p>
<p>Change it to read:</p>
<p>foreach ((array)glob($folder . DIRECTORY_SEPARATOR . &#8216;*&#8217;) as $node) {</p>
<p>This cured our problem of getting error messages in Magento when trying to do a database backup with the Magento admin panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/get-errors-when-doing-backup-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Product Model Number In Listings In Magento</title>
		<link>http://www.imagedia.com/2010/06/how-to-add-product-model-number-in-listings-in-magento/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-add-product-model-number-in-listings-in-magento/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 21:58:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=443</guid>
		<description><![CDATA[<p>More and more now days, people shopping ecommerce sites are quite educated in regards to looking for a specific product and many times will know the part number or SKU they are looking for. We decided on our Magento stores to include the SKU# on the product listings on our category pages. Here&#8217;s how we [...]]]></description>
			<content:encoded><![CDATA[<p>More and more now days, people shopping ecommerce sites are quite educated in regards to looking for a specific product and many times will know the part number or SKU they are looking for. We decided on our Magento stores to include the SKU# on the product listings on our category pages. Here&#8217;s how we did it.</p>
<p>Open app/design/frontend/default/yourtheme/template/catalog/product/list.phtml</p>
<p>Determine where you want to add the SKU#. We added ours above the &#8220;Description&#8221; section of the product.</p>
<p>Paste in this code:</p>
<p>&lt;div class=&#8221;product-name&#8221;&gt;</p>
<p>&lt;b&gt; &lt;a href=&#8221;&lt;?php echo $_product-&gt;getProductUrl() ?&gt;&#8221; title=&#8221;&lt;?php echo $this-&gt;htmlEscape($_product-&gt;getName()) ?&gt;&#8221;&gt;&lt;?php echo nl2br($this-&gt;__($_product-&gt;getSku())) ?&gt;&lt;/a&gt;&lt;/b&gt;</p>
<p>&lt;/div&gt;</p>
<p>Save the file.</p>
<p>This should put the Sku# on your category page in the product listings. Better still from a search engine optimization stand point, the code supplied makes the Sku# appear in bold letters and it is a link to the product.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-add-product-model-number-in-listings-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
