<?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: Add to Cart with custom attributes &amp; values</title>
	<atom:link href="http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/</link>
	<description>hacks &#38; solutions for Magento Ecommerce development</description>
	<lastBuildDate>Mon, 28 Nov 2011 14:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ashar Khan</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-326</link>
		<dc:creator>Ashar Khan</dc:creator>
		<pubDate>Tue, 06 Sep 2011 09:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-326</guid>
		<description>Good post. right on target. thanks!!! </description>
		<content:encoded><![CDATA[<p>Good post. right on target. thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerrit</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-324</link>
		<dc:creator>Gerrit</dc:creator>
		<pubDate>Thu, 25 Aug 2011 13:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-324</guid>
		<description>Thank you very helpfull.

$item-&gt;setCustomPrice(&#039;custom value goes here&#039;);
$item-&gt;setOriginalCustomPrice(&#039;custom value goes here&#039;&#039;);

as per Shylaja B works for me in 1.4.1
</description>
		<content:encoded><![CDATA[<p>Thank you very helpfull.</p>
<p>$item-&gt;setCustomPrice(&#8216;custom value goes here&#8217;);<br />
$item-&gt;setOriginalCustomPrice(&#8216;custom value goes here&#8221;);</p>
<p>as per Shylaja B works for me in 1.4.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-312</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 May 2011 11:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-312</guid>
		<description>Thanks for sharing. Hope this will help to others.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. Hope this will help to others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-313</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 May 2011 11:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-313</guid>
		<description>Hi..  Can you try the solution written by Shylaja B in this thread.Best</description>
		<content:encoded><![CDATA[<p>Hi..  Can you try the solution written by Shylaja B in this thread.Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shylaja B</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-311</link>
		<dc:creator>Shylaja B</dc:creator>
		<pubDate>Wed, 18 May 2011 09:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-311</guid>
		<description>Hello

For magento version 1.5+ u need to add one more line after 
$item-&gt;setCustomPrice(&#039;custom value goes here&#039;);
$item-&gt;setOriginalCustomPrice(&#039;custom value goes here&#039;&#039;);</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>For magento version 1.5+ u need to add one more line after<br />
$item-&gt;setCustomPrice(&#8216;custom value goes here&#8217;);<br />
$item-&gt;setOriginalCustomPrice(&#8216;custom value goes here&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit Malik</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-307</link>
		<dc:creator>Mohit Malik</dc:creator>
		<pubDate>Fri, 29 Apr 2011 13:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-307</guid>
		<description>Hi,
Is their any update on this script so that it works for latest Magento versions like v1.4.x and v1.5.x? I have tried using the above script in both the version but it does not work.

Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is their any update on this script so that it works for latest Magento versions like v1.4.x and v1.5.x? I have tried using the above script in both the version but it does not work.</p>
<p>Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-254</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 27 Oct 2010 08:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-254</guid>
		<description>I will need to check this on that version. Because I implemented this more than a year ago. And then never tried to implement on 1.4. I am planning to make it work with latest magento version in few days.</description>
		<content:encoded><![CDATA[<p>I will need to check this on that version. Because I implemented this more than a year ago. And then never tried to implement on 1.4. I am planning to make it work with latest magento version in few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chii</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-293</link>
		<dc:creator>Chii</dc:creator>
		<pubDate>Wed, 27 Oct 2010 08:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-293</guid>
		<description>Hello,

Still waiting for your replay.... Above method is not working in Magento 1.4.1.1.

Any solutions for that???</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Still waiting for your replay&#8230;. Above method is not working in Magento 1.4.1.1.</p>
<p>Any solutions for that???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chii</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-251</link>
		<dc:creator>Chii</dc:creator>
		<pubDate>Tue, 26 Oct 2010 06:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-251</guid>
		<description>this is not working in magento 1.4.1.1 :(</description>
		<content:encoded><![CDATA[<p>this is not working in magento 1.4.1.1 <img src='http://magentocoder.jigneshpatel.co.in/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chii</title>
		<link>http://magentocoder.jigneshpatel.co.in/add-to-cart-with-custom-attributes-values/comment-page-1/#comment-198</link>
		<dc:creator>chii</dc:creator>
		<pubDate>Tue, 03 Aug 2010 06:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74#comment-198</guid>
		<description>How can i add custom options of bundle product&#039;s item in cart ??</description>
		<content:encoded><![CDATA[<p>How can i add custom options of bundle product&#8217;s item in cart ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

