Shopping Cart with PHP and MySQL


The Shopping Cart System is a web based system using PHP, jQuery, Bootstrap 4 and MySQL for the database.

Features in Shopping Cart

    • View Products
    • View Selected Product Details
    • Add To Cart
    • Remove Product From Cart
    • Update Quantity in Cart
    • Checkout
    • Add Delivery Address
    • View Order Status

File and Directory

shopping_cart/
├── index.php
├── view_details.php
├── view_cart.php
├── checkout.php
├── complete.php
├── config.php
├── navbar.php
├── ajax_update_cart.php
├── remove.php
├── cart.class.php
└── images/
Download Source Code