<?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>Elias Interactive &#187; magento theme</title>
	<atom:link href="http://www.eliasinteractive.com/blog/tag/magento-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eliasinteractive.com</link>
	<description>Ecommerce consulting &#38; solutions for online store retailers</description>
	<lastBuildDate>Thu, 01 Sep 2011 18:45:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Magento: Quick Change in Column Count for Products Displaying In Category Listing (Grid View)</title>
		<link>http://www.eliasinteractive.com/blog/magento-quick-change-in-column-count-for-products-displaying-in-category-listing-grid-view/</link>
		<comments>http://www.eliasinteractive.com/blog/magento-quick-change-in-column-count-for-products-displaying-in-category-listing-grid-view/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 23:11:03 +0000</pubDate>
		<dc:creator>Lee Taylor</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento theme]]></category>

		<guid isPermaLink="false">http://www.eliasinteractive.com/?p=1028</guid>
		<description><![CDATA[Hi All, Figured I&#8217;d share a quick Magento snippet (There are several I&#8217;d like to share each day. For some reason this particular one seemed quick enough to post). Want to change the number of products that display in the Magento Category listing? You&#8217;ll need to modify these two files: &#8230; <a href="http://www.eliasinteractive.com/blog/magento-quick-change-in-column-count-for-products-displaying-in-category-listing-grid-view/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>Figured I&#8217;d share a quick Magento snippet (There are several I&#8217;d like to share each day. For some reason this particular one seemed quick enough to post).</p>
<p>Want to change the number of products that display in the Magento Category listing?</p>
<p>You&#8217;ll need to modify these two files:</p>
<ul>
<li> app/design/frontend/default/YourThemeName/layout/catalog.xml (default theme line 198)</li>
<li>app/design/frontend/default/YourThemeName/layout/catalogsearch.xml (default theme line 61)</li>
</ul>
<p>See the screenshot for the variable <em>columnCount()</em>? In order to change that, go to the following file and add in this snippet:</p>
<ul>
<li>app/design/frontend/default/YourThemeName/layout/catalog.xml (default theme line 198)</li>
</ul>
<pre class="brush: xml; light: true; title: ; notranslate">
&lt;action method=&quot;setColumnCount&quot;&gt;&lt;columns&gt;3&lt;/columns&gt;&lt;/action&gt; &lt;!-- set your own number --&gt;
</pre>
<p style="text-align: center;"><a href="http://www.eliasinteractive.com/wp-content/uploads/2010/01/catalog.xml.png"><img class="size-thumbnail wp-image-1030      aligncenter" title="catalog.xml" src="http://www.eliasinteractive.com/wp-content/uploads/2010/01/catalog.xml-150x150.png" alt="catalog.xml" width="150" height="150" /></a></p>
<p>And also this snippet:</p>
<ul>
<li>app/design/frontend/default/YourThemeName/layout/catalogsearch.xml (default theme line 61)</li>
</ul>
<pre class="brush: xml; light: true; title: ; notranslate">
&lt;action method=&quot;setColumnCount&quot;&gt;&lt;columns&gt;3&lt;/columns&gt;&lt;/action&gt; &lt;!-- set your own number and insert &lt;em&gt;inside&lt;/em&gt; the &quot;search_result_list&quot; block tags--&gt;
</pre>
<pre style="text-align: center;"><a href="http://www.eliasinteractive.com/wp-content/uploads/2010/01/catalogsearch.xml-1.png"><img class="aligncenter size-thumbnail wp-image-1029" title="catalogsearch.xml" src="http://www.eliasinteractive.com/wp-content/uploads/2010/01/catalogsearch.xml-1-150x150.png" alt="catalogsearch.xml" width="150" height="150" /></a></pre>
<div><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: small;"><span style="line-height: 18px; white-space: pre;"><br />
</span></span></div>
<div id="tweetbutton1028" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FiQUgy3&amp;via=tweetelias&amp;text=Magento%3A%20Quick%20Change%20in%20Column%20Count%20for%20Products%20Displaying%20In%20Category%20Listing%20%28Grid%20View%29&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fmagento-quick-change-in-column-count-for-products-displaying-in-category-listing-grid-view%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/magento-quick-change-in-column-count-for-products-displaying-in-category-listing-grid-view/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Magento Search Traffic Trends: a Rising Contender in eCommerce</title>
		<link>http://www.eliasinteractive.com/blog/magento-search-traffic-trends-a-rising-contender-in-ecommerce/</link>
		<comments>http://www.eliasinteractive.com/blog/magento-search-traffic-trends-a-rising-contender-in-ecommerce/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 18:48:28 +0000</pubDate>
		<dc:creator>Josh Colter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[magento ecommerce]]></category>
		<category><![CDATA[magento template]]></category>
		<category><![CDATA[magento theme]]></category>
		<category><![CDATA[magento wordpress]]></category>
		<category><![CDATA[modify magento]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=522</guid>
		<description><![CDATA[Magento continues to be a rising star in the world of ecommerce.  The chart below highlights search volume for ecommerce (red line) and Magento (blue line) over the last 12 months.  Interesting to note that Magento surpassed ecommerce web traffic at times during the past 30 days. Tweet]]></description>
			<content:encoded><![CDATA[<p>Magento continues to be a rising star in the world of ecommerce.  The chart below highlights search volume for ecommerce (red line) and Magento (blue line) over the last 12 months.  Interesting to note that Magento surpassed ecommerce web traffic at times during the past 30 days.</p>
<p><img class="alignnone" title="Magento and Ecommerce Traffic Trend for Previous 12 months" src="http://trends.google.com/trends/viz?q=magento,+ecommerce&amp;date=ytd&amp;geo=all&amp;graph=weekly_img&amp;sort=0&amp;sa=N" alt="" width="464" height="208" />
<div id="tweetbutton522" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FjjNuha&amp;via=tweetelias&amp;text=Magento%20Search%20Traffic%20Trends%3A%20a%20Rising%20Contender%20in%20eCommerce&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fmagento-search-traffic-trends-a-rising-contender-in-ecommerce%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/magento-search-traffic-trends-a-rising-contender-in-ecommerce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

