- Step 1. copy 2 php files(config.php, dbConnect.php) copy 2 folders (stripe & stripe-php), 1 zip (payment.sql.zip) file, 1 sql(temp_cart.sql) file to your website(root) folder
- Step 2. goto localhost/phpmyadmin & import "temp_data.sql" to your 'shop' database(file given on the shared folder)
- Step 3. goto localhost/phpmyadmin & import payment.sql.zip to your 'shop' database(file given on the shared folder) (there is an example below)

- Step 4. open 'stripe' folder, you will get 'config.php' file. Open it & change 'yourwebsitename' word to your website name. http://localhost/your website name/stripe/success.php
- Step 5. copy the code below & paste the code to your product page on top part
- Step 6. paste the code to your product page where you want to see it
- Step 7. Make a page cart.php & paste the code below on your cart page on the top section(before the html code start)
- Step 8. copy the code below & paste it where you want to see the cart data in the 'cart.php' page
- Step 9. link the cart.php to your website menu
Stripe Test Card link
For those who face errors: Code to remove(hide) error: (Paste it in datacodes.php file)