<?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: Programatically add bundle product to cart in Magento</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/programatically-add-bundle-product-to-cart-n-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/programatically-add-bundle-product-to-cart-n-magento/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Fri, 10 Sep 2010 04:05:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sean</title>
		<link>http://inchoo.net/ecommerce/magento/programatically-add-bundle-product-to-cart-n-magento/comment-page-1/#comment-7263</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 10 Jun 2010 18:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3567#comment-7263</guid>
		<description>This is a big help!

What about &quot;info_buyRequest&quot; options? how would you enter those into the array?  

for example, the HTML field name isn&#039;t prefixed with &quot;option_&quot;.. instead, it has a name that seems to be unique to the plugin i&#039;m using.

[code]

	custom date option:
	

[/code]

I&#039;ve tried a dozen different ways to add these custom fields to the &quot;params&quot; array without success...

Thanks for any insight!
Sean</description>
		<content:encoded><![CDATA[<p>This is a big help!</p>
<p>What about &#8220;info_buyRequest&#8221; options? how would you enter those into the array?  </p>
<p>for example, the HTML field name isn&#8217;t prefixed with &#8220;option_&#8221;.. instead, it has a name that seems to be unique to the plugin i&#8217;m using.</p>
<div class="cic_codes_div"><code></p>
<p>	custom date option:</p>
<p></code></div>
<p>I&#8217;ve tried a dozen different ways to add these custom fields to the &#8220;params&#8221; array without success&#8230;</p>
<p>Thanks for any insight!<br />
Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Viner</title>
		<link>http://inchoo.net/ecommerce/magento/programatically-add-bundle-product-to-cart-n-magento/comment-page-1/#comment-6271</link>
		<dc:creator>Mitch Viner</dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3567#comment-6271</guid>
		<description>Thanks for this. Just saved me, I know a good 10 hours of reading, then try / undo / try again!

Only thing I would add is if any options are using the select or multi-select type, you&#039;ll need to pass the id(will be integer) of those, not the value.</description>
		<content:encoded><![CDATA[<p>Thanks for this. Just saved me, I know a good 10 hours of reading, then try / undo / try again!</p>
<p>Only thing I would add is if any options are using the select or multi-select type, you&#8217;ll need to pass the id(will be integer) of those, not the value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavesh Dave</title>
		<link>http://inchoo.net/ecommerce/magento/programatically-add-bundle-product-to-cart-n-magento/comment-page-1/#comment-6178</link>
		<dc:creator>Bhavesh Dave</dc:creator>
		<pubDate>Thu, 11 Feb 2010 13:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3567#comment-6178</guid>
		<description>Thans bro..!
its help me a lot..</description>
		<content:encoded><![CDATA[<p>Thans bro..!<br />
its help me a lot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://inchoo.net/ecommerce/magento/programatically-add-bundle-product-to-cart-n-magento/comment-page-1/#comment-6118</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sat, 06 Feb 2010 00:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3567#comment-6118</guid>
		<description>First of all, thank you. Second, I had to do:
$session = Mage::getSingleton(&#039;core/session&#039;, array(&#039;name&#039;=&gt;&#039;frontend&#039;));

in order for this to work - just wanted to post in case that may help someone in the future.</description>
		<content:encoded><![CDATA[<p>First of all, thank you. Second, I had to do:<br />
$session = Mage::getSingleton(&#8216;core/session&#8217;, array(&#8216;name&#8217;=&gt;&#8217;frontend&#8217;));</p>
<p>in order for this to work &#8211; just wanted to post in case that may help someone in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://inchoo.net/ecommerce/magento/programatically-add-bundle-product-to-cart-n-magento/comment-page-1/#comment-5797</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 07 Jan 2010 08:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3567#comment-5797</guid>
		<description>This is very helpful, but I have a question. Do you first need to create all these options for the bundle product? I am looking for a way to dynamically build a bundle product where someone can choose hundreds of options for each component. Essentially, I&#039;d like for a customer to be able to choose from the entire &quot;DDR2 Memory&quot; category instead of choosing preselected options.</description>
		<content:encoded><![CDATA[<p>This is very helpful, but I have a question. Do you first need to create all these options for the bundle product? I am looking for a way to dynamically build a bundle product where someone can choose hundreds of options for each component. Essentially, I&#8217;d like for a customer to be able to choose from the entire &#8220;DDR2 Memory&#8221; category instead of choosing preselected options.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
