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)
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
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
4)Now Open the Homepage of website by going to the url:http://localhost/Pizza_World/
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
NOTE:-THE BACK OPTION IN DURING PAYMENT OF THE TRANSACTION DOESN'T WORK PROPERLY
