You can download the whole script as a zip file here. To install the shopping cart you need to do these :
The code is free to use, modify, or enhance. If you want to show you appreciation by placing a link to this site then i’ll be very very very grateful :-). If you don’t want to link to this site it’s allright because the code was meant to be free anyway.
Below is the list of the shopping cart files. I only list the php files excluding the css and javascript files
- Extract the zip file ( ex. to C:\Webroot\plaincart )
- Create a new MySQL database ( ex. ‘plaincart’ );
- Create the tables using the SQL in plaincart.sql. On windows just open a command prompt window ( Start > Run > cmd.exe ) and go to the directory where you unzip the files then type this :C:\mysql\bin\mysql plaincart < plaincart.sqlI’m assuming you install mysql in C:\MySQL
- Modify the database connection settings in library/config.php.
The code is free to use, modify, or enhance. If you want to show you appreciation by placing a link to this site then i’ll be very very very grateful :-). If you don’t want to link to this site it’s allright because the code was meant to be free anyway.
Below is the list of the shopping cart files. I only list the php files excluding the css and javascript files
- source/include/leftNav.php
- source/include/productList.php
- source/include/productDetail.php
- source/include/checkoutConfirmation.php
- source/include/paypal/payment.php
- source/include/paypal/ipn.php
- source/include/paypal/paypal.inc.php
- source/include/paypal/error_log
- source/include/footer.php
- source/include/header.php
- source/include/categoryList.php
- source/include/thankyou.php
- source/include/shippingAndPaymentInfo.php
- source/include/miniCart.php
- source/include/top.php
- source/include/core.30926
- source/plaincart.sql
- source/error.php
- source/success.php
- source/index.php
- source/admin/include/template.php
- source/admin/include/footer.php
- source/admin/include/header.php
- source/admin/index.php
- source/admin/user/add.php
- source/admin/user/modify.php
- source/admin/user/processUser.php
- source/admin/user/list.php
- source/admin/user/index.php
- source/admin/user/changePass.php
- source/admin/user/error_log
- source/admin/order/processOrder.php
- source/admin/order/list.php
- source/admin/order/index.php
- source/admin/order/detail.php
- source/admin/login.php
- source/admin/config/processConfig.php
- source/admin/config/index.php
- source/admin/config/main.php
- source/admin/category/add.php
- source/admin/category/processCategory.php
- source/admin/category/modify.php
- source/admin/category/list.php
- source/admin/category/index.php
- source/admin/category/error_log
- source/admin/main.php
- source/admin/library/functions.php
- source/admin/product/add.php
- source/admin/product/modify.php
- source/admin/product/list.php
- source/admin/product/index.php
- source/admin/product/detail.php
- source/admin/product/processProduct.php
- source/library/database.php
- source/library/cart-functions.php
- source/library/product-functions.php
- source/library/common.php
- source/library/errorMessage.php
- source/library/category-functions.php
- source/library/config.php
- source/library/checkout-functions.php
- source/checkout.php
- source/cart.php
- source/db/db.sql