<?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: How To Simultaneously Add Multiple Products To A Magento Shopping Cart</title>
	<atom:link href="http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 23:23:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nick</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-47507</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Tue, 11 Oct 2011 11:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-47507</guid>
		<description>i had a typo error, now its ok</description>
		<content:encoded><![CDATA[<p>i had a typo error, now its ok</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-47499</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Tue, 11 Oct 2011 08:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-47499</guid>
		<description>Regarding on Alex&#039;s comment about multiple products in compare i would like to know how is that possible?I did everything (replace the quantity and replace addtocard with addtocompare (wrong function?), ajax proccessing the items but adding only 1 item. I am trying 4 hours now...  any help?</description>
		<content:encoded><![CDATA[<p>Regarding on Alex’s comment about multiple products in compare i would like to know how is that possible?I did everything (replace the quantity and replace addtocard with addtocompare (wrong function?), ajax proccessing the items but adding only 1 item. I am trying 4 hours now…  any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-37757</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 23 Jun 2011 08:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-37757</guid>
		<description>Regarding earlier comment, this can be used for a product compare select list in 1.5. Only edit I made was to remove the quantity field from the html and also from the addItemsToCart function. Thanks Brian, very useful.

I also added an ajax loading gif - here&#039;s a great resource with loads of options if you need one: http://www.ajaxload.info/</description>
		<content:encoded><![CDATA[<p>Regarding earlier comment, this can be used for a product compare select list in 1.5. Only edit I made was to remove the quantity field from the html and also from the addItemsToCart function. Thanks Brian, very useful.</p>
<p>I also added an ajax loading gif — here’s a great resource with loads of options if you need one: <a href="http://www.ajaxload.info/" rel="nofollow">http://www.ajaxload.info/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codered</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-27749</link>
		<dc:creator>codered</dc:creator>
		<pubDate>Wed, 02 Mar 2011 21:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-27749</guid>
		<description>Hi! how about update script to use with magento 1.5.0.1 there addtocartlink looks like /checkout/cart/add/product/25/qty/3</description>
		<content:encoded><![CDATA[<p>Hi! how about update script to use with magento 1.5.0.1 there addtocartlink looks like /checkout/cart/add/product/25/qty/3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebbOn</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-27732</link>
		<dc:creator>WebbOn</dc:creator>
		<pubDate>Wed, 02 Mar 2011 15:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-27732</guid>
		<description>Hello.
I&#039;m trying to get it to work on the custom template, where I show all items from all categories by using the  getItems () as $ _product):?&gt;
Script processing checked items but does not save the products in cart, the page just restarts.

This is my code:
 helper (&#039;catalog / output&#039;);
$ product = Mage:: getModel (&#039;catalog / product&#039;);
$ ProductName collection = $ product-&gt; getCollection () -&gt; addAttributeToSelect (&#039;*&#039;);
$ _product = $ this-&gt; getProduct ();
?&gt;
      getItems () as $ _product):?&gt;
&lt;a href = &quot; getProductUrl ()?&gt;&quot;&gt; getName ()?&gt; &lt;/a&gt;
&lt;a href = &quot; getProductUrl ()?&gt;&quot;&gt; getSku ()?&gt;&lt;/a&gt;
      getPrice ()?&gt;
  

  
  </description>
		<content:encoded><![CDATA[<p>Hello.<br />
I’m trying to get it to work on the custom template, where I show all items from all categories by using the  getItems () as $ _product):?&gt;<br />
Script processing checked items but does not save the products in cart, the page just restarts.</p>
<p>This is my code:<br />
 helper (‘catalog / output’);<br />
$ product = Mage:: getModel (‘catalog / product’);<br />
$ ProductName collection = $ product-&gt; getCollection () -&gt; addAttributeToSelect (‘*’);<br />
$ _product = $ this-&gt; getProduct ();<br />
?&gt;<br />
      getItems () as $ _product):?&gt;<br />
&lt;a href = ” getProductUrl ()?&gt;”&gt; getName ()?&gt;<br />
&lt;a href = ” getProductUrl ()?&gt;”&gt; getSku ()?&gt;<br />
      getPrice ()?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-21942</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 09 Dec 2010 01:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-21942</guid>
		<description>@Erin

Unfortunately, I&#039;m not familiar with the Product Compare function and so I don&#039;t know if this technique is applicable.</description>
		<content:encoded><![CDATA[<p>@Erin</p>
<p>Unfortunately, I’m not familiar with the Product Compare function and so I don’t know if this technique is applicable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-21903</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Wed, 08 Dec 2010 15:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-21903</guid>
		<description>Hi Brian,

Thank you for this post.  I know this is a little off topic but - Do you have any idea how to implement this idea for the Product Compare function rather than the cart?  I.e. if I have multiple products listed,I would like to check off the ones I want to compare and click &quot;Compare Products&quot; and have all the products I checked off added to the compare popup?

Thank you!

Erin</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Thank you for this post.  I know this is a little off topic but — Do you have any idea how to implement this idea for the Product Compare function rather than the cart?  I.e. if I have multiple products listed,I would like to check off the ones I want to compare and click “Compare Products” and have all the products I checked off added to the compare popup?</p>
<p>Thank you!</p>
<p>Erin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-17363</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 09 Sep 2010 04:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-17363</guid>
		<description>I have no idea.  I have not updated the code for the latest version of Magento.</description>
		<content:encoded><![CDATA[<p>I have no idea.  I have not updated the code for the latest version of Magento.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benabbas amine</title>
		<link>http://www.lindenlan.net/2009/09/27/how-to-simultaneously-add-multiple-products-to-a-magento-shopping-cart/comment-page-1/#comment-17357</link>
		<dc:creator>benabbas amine</dc:creator>
		<pubDate>Thu, 09 Sep 2010 01:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lindenlan.net/?p=349#comment-17357</guid>
		<description>Nice work, but when we click on add items to cart, they are going to Recently Viewed Products instead .... Any idea about this, have you updated your codes ...

Thanks</description>
		<content:encoded><![CDATA[<p>Nice work, but when we click on add items to cart, they are going to Recently Viewed Products instead .… Any idea about this, have you updated your codes …</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

