any one can provide me php coding for shopping cart?

Discussion in 'PHP' started by cty, Dec 14, 2006.

  1. #1
    Any one can provide me a simple shopping cart?(the very simple one) for learning purpose only
     
    cty, Dec 14, 2006 IP
  2. tandac

    tandac Active Member

    Messages:
    337
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Here is the basic concept:

    - Create a database of products.
    - Display products on web site
    - Create an "Add to Cart" button. The function of this button is to store the ProductID and Quantity in a SESSION variable.

    - Create a check out button: Read the SESSION variable, and charge user accordingly.

    I'm over simplifying a bit but you wanted simple. :)
     
    tandac, Dec 15, 2006 IP
  3. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
  4. Nikolas

    Nikolas Well-Known Member

    Messages:
    1,022
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    150