<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: How to add a product into Magento shopping cart from an external site?	</title>
	<atom:link href="https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/feed/" rel="self" type="application/rss+xml" />
	<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/</link>
	<description>it&#039;s my blog anyway</description>
	<lastBuildDate>Thu, 20 Aug 2015 08:11:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>
	<item>
		<title>
		By: Richard Feraro		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319265</link>

		<dc:creator><![CDATA[Richard Feraro]]></dc:creator>
		<pubDate>Thu, 20 Aug 2015 08:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-319265</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319263&quot;&gt;maheshbabu&lt;/a&gt;.

Thanks too]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319263">maheshbabu</a>.</p>
<p>Thanks too</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: maheshbabu		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319264</link>

		<dc:creator><![CDATA[maheshbabu]]></dc:creator>
		<pubDate>Thu, 20 Aug 2015 08:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-319264</guid>

					<description><![CDATA[you need to $cart-&#062;init() – before $cart-&#062;addProduct() – in order to be able to add multiple items to the cart]]></description>
			<content:encoded><![CDATA[<p>you need to $cart-&gt;init() – before $cart-&gt;addProduct() – in order to be able to add multiple items to the cart</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: maheshbabu		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-319263</link>

		<dc:creator><![CDATA[maheshbabu]]></dc:creator>
		<pubDate>Thu, 20 Aug 2015 08:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-319263</guid>

					<description><![CDATA[Thanks so much.. I got what i wanted]]></description>
			<content:encoded><![CDATA[<p>Thanks so much.. I got what i wanted</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jumong		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-175847</link>

		<dc:creator><![CDATA[Jumong]]></dc:creator>
		<pubDate>Thu, 15 May 2014 04:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-175847</guid>

					<description><![CDATA[Hi sir, have a question, hope you would help me on this thing. How do i get the input field qty value in addtocart. not in cart result sir.]]></description>
			<content:encoded><![CDATA[<p>Hi sir, have a question, hope you would help me on this thing. How do i get the input field qty value in addtocart. not in cart result sir.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peter		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-136713</link>

		<dc:creator><![CDATA[peter]]></dc:creator>
		<pubDate>Tue, 21 Jan 2014 13:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-136713</guid>

					<description><![CDATA[Thanks for the coding you provided for add product in shopping cart. It&#039;s a helpful info for me.]]></description>
			<content:encoded><![CDATA[<p>Thanks for the coding you provided for add product in shopping cart. It&#8217;s a helpful info for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Azhar Mobeen		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-106644</link>

		<dc:creator><![CDATA[Azhar Mobeen]]></dc:creator>
		<pubDate>Tue, 14 May 2013 19:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-106644</guid>

					<description><![CDATA[I am using Amazon CheckOut Button in my Magento Store but problem is that when i click the button it doesn&#039;t contain cart products.

My code : (I place it in cart.phtml) 

					
		
			
// 





// 



		


The Simple, Truseted way to Pay.]]></description>
			<content:encoded><![CDATA[<p>I am using Amazon CheckOut Button in my Magento Store but problem is that when i click the button it doesn&#8217;t contain cart products.</p>
<p>My code : (I place it in cart.phtml) </p>
<p>// </p>
<p>// </p>
<p>The Simple, Truseted way to Pay.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Atty		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-106047</link>

		<dc:creator><![CDATA[Atty]]></dc:creator>
		<pubDate>Mon, 01 Apr 2013 07:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-106047</guid>

					<description><![CDATA[you need to $cart-&#062;init() - before $cart-&#062;addProduct() - in order to be able to add multiple items to the cart]]></description>
			<content:encoded><![CDATA[<p>you need to $cart-&gt;init() &#8211; before $cart-&gt;addProduct() &#8211; in order to be able to add multiple items to the cart</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard Feraro		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-98372</link>

		<dc:creator><![CDATA[Richard Feraro]]></dc:creator>
		<pubDate>Tue, 05 Feb 2013 06:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-98372</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-97423&quot;&gt;Alex&lt;/a&gt;.

I haven&#039;t tried that yet. You can, however, pass the session ID across two system but this is pretty much open to attack.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-97423">Alex</a>.</p>
<p>I haven&#8217;t tried that yet. You can, however, pass the session ID across two system but this is pretty much open to attack.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-97423</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 30 Jan 2013 12:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-97423</guid>

					<description><![CDATA[Hi Richard,

I&#039;d have following problem: the magento site and external site are hosted on two different domains. 
OK, so I can get access to magento site over SOAP-API. I want the user to be redirected from this external site to magento shopping cart page, as soon as the user presses &quot;My cart&quot; button.
With the help of SOAP-API I&#039;ll get sessionID, and cartID. 
Is it possible to open that specific shopping cart, by passing these two parameters over POST or GET method to magento server?

Thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I&#8217;d have following problem: the magento site and external site are hosted on two different domains.<br />
OK, so I can get access to magento site over SOAP-API. I want the user to be redirected from this external site to magento shopping cart page, as soon as the user presses &#8220;My cart&#8221; button.<br />
With the help of SOAP-API I&#8217;ll get sessionID, and cartID.<br />
Is it possible to open that specific shopping cart, by passing these two parameters over POST or GET method to magento server?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard Feraro		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-97195</link>

		<dc:creator><![CDATA[Richard Feraro]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 11:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-97195</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-97051&quot;&gt;Maria Carroll&lt;/a&gt;.

Post your code here]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-97051">Maria Carroll</a>.</p>
<p>Post your code here</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maria Carroll		</title>
		<link>https://mysillypointofview.com/2009/04/27/how-to-add-a-product-into-magento-from-an-external-site/#comment-97051</link>

		<dc:creator><![CDATA[Maria Carroll]]></dc:creator>
		<pubDate>Mon, 28 Jan 2013 18:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=128#comment-97051</guid>

					<description><![CDATA[I am using magento 1.7 on my local server for now, and when i insert this code nothing happens, can you please help me.

Thanks]]></description>
			<content:encoded><![CDATA[<p>I am using magento 1.7 on my local server for now, and when i insert this code nothing happens, can you please help me.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
