<?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>NY INTERACTIVE AGENCY « iFUEL INTERACTIVE / AGENCY212 &#187; Development</title>
	<atom:link href="http://blogs.ifuelinteractive.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.ifuelinteractive.com</link>
	<description>A NY INTERACTIVE AGENCY</description>
	<lastBuildDate>Fri, 02 Jul 2010 15:38:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nice Regular Expression Tool</title>
		<link>http://blogs.ifuelinteractive.com/2010/04/06/nice-regular-expression-tool/</link>
		<comments>http://blogs.ifuelinteractive.com/2010/04/06/nice-regular-expression-tool/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 22:02:36 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://blogs.ifuelinteractive.com/?p=252</guid>
		<description><![CDATA[While working on some ASP.NET form validation today, I came across a great  regex tester / builder called Regex Hero.  The main feature is their .NET Regex Tester,  a Silverlight app, and while it requires registration (Google, Yahoo, AOL,  OpenID, etc.), this gives you the ability save your regular expressions to your  personal [...]]]></description>
			<content:encoded><![CDATA[<p>While working on some ASP.NET form validation today, I came across a great  regex tester / builder called <a href="http://regexhero.net/" target="_blank">Regex Hero</a>.  The main feature is their <a href="http://regexhero.net/tester/" target="_blank">.NET Regex Tester</a>,  a Silverlight app, and while it requires registration (Google, Yahoo, AOL,  OpenID, etc.), this gives you the ability save your regular expressions to your  personal library on the site.  You can also use the site’s public library, but contributions  are a little anemic at this point.  The app has a few other nice features,  including real-time expression matching, a built-in regular expression  reference, .NET code generation, and performance benchmarking.</p>
<p>The app is free for basic use, but it will nag you every 5 minutes to buy the  paid version.  The full version is $20 and comes with the nice addition of  Intellisense-like code completion and a desktop version of the app.  Future  upgrades are free for the full version.</p>
<p><a href="http://blogs.ifuelinteractive.com/wp-content/uploads/2010/04/sshot-5.png"><img class="alignnone size-medium wp-image-251" title="Regex Hero" src="http://blogs.ifuelinteractive.com/wp-content/uploads/2010/04/sshot-5-300x198.png" alt="Regex Hero" width="300" height="198" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.ifuelinteractive.com/2010/04/06/nice-regular-expression-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks: Developing with Magento</title>
		<link>http://blogs.ifuelinteractive.com/2010/04/05/tips-and-tricks-developing-with-magento/</link>
		<comments>http://blogs.ifuelinteractive.com/2010/04/05/tips-and-tricks-developing-with-magento/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 20:54:05 +0000</pubDate>
		<dc:creator>Robert Nicklin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[file structure]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Magento Guide]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blogs.ifuelinteractive.com/?p=227</guid>
		<description><![CDATA[Things you Should Know Before Developing With Magento
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Now being more experienced with Magento we definitely feel the need to share our findings with the masses. We only wish we knew these things prior to trying to the hack the crap out of magento to make it do what we want.
Turning on Template Path Hints
If you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight:bold;color:#3a3a3a;">Things you Should Know Before Developing With Magento</span></p>
<p><span style="color:DarkGray;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p>Now being more experienced with Magento we definitely feel the need to share our findings with the masses. We only wish we knew these things prior to trying to the hack the crap out of magento to make it do what we want.</p>
<p><span style="font-weight:bold;">Turning on Template Path Hints</span><br />
If you&#8217;re new to Magento you will realize that it is quite a hassle to understand the logic behind the file structure and block structure of a magento layout when trying to customize your storefront. There is a very under-publicized built-in magento feature that we&#8217;d like to share with you that should help you on your journey. Magento actually has the ability to display hints showing where the different files of your layout is contained so that you can edit it. </p>
<p><a href="http://blogs.ifuelinteractive.com/wp-content/uploads/2010/04/template-path-hints.jpg"><img src="http://blogs.ifuelinteractive.com/wp-content/uploads/2010/04/template-path-hints.jpg" alt="Magento&#039;s Built-In Template Path Hints" title="template-path-hints" width="600" height="178" /></a></p>
<p>To achieve this, Follow these simple steps&#8230;</p>
<ul>
<li>Log in to your administration panel. Go to Sytem > Configuration.</li>
<li>From the left navigation column on top there will be &#8220;Current Configuration Scope&#8221;. In the drop down menu select &#8220;Main Website&#8221;</li>
<li>Then navigate to Developer > Advance, also in the left navigation column.</li>
<li>Under &#8220;Debug&#8221; you&#8217;ll see Template Path Hints. Select Yes and click the Save Config button.</li>
</ul>
<p>Now when you navigate to your storefront you&#8217;ll see a bunch of red boxes displaying the underlying structure of the pages regarding templates and blocks. </p>
<p><span style="font-style: italic;font-size:11px;color:#707070;">Note: This should only be used in a development environment, considering this will make your storefront look hideous with big red blocks everywhere.</span></p>
<p><span style="color:DarkGray;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-weight:bold;">Never edit core files</span><br />
Problem: When developing with Magento you will find it necesary to edit core files to achieve certain functionality. However, By editting a core file you are basically blocking yourself into a corner. DON&#8217;T DO IT! If you ever wish to upgrade at any point in the future you will not be able to because any changes that you have made in the core files will be overwritten. Never fear, there is a way around this. </p>
<p>Solution: The &#8220;local&#8221; folder (\app\code\local\) is your saviour. Say you need to edit the &#8220;Shipping.php&#8221; file located at &#8220;\app\code\core\Mage\Shipping\Model\Shipping.php&#8221; you can create the same basic directory structure in the local folder and copy and paste the Shipping.php file into the new directory. So, your new &#8220;local&#8221; Shipping.php file will be located at \app\code\local\Mage\Shipping\Model\Shipping.php. You will be able to safely edit anything and everything within that local file and never have to worry about it being overwritten during an upgrade. This trick works because Magento will look for files in a local directory before looking for a file in the core directory. </p>
<p><span style="font-style: italic;font-size:11px;color:#707070;">Note: The above solution will only overpower files that exist within the \app\code\core\ or \app\code\community\ directories. Also note that any files within your magento theme (\app\design\frontend\default\YOURTHEME\) or (\skin\frontend\default\YOURTHEME\) are not considered core files and you are free to edit them as you please. </span></p>
<p>These are just to name a few&#8230; <a href="http://blogs.ifuelinteractive.com/feed/rss/">Follow our blog to read more!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.ifuelinteractive.com/2010/04/05/tips-and-tricks-developing-with-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Compression on a Magento Site on OpenSuse</title>
		<link>http://blogs.ifuelinteractive.com/2010/01/26/enabling-compression-on-a-magento-site-on-opensuse/</link>
		<comments>http://blogs.ifuelinteractive.com/2010/01/26/enabling-compression-on-a-magento-site-on-opensuse/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 16:18:39 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSuse]]></category>

		<guid isPermaLink="false">http://blogs.ifuelinteractive.com/?p=174</guid>
		<description><![CDATA[If you&#8217;re running Magento on OpenSuse (or any platform for that matter), you can really benefit from turning on http compression, especially to remote areas or from hosts that have limited bandwidth.
There are a lot of references out there on this, but you have to sort of pull it all together on your own for [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running Magento on OpenSuse (or any platform for that matter), you can really benefit from turning on http compression, especially to remote areas or from hosts that have limited bandwidth.</p>
<p>There are a lot of references out there on this, but you have to sort of pull it all together on your own for this particular combination.</p>
<p><strong>Verify that mod_deflate has been installed in Apache:<br />
</strong><br />
1. Open /etc/sysconfig/apache2.</p>
<p>2. Find the line that starts:</p>
<p>APACHE_MODULES=&#8230;</p>
<p>3. Verify that &#8220;deflate&#8221; is one of the modules listed (may not be in alphabetical order).</p>
<p><strong>Now, enable compression in the virtual host file for your site:</strong></p>
<p>1. Open /etc/apache2/vhosts.d/.conf.</p>
<p>2. Add the following lines inside the  tag:</p>
<pre>
<pre class="brush: php">

    &lt;IfModule mod_deflate.c&gt;
	DeflateBufferSize 32768
	DeflateCompressionLevel 5

	&lt;Location /&gt;
		SetOutputFilter DEFLATE
		BrowserMatch ^Mozilla/4 gzip-only-text/html
		BrowserMatch ^Mozilla/4\.0[678] no-gzip
		BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
		SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|tiff)$ no-gzip dont-vary
		# Header append Vary User-Agent env=!dont-vary
	&lt;/Location&gt;
    &lt;/IfModule&gt;
</pre>
</pre>
<p><strong>Now restart Apache using:</strong></p>
<p>sudo /etc/init.d/apache2 restart</p>
<p>and you should be in business!</p>
<p><strong>Validate that compression is working</strong></p>
<p>A great, handy online site that you can use to validate that compression is working is <a href="http://www.gidnetwork.com/tools/gzip-test.php" target="_blank">http://www.gidnetwork.com/tools/gzip-test.php</a>.</p>
<p>=============================<em><br />
“e-commerce done right</em>”<br />
<a href="http://www.ifuelinteractive.com/" target="_blank">http://www.ifuelinteractive.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.ifuelinteractive.com/2010/01/26/enabling-compression-on-a-magento-site-on-opensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery, Magento and Ajax Add to Cart Redux</title>
		<link>http://blogs.ifuelinteractive.com/2009/10/15/jquery-magento-and-ajax-add-to-cart-redux/</link>
		<comments>http://blogs.ifuelinteractive.com/2009/10/15/jquery-magento-and-ajax-add-to-cart-redux/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:49:16 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Add to Cart]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blogs.ifuelinteractive.com/?p=81</guid>
		<description><![CDATA[My previous post on adding to the cart with ajax in Magento has generated enough interest &#8211; and pointed out enough flaws in my overly complex code &#8211; that I&#8217;ve decided to put together a simplified version, so here goes:
ajaxAddToCart.zip
Step 1: Create the server side script. 
My sample script is called &#8220;addToCartTest.php&#8221; and I put [...]]]></description>
			<content:encoded><![CDATA[<p>My previous post on adding to the cart with ajax in Magento has generated enough interest &#8211; and pointed out enough flaws in my overly complex code &#8211; that I&#8217;ve decided to put together a simplified version, so here goes:</p>
<p><a href="http://blogs.ifuelinteractive.com/wp-content/uploads/2009/10/ajaxAddToCart.zip">ajaxAddToCart.zip</a></p>
<p><strong>Step 1: Create the server side script. </strong><br />
My sample script is called &#8220;addToCartTest.php&#8221; and I put it in a /scripts folder in the root of my Magento installation.</p>
<pre>
<pre class="brush: php">

&lt;?php
include_once &#039;../app/Mage.php&#039;;
Mage::app();

try{
     // usage /scripts/addToCartTest.php?product_id=838&amp;amp;amp;amp;amp;amp;qty=1
     $product_id = &#039;&#039;;

     // get query string
     if (!isset($_GET[&#039;product_id&#039;])) { $product_id = &#039;&#039;; } else { $product_id = $_GET[&#039;product_id&#039;]; }
     if (!isset($_GET[&#039;qty&#039;])) { $qty = &#039;1&#039;; } else { $qty = $_GET[&#039;qty&#039;]; }

     $product = Mage::getModel(&#039;catalog/product&#039;)-&gt;load($product_id);

     $session = Mage::getSingleton(&#039;core/session&#039;, array(&#039;name&#039;=&gt;&#039;frontend&#039;));
     $cart = Mage::helper(&#039;checkout/cart&#039;)-&gt;getCart();

     $cart-&gt;addProduct($product, $qty);

     $session-&gt;setLastAddedProductId($product-&gt;getId());
     $session-&gt;setCartWasUpdated(true);

     $cart-&gt;save();

     $result = &quot;{&#039;result&#039;:&#039;success&#039;}&quot;;
     echo $result;

} catch (Exception $e) {
     $result = &quot;{&#039;result&#039;:&#039;error&#039;&quot;;
     $result .= &quot;, &#039;message&#039;: &#039;&quot;.$e-&gt;getMessage().&quot;&#039;}&quot;;
     echo $result;
}
</pre>
</pre>
<p><span id="more-81"></span><br />
<strong>Step 2: Create the &#8216;html&#8217; page<br />
</strong>Obviously, you&#8217;d be putting this code into your product detail page or wherever you&#8217;re trying to add the item to the cart from.</p>
<pre>
<pre class="brush: html">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=ISO-8859-1&quot;&gt;
&lt;title&gt;Ajax add to cart sample&lt;/title&gt;
&lt;script src=&quot;/scripts/jquery-1.3.2.min-noconflict.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
jQuery(document).ready(function($) {
     $(&quot;#buyNowButton&quot;).click(function(){
          var qty = $(&quot;#qty&quot;).val();
          var product_id = $(&quot;#buyNowButton&quot;).attr(&quot;product_id&quot;);

          var params = &quot;product_id=&quot; + product_id + &quot;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;qty=&quot; + qty;        

          var result = $.getJSON(&quot;/scripts/addToCartTest.php&quot;, params, function(data, textStatus){
               if (textStatus == &quot;error&quot;){
                    alert(&quot;There was an error adding this item to your cart.  Please call customer service for assistance.&quot;, &quot;Error&quot;);
                    return;
               }

               if (data.result == &quot;error&quot;){
                    alert(&quot;Sorry, an error occurred while adding the item to your cart.  The error was: &#039;&quot; + data.message + &quot;&#039;&quot;);
                    return;
               }

               alert(&quot;Thanks!  The item has been added to your cart!&quot;)
          });
     });
});
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
     &lt;input type=&quot;text&quot; id=&quot;qty&quot; value=&quot;1&quot; /&gt;
     &lt;a id=&quot;buyNowButton&quot; product_id=&quot;972&quot; href=&quot;#&quot;&gt;Buy Now&lt;/a&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
</pre>
<p>That&#8217;s it!  </p>
<p>Prerequisites:<br />
1. jQuery (Because Magento uses prototype and scriptaculous, you have to use jQuery in &#8220;no conflict&#8221; mode);<br />
I&#8217;ve included the source code, along with the no-conflict version of jQuery in the zip file attached.</p>
<p>Let me know if you&#8217;re using this code (helps my ego)!</p>
<p>=============================<em><br />
 “e-commerce done right</em>”<br />
 <a href="http://www.ifuelinteractive.com/" target="_blank">http://www.ifuelinteractive.com</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://blogs.ifuelinteractive.com/2009/10/15/jquery-magento-and-ajax-add-to-cart-redux/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Tools I can&#8217;t live without</title>
		<link>http://blogs.ifuelinteractive.com/2009/09/17/tools-i-cant-live-without/</link>
		<comments>http://blogs.ifuelinteractive.com/2009/09/17/tools-i-cant-live-without/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:13:56 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blogs.ifuelinteractive.com/?p=39</guid>
		<description><![CDATA[Updated: 10/14/2009
Over the years I&#8217;ve collected together a list of the tools I use all the time.  I know there are lots of other lists like this out there, but, well, they&#8217;re not mine!!
I&#8217;m going to try to keep adding to this list on a regular basis as I find new tools, or decide [...]]]></description>
			<content:encoded><![CDATA[<p>Updated: 10/14/2009</p>
<p>Over the years I&#8217;ve collected together a list of the tools I use all the time.  I know there are lots of other lists like this out there, but, well, they&#8217;re not mine!!</p>
<p>I&#8217;m going to try to keep adding to this list on a regular basis as I find new tools, or decide to move on from others.</p>
<p><span id="more-39"></span></p>
<h3><strong>Linux Connectivity</strong></h3>
<h4><a href="http://www.nomachine.com/download.php" target="_blank">NX from NoMachine.com</a></h4>
<p>One of my favorites is NX from <a href="http://www.nomachine.com/download.php" target="_blank">http://www.nomachine.com/download.php</a>.  This is the closest I&#8217;ve come to &#8220;Remote Desktop&#8221; for the Linux machines we&#8217;re using.  I&#8217;ve tried VNC and, yeah, it works, but NX is so much smoother and nicer to work in day to day.</p>
<h4><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">Putty</a></h4>
<p>Ok, I&#8217;m definitely just scratching the surface of what this can do.  But just being able to get to a terminal on our Linux boxes quickly and easily &#8211; without starting a whole X session &#8211; is soooo nice!</p>
<h3>Remote System Control</h3>
<p><a href="http://www.mremote.org/wiki/" target="_blank">mRemote</a></p>
<p>I spend half my day connecting to other systems &#8211; Windows systems, Linux systems, even our Macs.  The best tool I&#8217;ve found to manage all those connections is mRemote.  Unfortunately, development has stopped on the free version and they&#8217;ve gone commercial.  But, no worries, so far, I haven&#8217;t come up with a good reason to go for the paid version.  It supports, remote desktop (rdp), VNC, SSH, Telnet and a bunch more.  Great tool.  Now if only it could handle NX&#8230;</p>
<h3>Editors</h3>
<p><a href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a></p>
<p>Ok, I know, probably everyone in the world knows about this one.  But this is sooo much better than notepad.exe, ESPECIALLY when doing cross platform development (dumb notepad doesn&#8217;t recognize ascii 10 as a valid line-feed).   There are so many other reasons to use notepad++ instead, I haven&#8217;t even scratched the surface myself.</p>
<p>=============================<em><br />
&#8220;e-commerce done right</em>&#8221;<br />
<a href="http://www.ifuelinteractive.com" target="_blank">http://www.ifuelinteractive.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.ifuelinteractive.com/2009/09/17/tools-i-cant-live-without/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iFuel Standardizes on Magento Commerce</title>
		<link>http://blogs.ifuelinteractive.com/2009/09/10/ifuel-standardizes-on-magento-commerce/</link>
		<comments>http://blogs.ifuelinteractive.com/2009/09/10/ifuel-standardizes-on-magento-commerce/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:53:52 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://blogs.ifuelinteractive.com/?p=31</guid>
		<description><![CDATA[After using many many commerce packages &#8211; and WRITING many many commerce packages from scratch, we&#8217;ve standardized on Magento Commerce for all new e-commerce sites.  It&#8217;s an awesome platform, with huge potential for customization and extension.  The list of existing modules (plug-ins basically) is very large and growing all the time.  This is the way [...]]]></description>
			<content:encoded><![CDATA[<p>After using many many commerce packages &#8211; and WRITING many many commerce packages from scratch, we&#8217;ve standardized on <a href="http://www.magentocommerce.com">Magento Commerce</a> for all new e-commerce sites.  It&#8217;s an awesome platform, with huge potential for customization and extension.  The list of existing modules (plug-ins basically) is very large and growing all the time.  This is the way to put up new e-commerce sites, no question about it!</p>
<p>We&#8217;ll be posting lots and lots of Magento information in the weeks and months to come as we continue on our journey with this great tool!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.ifuelinteractive.com/2009/09/10/ifuel-standardizes-on-magento-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
