<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Introduction to directories for Magento developers</title> <atom:link href="http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/feed" rel="self" type="application/rss+xml" /><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers</link> <description>Nottingham UK PHP, Magento, Wordpress freelance developer</description> <lastBuildDate>Sun, 19 Feb 2012 11:57:19 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Donovan</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-69258</link> <dc:creator>Donovan</dc:creator> <pubDate>Sat, 01 Oct 2011 10:06:05 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-69258</guid> <description>The seven points mentioned here which can be taken in view when developing with Magento are really so helpful for the Magento developers.</description> <content:encoded><![CDATA[<p>The seven points mentioned here which can be taken in view when developing with Magento are really so helpful for the Magento developers.</p> ]]></content:encoded> </item> <item><title>By: Roy</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-69007</link> <dc:creator>Roy</dc:creator> <pubDate>Tue, 19 Jul 2011 10:30:58 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-69007</guid> <description>Thx for the information. I really appreciate this post.</description> <content:encoded><![CDATA[<p>Thx for the information. I really appreciate this post.</p> ]]></content:encoded> </item> <item><title>By: Ozair Kafray</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-68733</link> <dc:creator>Ozair Kafray</dc:creator> <pubDate>Sat, 18 Sep 2010 06:18:13 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-68733</guid> <description>I have to modify some functionality for a front end view in Magento. The file I currently suspect to be changed is template/catalog/product/view&gt; attributes.phtml
I would like to know if this will later be affected if I update my Magento installation.
From your desciption it does not seem so, but I would like to be sure before proceeding with the change.</description> <content:encoded><![CDATA[<p>I have to modify some functionality for a front end view in Magento. The file I currently suspect to be changed is template/catalog/product/view&gt; attributes.phtml</p><p>I would like to know if this will later be affected if I update my Magento installation.</p><p>From your desciption it does not seem so, but I would like to be sure before proceeding with the change.</p> ]]></content:encoded> </item> <item><title>By: JOHN D</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-67118</link> <dc:creator>JOHN D</dc:creator> <pubDate>Wed, 03 Feb 2010 16:58:42 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-67118</guid> <description>CONCERNING IMPORTING IMAGES IN MAGENTO:
1) When importing products you will need first to create a sample products and run the profile (in your admin--&gt; system-&gt;import/export).
The exported file will be then located in yourwebsitemaindirectory/var/export
2) On this CSV file you will see the table field name on the first raw.
Things are pretty straigtforward except for the images file.
3) Images
you have 3 images fields: &quot;image&quot;;&quot;smallimage&quot;;&quot;thumbnail&quot;
&quot;image&quot; is the main image is the main image of your products on your product page.
&quot;smallimage&quot; and thumbnail &quot;thumbnail&quot; are dedicated to the images used in the category view, when all of its products are listed.
In those field simply add your image name preceded by a slash/ and place all your images in the following directory: &quot;media/import&quot;.
never mind if in your export file you see the sample product image directory starting with N/S or M/e, ignore this, simply put your image name preceded by a slash /
4) Import
Then go back to your admin--&gt; system-&gt;import/export and run an import profile.</description> <content:encoded><![CDATA[<p>CONCERNING IMPORTING IMAGES IN MAGENTO:</p><p>1) When importing products you will need first to create a sample products and run the profile (in your admin&#8211;&gt; system-&gt;import/export).<br
/> The exported file will be then located in yourwebsitemaindirectory/var/export</p><p>2) On this CSV file you will see the table field name on the first raw.<br
/> Things are pretty straigtforward except for the images file.</p><p>3) Images<br
/> you have 3 images fields: &#8220;image&#8221;;&#8221;smallimage&#8221;;&#8221;thumbnail&#8221;<br
/> &#8220;image&#8221; is the main image is the main image of your products on your product page.<br
/> &#8220;smallimage&#8221; and thumbnail &#8220;thumbnail&#8221; are dedicated to the images used in the category view, when all of its products are listed.</p><p>In those field simply add your image name preceded by a slash/ and place all your images in the following directory: &#8220;media/import&#8221;.</p><p>never mind if in your export file you see the sample product image directory starting with N/S or M/e, ignore this, simply put your image name preceded by a slash /</p><p>4) Import<br
/> Then go back to your admin&#8211;&gt; system-&gt;import/export and run an import profile.</p> ]]></content:encoded> </item> <item><title>By: neight401</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-67101</link> <dc:creator>neight401</dc:creator> <pubDate>Tue, 26 Jan 2010 16:10:10 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-67101</guid> <description>Real helpful, great bit.  Im learning Magento and the documentation is...... sparse... i found your blog my checking out Magento 1.3: PHP Developer&#039;s Guide (Paperback) on Amazon, google search, and here I am.
Im wrapping my head around the .xml layout system now... hopefully there are more good posts about magento in this blog to discover.  an yea, looking foward to the book dropping, thanks again.</description> <content:encoded><![CDATA[<p>Real helpful, great bit.  Im learning Magento and the documentation is&#8230;&#8230; sparse&#8230; i found your blog my checking out Magento 1.3: PHP Developer&#8217;s Guide (Paperback) on Amazon, google search, and here I am.</p><p>Im wrapping my head around the .xml layout system now&#8230; hopefully there are more good posts about magento in this blog to discover.  an yea, looking foward to the book dropping, thanks again.</p> ]]></content:encoded> </item> <item><title>By: Jon Winstanley</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-67036</link> <dc:creator>Jon Winstanley</dc:creator> <pubDate>Thu, 19 Nov 2009 15:42:51 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-67036</guid> <description>Hi Jamie, I found this article via a Google search and only realised it was you when I recognised the favicon from your twitter account. Thanks for the article, I can now rest assured that deleting the contents of my var directory is ok. Cheers! Jon</description> <content:encoded><![CDATA[<p>Hi Jamie, I found this article via a Google search and only realised it was you when I recognised the favicon from your twitter account. Thanks for the article, I can now rest assured that deleting the contents of my var directory is ok. Cheers! Jon</p> ]]></content:encoded> </item> <item><title>By: ajay</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-67024</link> <dc:creator>ajay</dc:creator> <pubDate>Wed, 11 Nov 2009 23:21:08 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-67024</guid> <description>Hi
can you please give me the full path to find media/import directory.
Thanks in advance</description> <content:encoded><![CDATA[<p>Hi</p><p>can you please give me the full path to find media/import directory.</p><p>Thanks in advance</p> ]]></content:encoded> </item> <item><title>By: Ajay</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-66999</link> <dc:creator>Ajay</dc:creator> <pubDate>Sat, 24 Oct 2009 07:55:38 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-66999</guid> <description>awesome article
helped alot for the beginer users
thanks alot</description> <content:encoded><![CDATA[<p>awesome article</p><p>helped alot for the beginer users</p><p>thanks alot</p> ]]></content:encoded> </item> <item><title>By: Jamie Huskisson</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-66709</link> <dc:creator>Jamie Huskisson</dc:creator> <pubDate>Thu, 13 Aug 2009 09:51:15 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-66709</guid> <description>hmn - it should be in your root Magento folder. So if you Magento installation is in /htdocs/ it will be located at the address /htdocs/var/</description> <content:encoded><![CDATA[<p>hmn &#8211; it should be in your root Magento folder. So if you Magento installation is in /htdocs/ it will be located at the address /htdocs/var/</p> ]]></content:encoded> </item> <item><title>By: hmn</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-66708</link> <dc:creator>hmn</dc:creator> <pubDate>Thu, 13 Aug 2009 09:36:47 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-66708</guid> <description>I really appreciate this post, but I really cant find the place of the var directory from where can i go to it or access it from mmy backend,
Thanks in advance</description> <content:encoded><![CDATA[<p>I really appreciate this post, but I really cant find the place of the var directory from where can i go to it or access it from mmy backend,<br
/> Thanks in advance</p> ]]></content:encoded> </item> <item><title>By: Can Berkol</title><link>http://www.jhuskisson.com/magento-development/introduction-to-directories-for-magento-developers/comment-page-1#comment-66674</link> <dc:creator>Can Berkol</dc:creator> <pubDate>Sat, 11 Jul 2009 07:10:29 +0000</pubDate> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=523#comment-66674</guid> <description>Thanks for sharing. I was getting lost in folder structure for a client project. This post will make things easier  :)</description> <content:encoded><![CDATA[<p>Thanks for sharing. I was getting lost in folder structure for a client project. This post will make things easier  :)</p> ]]></content:encoded> </item> </channel> </rss>
