PHP Classes

shopcart: Manage a shopping cart stored in a MySQL database

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 45%Total: 1,416 All time: 2,754 This week: 455Up
Version License PHP version Categories
shopcart 1.0.0Artistic License5.0Databases, E-Commerce
Description 

Author

This class can be used to manage a shopping cart stored in a MySQL database.

It can perform several types of operations to manage the product items in a shopping cart by manipulating the respective records stored in a MySQL database table. Currently it can:

- Add an item
- Get the items
- Update the quantity of an item
- Delete an item
- Empty the cart
- Get the product price and name of an item

Picture of RAZA
Name: RAZA <contact>
Classes: 1 package by
Country: Pakistan Pakistan

  Files folder image Files (11)  
File Role Description
Files folder imagecss (1 file)
Files folder imageincludes (1 file, 1 directory)
Accessible without login Plain text file Cart.php Example Shopping Cart Page
Accessible without login Plain text file Checkout.php Example Checkout Page
Accessible without login Plain text file CheckoutSuccess.php Example Checkout Success Page
Accessible without login Plain text file index.php Appl. Index Page
Accessible without login Plain text file Products.php Example Products Page
Accessible without login Plain text file shopcart.sql Data SQL Script

  Files folder image Files (11)  /  css  
File Role Description
  Accessible without login Plain text file site.css Data Cart CSS File

  Files folder image Files (11)  /  includes  
File Role Description
Files folder imageclasses (3 files)
  Accessible without login Plain text file application.php Aux. Cart Configuration File

  Files folder image Files (11)  /  includes  /  classes  
File Role Description
  Plain text file Cart.php Class Cart Class File
  Plain text file Database.php Class Cart Database Class File
  Plain text file Site2.php Class Class to Display Cart Data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,416
This week:0
All time:2,754
This week:455Up
User Ratings User Comments (2)
 All time
Utility:65%StarStarStarStar
Consistency:65%StarStarStarStar
Documentation:-
Examples:60%StarStarStarStar
Tests:-
Videos:-
Overall:45%StarStarStar
Rank:3371
 
This file is no Attch Site.
15 years ago (Alok kumar Sinha)
70%StarStarStarStar
You are declaring a Site class in application.
15 years ago (RadicalEd)
32%StarStar