How to create a shopping cart using JavaScript??

i want to create a shopping cart using javascript. i have planned to use a check box and when u click on it the price of that item should be added up ...



i want to create a shopping cart using javascript. i have planned to use a check box and when u click on it the price of that item should be added up and displayed on a text box …. wen u click 2 checkboxes (that means two products ) …..

and also all the items should go in to another page , and the user should be able to remove the items as he wish .. then the grand total should be reduced ….

Pls pls help me :’(

2 Responses to “How to create a shopping cart using JavaScript??”

  1. Neeraj yadav says:

    Uhmm i dont understand why do you need to create shoping cart?
    Where as you can readily have one at
    http://www.zen-cart.com

    In addition to this
    Basic idea of using javascript is as a scripting language most often used for client-side web development.

    As a matter of fact
    JavaScript provides an interface to a wide range of browser capabilities, some of which may have flaws such as buffer overflows. These flaws can allow attackers to write scripts which would run any code they wish on the user’s system.

    These flaws have affected major browsers including Firefox, Internet Explorer, and Safari.

    So,better have it done in other language like php/jsp/asp or server side javascript.

    hope this will help
    Cheers:)

  2. shamil j says:

    i think he is asking for the codes for the javascript part.. he wants to design it from scrach.

    wander if any one could help him ..

    anybody who knows javascript help this person out

Leave a Reply

You must be logged in to post a comment.