I need a simple Javascript shopping cart.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suja
    New Member
    • Sep 2006
    • 1

    I need a simple Javascript shopping cart.

    I need a simple Javascript shopping cart.
    I did a few searches on Yahoo...
    And got a few results of free Javascript shopping carts.
    The problem is there tooo complicated and very hard to understand.

    I need something simpler and easier to understand as I need to customise
    them for my own needs.

    I'd like to know what the basics are of having a shopping cart in
    Javascript.

    Like how are the values stored from page to page? i.e. when a user goes to
    another page, how are the shopping choices made on the previous page passed
    onto the next page?

    What else do I need to know?

    Any help would be appreciated.

    Thanks.
  • Agamemnus
    New Member
    • Aug 2006
    • 3

    #2
    If your shopping cart only requires your user to know about the shopping cart, well that is easy. Cookies... Set them and get them...

    Comment

    • SIDesign
      New Member
      • Sep 2006
      • 1

      #3
      Check out www.nopdesign.c om/freecart
      It has a very detailed description which is not hard to understand.

      Comment

      Working...