<?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: Updating options of configurable product that is already in the cart</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Fri, 10 Feb 2012 19:34:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: bodiandras</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-26173</link>
		<dc:creator>bodiandras</dc:creator>
		<pubDate>Wed, 08 Feb 2012 14:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-26173</guid>
		<description>Hello!

Thanks for the code, i managed to make it work in my AJAX modify attribute of product in cart code.

But i think there is a logical error, i had to correct it for it to work:

where 
$unserialized = unserialize($option-&gt;getValue());
$unserialized[&#039;super_attribute&#039;] = $itemInfo[&#039;option&#039;];
$option-&gt;setValue(serialize($itemInfo[&#039;option&#039;]));

change last line to
$option-&gt;setValue(serialize($unserialized));

Also before
$item-&gt;save();
i had to use
$item-&gt;setProductOptions($options);

Best Regards
    Bodi Andras</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Thanks for the code, i managed to make it work in my AJAX modify attribute of product in cart code.</p>
<p>But i think there is a logical error, i had to correct it for it to work:</p>
<p>where<br />
$unserialized = unserialize($option-&gt;getValue());<br />
$unserialized['super_attribute'] = $itemInfo['option'];<br />
$option-&gt;setValue(serialize($itemInfo['option']));</p>
<p>change last line to<br />
$option-&gt;setValue(serialize($unserialized));</p>
<p>Also before<br />
$item-&gt;save();<br />
i had to use<br />
$item-&gt;setProductOptions($options);</p>
<p>Best Regards<br />
    Bodi Andras</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divya</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-23878</link>
		<dc:creator>Divya</dc:creator>
		<pubDate>Tue, 22 Nov 2011 12:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-23878</guid>
		<description>I am trying to load image for the bundled items, can somebody help me with this? I want to load this on the default.phtml page of the shopping cart.
I am using Cart2Quote module.
However I am able to get the thumbnail url using this code in app/code/core/Mage/Bundle/Helper/Catalog/Product/Configuration.php, but the image itself is not getting loaded.
$option[&#039;value&#039;][] = $qty . ‘ x ‘ . $this-&gt;escapeHtml($bundleSelection-&gt;getName()). $bundleSelection-&gt;getThumbnailUrl(28,28)
. ‘ ‘ . Mage::helper(‘core’)-&gt;currency($this-&gt;getSelectionFinalPrice($item, $bundleSelection));</description>
		<content:encoded><![CDATA[<p>I am trying to load image for the bundled items, can somebody help me with this? I want to load this on the default.phtml page of the shopping cart.<br />
I am using Cart2Quote module.<br />
However I am able to get the thumbnail url using this code in app/code/core/Mage/Bundle/Helper/Catalog/Product/Configuration.php, but the image itself is not getting loaded.<br />
$option['value'][] = $qty . ‘ x ‘ . $this-&gt;escapeHtml($bundleSelection-&gt;getName()). $bundleSelection-&gt;getThumbnailUrl(28,28)<br />
. ‘ ‘ . Mage::helper(‘core’)-&gt;currency($this-&gt;getSelectionFinalPrice($item, $bundleSelection));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-23779</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 18 Nov 2011 11:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-23779</guid>
		<description>Hello Tomas,
Thanks for code.

But i have same problem as Vas.

I have follow the steps which you have written here and i get success up to display drop down with configure options but i can’t update it?? also dont get any error..

also your link &quot;http://www.magentocommerce.com/extension/2042/edit-configuration-product-in-cart&quot; does not work.

Thanks once again.</description>
		<content:encoded><![CDATA[<p>Hello Tomas,<br />
Thanks for code.</p>
<p>But i have same problem as Vas.</p>
<p>I have follow the steps which you have written here and i get success up to display drop down with configure options but i can’t update it?? also dont get any error..</p>
<p>also your link &#8220;http://www.magentocommerce.com/extension/2042/edit-configuration-product-in-cart&#8221; does not work.</p>
<p>Thanks once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Novoselic</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-19370</link>
		<dc:creator>Tomas Novoselic</dc:creator>
		<pubDate>Tue, 08 Feb 2011 07:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-19370</guid>
		<description>@forestfire That code is about 2 years old. I don&#039;t think it is a good idea to edit only default.phtml I guess nothing will happen when you update cart. Anyway, based on this article, someone made extension long time ago and you can find it here: http://www.magentocommerce.com/magento-connect/magestore/extension/2042/edit-configuration-product-in-cart I guess that would be safest way to go. I hope that will work for you.</description>
		<content:encoded><![CDATA[<p>@forestfire That code is about 2 years old. I don&#8217;t think it is a good idea to edit only default.phtml I guess nothing will happen when you update cart. Anyway, based on this article, someone made extension long time ago and you can find it here: <a href="http://www.magentocommerce.com/magento-connect/magestore/extension/2042/edit-configuration-product-in-cart" rel="nofollow">http://www.magentocommerce.com/magento-connect/magestore/extension/2042/edit-configuration-product-in-cart</a> I guess that would be safest way to go. I hope that will work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: forestfire</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-19363</link>
		<dc:creator>forestfire</dc:creator>
		<pubDate>Mon, 07 Feb 2011 14:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-19363</guid>
		<description>hi! thanks for this code. i was able to make it work just by editing the default.phtml file. do you think i&#039;ll run into problems if i don&#039;t do the next steps (adding and editing the xml files)?</description>
		<content:encoded><![CDATA[<p>hi! thanks for this code. i was able to make it work just by editing the default.phtml file. do you think i&#8217;ll run into problems if i don&#8217;t do the next steps (adding and editing the xml files)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Photography</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-7267</link>
		<dc:creator>Photography</dc:creator>
		<pubDate>Fri, 11 Jun 2010 12:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-7267</guid>
		<description>Does anyone know how I can go into an already configured product and add some more product options ?

Thanks</description>
		<content:encoded><![CDATA[<p>Does anyone know how I can go into an already configured product and add some more product options ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Novoselic</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-3483</link>
		<dc:creator>Tomas Novoselic</dc:creator>
		<pubDate>Fri, 09 Oct 2009 06:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-3483</guid>
		<description>I wonder how this dude managed to pack this without problems here:
http://www.magentocommerce.com/extension/2042/edit-configuration-product-in-cart</description>
		<content:encoded><![CDATA[<p>I wonder how this dude managed to pack this without problems here:<br />
<a href="http://www.magentocommerce.com/extension/2042/edit-configuration-product-in-cart" rel="nofollow">http://www.magentocommerce.com/extension/2042/edit-configuration-product-in-cart</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShopTrainer.de</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-3470</link>
		<dc:creator>ShopTrainer.de</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-3470</guid>
		<description>Hi,
thx for this great stuff.
We have got the same problem like vas. We include everything step by step. We are able to see the dropdown button, but you are not able to change the option of product. 
Any ideas?
THx for help.
Kind regards from germany</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thx for this great stuff.<br />
We have got the same problem like vas. We include everything step by step. We are able to see the dropdown button, but you are not able to change the option of product.<br />
Any ideas?<br />
THx for help.<br />
Kind regards from germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Novoselic</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2860</link>
		<dc:creator>Tomas Novoselic</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2860</guid>
		<description>@John 
Since you can display options in cart, problem must be in some other file than template you have sent :)</description>
		<content:encoded><![CDATA[<p>@John<br />
Since you can display options in cart, problem must be in some other file than template you have sent <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2859</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2859</guid>
		<description>Has anyone been able to make this work?</description>
		<content:encoded><![CDATA[<p>Has anyone been able to make this work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2842</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2842</guid>
		<description>Thanks for your response Tomas. Here It&#039;s the complete code: http://pastebin.com/f5bd1630 

I&#039;m having the same problem as Vas - The drop downs show fine but there&#039;s no update after I press &#039;update cart&#039;.

thanks for this!</description>
		<content:encoded><![CDATA[<p>Thanks for your response Tomas. Here It&#8217;s the complete code: <a href="http://pastebin.com/f5bd1630" rel="nofollow">http://pastebin.com/f5bd1630</a> </p>
<p>I&#8217;m having the same problem as Vas &#8211; The drop downs show fine but there&#8217;s no update after I press &#8216;update cart&#8217;.</p>
<p>thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vas</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2838</link>
		<dc:creator>vas</dc:creator>
		<pubDate>Fri, 17 Jul 2009 09:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2838</guid>
		<description>Hi,
  
   I have follow the steps which you have written here and i get success up to display drop down with configure options but i can&#039;t update it?? any Idea why? and i also dont get any error.. 

 many thanks ....</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   I have follow the steps which you have written here and i get success up to display drop down with configure options but i can&#8217;t update it?? any Idea why? and i also dont get any error.. </p>
<p> many thanks &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Novoselic</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2835</link>
		<dc:creator>Tomas Novoselic</dc:creator>
		<pubDate>Fri, 17 Jul 2009 06:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2835</guid>
		<description>@John: 
I can&#039;t confirm that this code is ok because it seems to me that it is not complete. I&#039;m not sure if that&#039;s due some formating error in wordpress comments. BTW. I found BUG in this code, I mean not actually a BUG...hm...what happens is that you end up with wrong SKU once product is ordered. So in order to show SKU of simple product instead of configurable product, you should edit this file:
app/code/core/Mage/Catalog/Model/Product/Type/configurable.php
Of course move it in local directory or make rewrite or something :)
What you should do there if I remember correctly is :
With this code:
public function getOrderOptions($product = null)
    {
	
        $options = parent::getOrderOptions($product);
        $options[&#039;attributes_info&#039;] = $this-&gt;getSelectedAttributesInfo($product);
        
        if ($simpleOption = $this-&gt;getProduct($product)-&gt;getCustomOption(&#039;simple_product&#039;)) {
				$p = new Mage_Catalog_Model_Product(); 
				$p-&gt;load($simpleOption-&gt;getData(&#039;value&#039;));
				
				$options[&#039;simple_name&#039;] = $p-&gt;getName();
				$options[&#039;simple_sku&#039;]  = $p-&gt;getSku();		
        }

        $options[&#039;product_calculations&#039;] = self::CALCULATE_PARENT;
        $options[&#039;shipment_type&#039;] = self::SHIPMENT_TOGETHER;
		
		

        return $options;
    }

replace corresponding method.
I hope thats all o.O
P.S. Regarding your code, try post it again...</description>
		<content:encoded><![CDATA[<p>@John:<br />
I can&#8217;t confirm that this code is ok because it seems to me that it is not complete. I&#8217;m not sure if that&#8217;s due some formating error in wordpress comments. BTW. I found BUG in this code, I mean not actually a BUG&#8230;hm&#8230;what happens is that you end up with wrong SKU once product is ordered. So in order to show SKU of simple product instead of configurable product, you should edit this file:<br />
app/code/core/Mage/Catalog/Model/Product/Type/configurable.php<br />
Of course move it in local directory or make rewrite or something <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
What you should do there if I remember correctly is :<br />
With this code:<br />
public function getOrderOptions($product = null)<br />
    {</p>
<p>        $options = parent::getOrderOptions($product);<br />
        $options['attributes_info'] = $this->getSelectedAttributesInfo($product);</p>
<p>        if ($simpleOption = $this->getProduct($product)->getCustomOption(&#8216;simple_product&#8217;)) {<br />
				$p = new Mage_Catalog_Model_Product();<br />
				$p->load($simpleOption->getData(&#8216;value&#8217;));</p>
<p>				$options['simple_name'] = $p->getName();<br />
				$options['simple_sku']  = $p->getSku();<br />
        }</p>
<p>        $options['product_calculations'] = self::CALCULATE_PARENT;<br />
        $options['shipment_type'] = self::SHIPMENT_TOGETHER;</p>
<p>        return $options;<br />
    }</p>
<p>replace corresponding method.<br />
I hope thats all o.O<br />
P.S. Regarding your code, try post it again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2831</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 17 Jul 2009 05:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2831</guid>
		<description>Hi - thanks for this. I&#039;m trying to implement it but I&#039;m running into problems because when I press update cart isn&#039;t working and my selection is reset.

Perhaps the part I&#039;m having difficulties with in the default.phtml - would you say the following is correct?:

getOptionList()):?&gt;
        getProduct()-&gt;isConfigurable()){
				$_product = Mage::getModel(&#039;catalog/product&#039;)-&gt;load($this-&gt;getProduct()-&gt;getId());
				Mage::getBlockSingleton(&#039;catalog/product_view_type_configurable&#039;)-&gt;unsetData();
				$_configurable = Mage::getBlockSingleton(&#039;catalog/product_view_type_configurable&#039;)-&gt;setData(&#039;product&#039;, $_product);
				$_cdata = json_decode($_configurable-&gt;getJsonConfig());
				$_current = array();
				foreach((array)$this-&gt;getOptionList() as $_option) {
				$_current[$_option[&#039;label&#039;]]=$_option[&#039;value&#039;];
				}
				foreach($_cdata-&gt;attributes as $attribute) {
		?&gt;
		
		&lt;strong&gt;label; ?&gt;&lt;/strong&gt;
			&lt;select style=&quot;width:150px;&quot; name=&quot;cart[getId() ?&gt;][option][id ?&gt;]&quot;&gt;
				options as $option) { ?&gt;
					&lt;option label]==$option-&gt;label) ? &#039; selected&#039; : &#039;&#039; ?&gt; value=&quot;id ?&gt;&quot;&gt;label ?&gt; helper(&#039;checkout&#039;)-&gt;formatPrice($option-&gt;price+$_item-&gt;getProduct()-&gt;getPrice()) ?&gt;
				
			
	
        	
            
            getFormatedOptionValue($_option[&#039;value&#039;]) ?&gt;
            htmlEscape($_option[&#039;label&#039;]) ?&gt;
            &lt;dd class=&quot;truncated&quot;&gt;
                
                
                    
                        htmlEscape($_option[&#039;label&#039;]) ?&gt;
                        
                    
                
                

Please let me know. I urgently need this. Thanks</description>
		<content:encoded><![CDATA[<p>Hi &#8211; thanks for this. I&#8217;m trying to implement it but I&#8217;m running into problems because when I press update cart isn&#8217;t working and my selection is reset.</p>
<p>Perhaps the part I&#8217;m having difficulties with in the default.phtml &#8211; would you say the following is correct?:</p>
<p>getOptionList()):?&gt;<br />
        getProduct()-&gt;isConfigurable()){<br />
				$_product = Mage::getModel(&#8216;catalog/product&#8217;)-&gt;load($this-&gt;getProduct()-&gt;getId());<br />
				Mage::getBlockSingleton(&#8216;catalog/product_view_type_configurable&#8217;)-&gt;unsetData();<br />
				$_configurable = Mage::getBlockSingleton(&#8216;catalog/product_view_type_configurable&#8217;)-&gt;setData(&#8216;product&#8217;, $_product);<br />
				$_cdata = json_decode($_configurable-&gt;getJsonConfig());<br />
				$_current = array();<br />
				foreach((array)$this-&gt;getOptionList() as $_option) {<br />
				$_current[$_option['label']]=$_option['value'];<br />
				}<br />
				foreach($_cdata-&gt;attributes as $attribute) {<br />
		?&gt;</p>
<p>		<strong>label; ?&gt;</strong><br />
			&lt;select style=&quot;width:150px;&quot; name=&quot;cart[getId() ?&gt;][option][id ?&gt;]&#8220;&gt;<br />
				options as $option) { ?&gt;<br />
					&lt;option label]==$option-&gt;label) ? &#8216; selected&#8217; : &#8221; ?&gt; value=&#8221;id ?&gt;&#8221;&gt;label ?&gt; helper(&#8216;checkout&#8217;)-&gt;formatPrice($option-&gt;price+$_item-&gt;getProduct()-&gt;getPrice()) ?&gt;</p>
<p>            getFormatedOptionValue($_option['value']) ?&gt;<br />
            htmlEscape($_option['label']) ?&gt;<br />
            &lt;dd class=&#8221;truncated&#8221;&gt;</p>
<p>                        htmlEscape($_option['label']) ?&gt;</p>
<p>Please let me know. I urgently need this. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian henshaw</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2722</link>
		<dc:creator>ian henshaw</dc:creator>
		<pubDate>Fri, 03 Jul 2009 19:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2722</guid>
		<description>Have i crude but working solution for Custom Options in simple products, will try to work our how we didit and publish it sometime</description>
		<content:encoded><![CDATA[<p>Have i crude but working solution for Custom Options in simple products, will try to work our how we didit and publish it sometime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Novoselic</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2585</link>
		<dc:creator>Tomas Novoselic</dc:creator>
		<pubDate>Wed, 17 Jun 2009 10:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2585</guid>
		<description>@Ian Henshaw

First you find this line:
&lt; ?php if ($_options = $this-&gt;getOptionList()):?&gt;

Paste given code in that &quot;if&quot;,  and all that was in that &quot;if&quot;, you put where  &quot;// THIS IS PLACE WHERE EXISTING CODE&quot; stands XD

Regarding &quot;Custom Options in simple products&quot;... sorry, I can&#039;t help you at this moment... usually we write about things we do or discover when making something for client so I don&#039;t actually know how to do it until I work on it =_O

@Ben: Tnx! ^_^

@Dennis Yes I do have it, and no I can&#039;t send link since site is not in production yet @_@</description>
		<content:encoded><![CDATA[<p>@Ian Henshaw</p>
<p>First you find this line:<br />
< ?php if ($_options = $this->getOptionList()):?></p>
<p>Paste given code in that &#8220;if&#8221;,  and all that was in that &#8220;if&#8221;, you put where  &#8220;// THIS IS PLACE WHERE EXISTING CODE&#8221; stands XD</p>
<p>Regarding &#8220;Custom Options in simple products&#8221;&#8230; sorry, I can&#8217;t help you at this moment&#8230; usually we write about things we do or discover when making something for client so I don&#8217;t actually know how to do it until I work on it =_O</p>
<p>@Ben: Tnx! ^_^</p>
<p>@Dennis Yes I do have it, and no I can&#8217;t send link since site is not in production yet @_@</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2546</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sat, 13 Jun 2009 23:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2546</guid>
		<description>Do you have a demo of this working on a page?</description>
		<content:encoded><![CDATA[<p>Do you have a demo of this working on a page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2514</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 12 Jun 2009 13:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2514</guid>
		<description>Awesome!</description>
		<content:encoded><![CDATA[<p>Awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian henshaw</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2457</link>
		<dc:creator>ian henshaw</dc:creator>
		<pubDate>Wed, 10 Jun 2009 22:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2457</guid>
		<description>what would it take to make this work with Custom Options in simple products???????

cheers</description>
		<content:encoded><![CDATA[<p>what would it take to make this work with Custom Options in simple products???????</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Henshaw</title>
		<link>http://inchoo.net/ecommerce/magento/updating-options-of-configurable-product-that-is-already-in-the-cart/comment-page-1/#comment-2447</link>
		<dc:creator>Ian Henshaw</dc:creator>
		<pubDate>Wed, 10 Jun 2009 16:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2215#comment-2447</guid>
		<description>Firstley thanks for this ive been trying to work it our for days.

just a quick question where you say 

// THIS IS PLACE WHERE EXISTING CODE from [*] goes

down to where do i include at this point?

cheers</description>
		<content:encoded><![CDATA[<p>Firstley thanks for this ive been trying to work it our for days.</p>
<p>just a quick question where you say </p>
<p>// THIS IS PLACE WHERE EXISTING CODE from [*] goes</p>
<p>down to where do i include at this point?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

