<?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: Clear Cart, then add a product automatically</title>
	<atom:link href="http://www.clubosc.com/clear-cart-add-product.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clubosc.com/clear-cart-add-product.html</link>
	<description>Showcasing osCommerce...the good, the bad and the ugly!</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:32:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/clear-cart-add-product.html/comment-page-1#comment-4158</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 26 May 2010 09:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=108#comment-4158</guid>
		<description>Hi Ken

I see no reason why this could not be achieved.  http://www.clubosc.com/apply-a-discount-coupon-automatically.html might give you an idea.</description>
		<content:encoded><![CDATA[<p>Hi Ken</p>
<p>I see no reason why this could not be achieved.  <a href="http://www.clubosc.com/apply-a-discount-coupon-automatically.html" rel="nofollow">http://www.clubosc.com/apply-a-discount-coupon-automatically.html</a> might give you an idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.clubosc.com/clear-cart-add-product.html/comment-page-1#comment-4156</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 25 May 2010 18:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=108#comment-4156</guid>
		<description>Hi Gary.

Thank You for posting this. It’s very useful, I even found it is possible to add multiple products.

I would like to send a customer a link which would add a product to the cart at a discounted price. The discount should not be available to any other customers. 

Is it possible to do this with code similar to this, and could you suggest the best discount contribution to achieve this?

Thanks

Ken</description>
		<content:encoded><![CDATA[<p>Hi Gary.</p>
<p>Thank You for posting this. It’s very useful, I even found it is possible to add multiple products.</p>
<p>I would like to send a customer a link which would add a product to the cart at a discounted price. The discount should not be available to any other customers. </p>
<p>Is it possible to do this with code similar to this, and could you suggest the best discount contribution to achieve this?</p>
<p>Thanks</p>
<p>Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.clubosc.com/clear-cart-add-product.html/comment-page-1#comment-4045</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 05 Mar 2010 16:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=108#comment-4045</guid>
		<description>Gary,
    Thanks for this simple tweak.  Starting a new business I have no reviews on our customer service.  I created a no cost item in the store called &quot;customer service&quot; and wanted it added to the cart automatically.  I only needed to use
$cart-&gt;add_cart(2620);
in the index.php up at the top to accomplish this.

Many thanks.</description>
		<content:encoded><![CDATA[<p>Gary,<br />
    Thanks for this simple tweak.  Starting a new business I have no reviews on our customer service.  I created a no cost item in the store called &#034;customer service&#034; and wanted it added to the cart automatically.  I only needed to use<br />
$cart-&gt;add_cart(2620);<br />
in the index.php up at the top to accomplish this.</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/clear-cart-add-product.html/comment-page-1#comment-4000</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=108#comment-4000</guid>
		<description>Psycho - remove all whitespace etc from the file</description>
		<content:encoded><![CDATA[<p>Psycho &#8211; remove all whitespace etc from the file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psycho</title>
		<link>http://www.clubosc.com/clear-cart-add-product.html/comment-page-1#comment-3976</link>
		<dc:creator>Psycho</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=108#comment-3976</guid>
		<description>I get this errors: 


Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\shop2\catalog\test.php:2) in C:\xampp\htdocs\shop2\catalog\includes\functions\sessions.php on line 102

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\shop2\catalog\test.php:2) in C:\xampp\htdocs\shop2\catalog\includes\functions\sessions.php on line 102

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\shop2\catalog\test.php:2) in C:\xampp\htdocs\shop2\catalog\includes\functions\general.php on line 33


whats the problem?</description>
		<content:encoded><![CDATA[<p>I get this errors: </p>
<p>Warning: session_start() [function.session-start]: Cannot send session cookie &#8211; headers already sent by (output started at C:\xampp\htdocs\shop2\catalog\test.php:2) in C:\xampp\htdocs\shop2\catalog\includes\functions\sessions.php on line 102</p>
<p>Warning: session_start() [function.session-start]: Cannot send session cache limiter &#8211; headers already sent (output started at C:\xampp\htdocs\shop2\catalog\test.php:2) in C:\xampp\htdocs\shop2\catalog\includes\functions\sessions.php on line 102</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at C:\xampp\htdocs\shop2\catalog\test.php:2) in C:\xampp\htdocs\shop2\catalog\includes\functions\general.php on line 33</p>
<p>whats the problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
