Skip to content

An E-commerce website which has been developed using PHP Bootstrap & Mysql Database with PAYTM payment Gateway.

Notifications You must be signed in to change notification settings

Abhisawant52/Book-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book-Store

A PHP E-commerce web application

This is an E-commerece project for buying books online where admin can add the available books in the database and keep updating the database which will be shown to the user on the website simultaneously. The end user will have to Register to the website and search the books he needs and adds then to cart then order them.

Configuration requirements

  1. To set this web application, make sure PHP and PHPMyAdmin is installed on your server.

  2. Next open PHPMyAdmin, import the bookstore (1).sql file.This will generate tables in your database on your server.

  3. The admin user which I have made has an email abhi@gmail.com and the password is 12345Aa6.

    Email: abhi@gmail.com
    Password: 12345Aa6.
    
  4. Open config_paytm.php .You need to change the Merchant key and Merchant ID.

    define('PAYTM_ENVIRONMENT', 'TEST'); // PROD
    define('PAYTM_MERCHANT_KEY', 'ADD Merchant key'); //Change this constant's value with Merchant key received from Paytm.
    define('PAYTM_MERCHANT_MID', 'ADD MerchantID'); //Change this constant's value with MID (Merchant ID) received from Paytm.
    define('PAYTM_MERCHANT_WEBSITE', 'WEBSTAGING'); //Change this constant's value with Website name received from Paytm.
    
  5. Once this is done, go to the url of your website and it should be up and running.

Functionalities

  • Admin Panel
  • Cart Management
  • Login Management
  • Payment Gateway
  • Order Tracking
  • Bill Printing Functionality

Technologies Used

  • HTML/CSS
  • JavaScript
  • Bootstrap
  • PHP
  • Mysql
  • Paytm Payment Gateway

About

An E-commerce website which has been developed using PHP Bootstrap & Mysql Database with PAYTM payment Gateway.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published