php-db | 2001041
Date: 04/10/01
- Next message: Rick St Jean: "Re: [PHP-DB] Building a Shopping Cart"
- Previous message: Matt Braynard: "[PHP-DB] Building a Shopping Cart"
- In reply to: Matt Braynard: "[PHP-DB] Building a Shopping Cart"
- Next in thread: Rick St Jean: "Re: [PHP-DB] Building a Shopping Cart"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 03:17 PM 4/10/2001 -0400, Matt Braynard wrote:
>I'm trying to build a shopping cart and am unsure of how to track what each
>visitor has purchased as they shop. How do I track what items they add as
>they move through the online catalog adding things and then checkout.
Make a table that represents items purchased. In this table include at
least, the product ID, customer ID and a status column which represents "in
basket", "purchased", "shipped", "frozen", etc. Once an order has been
completed just update the status to "purchased".
Cheers
-----------------------------------------------------------------------------
Island Net AMT Solutions Group Inc. Telephone: 250 383-0096
1412 Quadra Toll Free: 1 800 331-3055
Victoria, B.C. Fax: 250 383-6698
V8W 2L1 E-Mail: support <email protected>
Canada WWW: http://www.islandnet.com/
-----------------------------------------------------------------------------
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rick St Jean: "Re: [PHP-DB] Building a Shopping Cart"
- Previous message: Matt Braynard: "[PHP-DB] Building a Shopping Cart"
- In reply to: Matt Braynard: "[PHP-DB] Building a Shopping Cart"
- Next in thread: Rick St Jean: "Re: [PHP-DB] Building a Shopping Cart"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

