<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ruchit Surati&#039;s blog &#187; shopping-cart</title>
	<atom:link href="http://www.ruchitsurati.net/index.php/tag/shopping-cart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruchitsurati.net</link>
	<description>thoughts and ideas of a .net developer</description>
	<lastBuildDate>Wed, 23 Feb 2011 19:48:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Yet another Shopping Cart for Classic ASP</title>
		<link>http://www.ruchitsurati.net/index.php/2008/08/29/yet-another-shopping-cart-for-classic-asp/</link>
		<comments>http://www.ruchitsurati.net/index.php/2008/08/29/yet-another-shopping-cart-for-classic-asp/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 23:58:02 +0000</pubDate>
		<dc:creator>Ruchit</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[classic-asp]]></category>
		<category><![CDATA[shopping-cart]]></category>

		<guid isPermaLink="false">http://www.ruchitsurati.net/post.aspx?id=8072637a-6c4c-4efd-b278-8db22e421374</guid>
		<description><![CDATA[Like my previous Paging component, I wrote this shopping cart component during my classic ASP days. Nothing was so easily feasible in classic ASP. Complex applications needed to be developed as COM components and the DLL required to be registered on the deployment platform. Ahhh, we all can imagine the pain. This is a very [...]]]></description>
			<content:encoded><![CDATA[<p>Like my previous Paging component, I wrote this shopping cart component during my classic ASP days. Nothing was so easily feasible in classic ASP. Complex applications needed to be developed as COM components and the DLL required to be registered on the deployment platform. Ahhh, we all can imagine the pain.</p>
<p>This is a very light-weight Session-driven shopping cart written in VBScript. You can download the Shopping Cart from <a title="Shopping Cart Demo" href="http://ruchitsurati.net/CodeBase/CCart/CartManager.asp" target="_blank">here</a> and plug-n-play in your classic ASP applications.</p>
<p><a title="Shopping Cart Demo" rel="tag" href="http://demo.ruchitsurati.net/CodeBase/CCart/CartManager.asp" target="_blank">Shopping Cart Demo</a></p>
<p><a title="Download Shopping Cart Component" rel="enclosure" href="http://demo.ruchitsurati.net/CodeBase/CCart/ShoppingCart.zip" target="_blank">Download Shopping Cart Example with Source (8KB</a>)</p>
<p><strong>Screen-Shots</strong></p>
<p>Shopping-Cart</p>
<p><a href="http://ruchitsurati.net/myfiles/classic-asp-cart.jpg"><img style="border: 0px;" src="http://ruchitsurati.net/myfiles/classic-asp-cart.jpg" border="0" alt="shopping cart" width="534" height="205" /></a></p>
<p>Shopping-Cart Statistics</p>
<p><a href="http://ruchitsurati.net/myfiles/classic-asp-cart-2.jpg"><img style="border: 0px;" src="http://ruchitsurati.net/myfiles/classic-asp-cart-2.jpg" border="0" alt="shopping-cart stats" width="501" height="222" /></a></p>
<p>The example code includes the basic operations of shopping cart to let you understand how to add/update/delete items in cart. The unique key to any item in cart is the product-code or item-code. If an item or product is being added to cart and if any item in cart with same product/item-code already exists then the quantity of the item in cart will be increased by 1.</p>
<p>You also have option for cart statistics which you can use on every page to display the current cart stats. You can modify the look and feel the way you want as per your page layout and structure.</p>
<p>Thanks.</p>
<p>Ruchit S.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruchitsurati.net/index.php/2008/08/29/yet-another-shopping-cart-for-classic-asp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

