<?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>SUHAILS &#187; Magento Commerce</title>
	<atom:link href="http://www.suhails.com/category/magento-commerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suhails.com</link>
	<description>Life online is really nothing more than the real life</description>
	<lastBuildDate>Wed, 12 Oct 2011 02:55:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Magento contact form styling and modification</title>
		<link>http://www.suhails.com/2010/05/magento-contact-form-styling-and-modification/</link>
		<comments>http://www.suhails.com/2010/05/magento-contact-form-styling-and-modification/#comments</comments>
		<pubDate>Sat, 15 May 2010 07:45:09 +0000</pubDate>
		<dc:creator>Suhail</dc:creator>
				<category><![CDATA[Magento Commerce]]></category>
		<category><![CDATA[contact form styling]]></category>
		<category><![CDATA[magento contact form]]></category>

		<guid isPermaLink="false">http://www.suhails.com/?p=318</guid>
		<description><![CDATA[Yes I came across another problem lately with magento and had a hard time finding the form.phtml file. The website wiki is truly a shit. Magento is a powerful tool that is very hard to use unless we know about it. All I wanted was to add some address and phone number about the contact [...]]]></description>
			<content:encoded><![CDATA[<p>Yes I came across another problem lately with magento and had a hard time finding the form.phtml file. The website wiki is truly a shit. Magento is a powerful tool that is very hard to use unless we know about it. All I wanted was to add some address and phone number about the contact form that automatically comes. I tried to get it by making a page and adding the contact form as a block and it also did not work.</p>
<p><strong>Solution</strong></p>
<ul>
<li>Login into your FTP and look find form.phtml at <em>app/design/frontend/base/default/template/contacts</em></li>
<li>Now open up that file and it is the block file for the contact form.</li>
<li>You can edit everything in there as you want.</li>
</ul>
<p>A quick example of where to put extra information if needed.</p>
<p>Look for this code and you can place any HTML , CSS code inside there.</p>
<blockquote><p>&lt;div id=&#8221;messages_product_view&#8221;&gt;&lt;?php echo $this-&gt;getMessagesBlock()-&gt;getGroupedHtml() ?&gt;&lt;/div&gt;<br />
&lt;div&gt;<br />
&lt;h1&gt;&lt;?php echo Mage::helper(&#8216;contacts&#8217;)-&gt;__(&#8216;Contact Us&#8217;) ?&gt;&lt;/h1&gt;</p>
<p><strong>&lt;!&#8211;EXTRA INFORMATION CAN BE PLACED HERE&#8211;&gt;<br />
</strong></p>
<p>&lt;/div&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.suhails.com/2010/05/magento-contact-form-styling-and-modification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to show new products on homepage in magento</title>
		<link>http://www.suhails.com/2010/05/how-to-show-new-products-on-homepage-in-magento/</link>
		<comments>http://www.suhails.com/2010/05/how-to-show-new-products-on-homepage-in-magento/#comments</comments>
		<pubDate>Thu, 13 May 2010 02:56:38 +0000</pubDate>
		<dc:creator>Suhail</dc:creator>
				<category><![CDATA[Magento Commerce]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[new products widget]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.suhails.com/?p=315</guid>
		<description><![CDATA[I have been using magento and have not found a single website that has a good help for magento so many problems. To start off showcasing new products on homepage using magento commerce was a problem when I was doing a project for a client. Getting new products in the front page is a key [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using magento and have not found a single website that has a good help for magento so many problems. To start off showcasing new products on homepage using magento commerce was a problem when I was doing a project for a client. Getting new products in the front page is a key help that can increase sales of our products. This is already available in Magento but not easy to use.</p>
<p>To get it working it is very simple.</p>
<p>Here is the code</p>
<blockquote><p>&lt;reference name=&#8221;content&#8221;&gt;<br />
&lt;block type=&#8221;catalog/product_new&#8221; name=&#8221;home.catalog.product.new&#8221; alias=&#8221;product_homepage&#8221; template=&#8221;catalog/product/new.phtml&#8221;&gt;<br />
&lt;action method=&#8221;setProductsCount&#8221;&gt;&lt;count&gt;8&lt;/count&gt;&lt;/action&gt;<br />
&lt;action method=&#8221;addPriceBlockType&#8221;&gt;<br />
&lt;type&gt;bundle&lt;/type&gt;<br />
&lt;block&gt;bundle/catalog_product_price&lt;/block&gt;<br />
&lt;template&gt;bundle/catalog/product/price.phtml&lt;/template&gt;<br />
&lt;/action&gt;<br />
&lt;/block&gt;<br />
&lt;/reference&gt;</p></blockquote>
<p>OK where to put this in?</p>
<ul>
<li>Go to CMS &gt; Pages &gt; Home (this is your homepage it might be in a different name)</li>
<li>Choose it and there will be 4 tabs on the left. Page Information, Content, Design and Meta Data. Choose <strong>Design</strong></li>
<li>Now paste it in <strong>Layout update XML</strong></li>
<li>Click <strong>Save page</strong> at the top right.</li>
</ul>
<p><img title="new product listing 1" src="http://www.suhails.com/fetch/images/new_product_1.jpg" alt="" width="590px" width="201px" /></p>
<p>So will this put your items on the homepage yet? <strong>No!</strong></p>
<ul>
<li>Go to Catalog &gt; Manage Products and choose any product.</li>
<li>In the <strong>General Tab</strong> on the right there will be 2 options at the bottom <strong>Set Product as New from Date</strong> &amp; <strong>Set Product as New to Date</strong></li>
<li>Put in the desired timeline when your products are new. I would suggest 1 week if you update frequently and 1 month if you update rarely.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" title="New product listing 2" src="http://www.suhails.com/fetch/images/new_product_2.jpg" alt="" width="590" height="130" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.suhails.com/2010/05/how-to-show-new-products-on-homepage-in-magento/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

