• Yet another Shopping Cart for Classic ASP

Aug
29

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 light-weight Session-driven shopping cart written in VBScript. You can download the Shopping Cart from here and plug-n-play in your classic ASP applications.

Download Shopping Cart Example with Source (8KB)

Screen-Shots

Shopping-Cart

shopping cart

Shopping-Cart Statistics

shopping-cart stats

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.

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.

Thanks.

Ruchit S.

Comments

  1. it was very interesting to read http://www.ruchitsurati.net
    I want to quote your post in my blog. It can?
    And you et an account on Twitter?

    Comment by marinkins on July 30, 2010 at 7:49 PM

  2. Ruchit

    Sure. Please go ahead and do this. Would appreciate if you can put a link-back to original post on my blog. Thanks.

    Comment by Ruchit on July 30, 2010 at 8:24 PM

Leave A Comment!