Télécharger la liste

Description du projet

DB_cart Class is a MySQL shopping cart script that
can be used with third party product catalogues
and membership systems. The MySQL database
structure is neutral to existing systems. It can
handle the shopping cart (add, update, and empty)
and checkout process (set the shipment address and
email the order). For existing cart users, the
shopping cart is still available upon the user's
next visit and is visible by checkout. The last
option is configurable togther with a time period.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-10 12:14
1.03

Parce qu'il ya des problèmes avec le signe de l'Euro, le format_value () méthode a été modifiée un peu, et les messages () et mail_order () méthodes ont également été modifiés. Le manuel sur la façon d'utiliser cette classe a été créée, avec des explications sur la façon dont les fichiers "db_cart_example.php" et "db_cart_checkout_example.php" sont utilisés.
Tags: Documentation
Because there are problems with the Euro sign, the
format_value() method was modified a little, and
the messages() and mail_order() methods were also
modified. The manual on how to use this class was
created, with explanations about how the files
"db_cart_example.php" and
"db_cart_checkout_example.php" are used.

2005-08-10 12:12
1.02

Pour qu'il soit possible d'ajouter un message à un ordre, il ya un champ supplémentaire dans la table d'expédition. L'exemple de la caisse dispose d'un espace nouveau texte. Les méthodes suivantes sont modifiées: Messages (), set_shipment_data (), update_shipment (), et mail_order ().
Tags: Major feature enhancements
To make it possible to add a message to an order,
there is an additional field inside the shipment
table. The checkout example has a new text area.
The following methods are modified: messages(),
set_shipment_data(), update_shipment(), and
mail_order().

2005-08-10 12:06
1.01

Le «total_rows variable" a été remplacée par une nouvelle méthode qui reçoit les enregistrements de la base de données. Le show_ordered_rows () et les exemples sont touchés par cette modification. Le type de données pour l'ID de produit (longueur = 20) a été modifié pour gérer aussi les types non numériques. Les méthodes touchés par ce changement sont mail_order (), les messages () (), check_existing_row, et insert_row (). Il ya un nouvel exemple disponible avec seulement "Ajouter au panier" boutons d'image.
Tags: Minor bugfixes
The "total_rows" variable was replaced with a new
method that gets the records from the database.
The show_ordered_rows() method and the examples
are affected by this modification. The datatype
for the product id (length = 20) was changed to
handle also non-numeric types. The methods
affected by this change are mail_order(),
messages(), check_existing_row(), and
insert_row(). There is a new example available
with only "Add to cart" image buttons.

2005-08-04 17:27
1.0

Tags: Initial freshmeat announcement

Project Resources