Skip to content

thedevhack/Pizza_Selling_Website_With_PayTm_Payment_Module

Repository files navigation

Pizza_Selling_Website_With_PayTm_Payment_Module

To Run The Website Work PRoperly From Browser Steps are:- 1)The Downloaded Folder into The Xampp(Localhost Based Server) App in the Folder(C:\xampp\htdocs)

Test Image 1

NOTE:-For This You Need To Install an Localhost based server like xampp or wampp

2)Now Run The Xampp Server using Starting Apache and MySQL

Test Image 2

3)Now Create Two Databases named product_details and registration and then import the files(product_details.sql,registration.sql) using insert tab in PhpMyAdmin

Test Image 3

4)Now Open the Homepage of website by going to the url:http://localhost/Pizza_World/

Test Image 4

5)For Transactions to Complete Change the PAytm Account details:-

Now Go To C:\Users\ANSU\Desktop\data\Pizza_World\Menu\payTm\PaytmKit\lib and then open config_paytm.php

Then Change the Lines to your paytm gateway details:

define('PAYTM_ENVIRONMENT', 'Type_Of_Account'); // PROD

define('PAYTM_MERCHANT_KEY', 'Merchant_Key_From_Paytm'); //Change this constant's value with Merchant key received from Paytm.

define('PAYTM_MERCHANT_MID', 'Merchant_Id_From_Paytm'); //Change this constant's value with MID (Merchant ID) received from Paytm.

define('PAYTM_MERCHANT_WEBSITE', 'Website_Name'); //Change this constant's value with Website name received from Paytm.

To the Details you get from FROM YOUR PAYTM PAYMENT DEVELOPERS DETAILS

Test Image 5

NOTE:-THE BACK OPTION IN DURING PAYMENT OF THE TRANSACTION DOESN'T WORK PROPERLY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published