Responsive PHP Shopping Cart with Bootstrap Tutorial

preview_player
Показать описание
Upgrade your Clever Techie learning experience:

UPDATE! (9/13/19) New features and improvements for Clever Techie Patreons:

1. Download full source code with detailed comments - easy to learn and understand code
2. Weekly source code file updates by Clever Techie - every time I learn new things about a topic I will add it to the source file and let you know about the update - keep up with the latest coding technologies
3. Library of custom Clever Techie functions with descriptive, easy to understand comments - skyrocket coding productivity, code more efficiently by using Clever library of custom re-usable functions
4. Syntax code summary - memorize and review previously learned code faster
4. Organized file structure - access all Clever Techie lessons, source code, graphics, diagrams and cheat sheet from a single workspace - no more searching around for previously covered material and source code - save enormous amount of time and effort
5. Outline of topics the source file covers - fast review of all previously learned coding lessons
6. Access to all full HD 1080p videos with no ads
7. Console input examples - interactive examples that make it easier to understand and learn coding
8. Access to updated PHP Programming Book by Clever Techie
9. Early access to Clever Techie videos

Subscribe to Clever Techie patreon:
Create responsive shopping cart with PHP, simple MySQL database and Bootstrap CSS. We're going to be using Microsoft OneNote to organize our code and keep track of the project progress. We'll implement sessions in PHP to store our product data from submitted form GET and POST variables and present the data under Order Details page. We'll also create numeric array to keep track of the keys and match them with product ids in our cart.

``````````````````````````````````````````````````````````````````````````````````````````````
Hey guys, I'm now using Patreon to share improved and updated video lesson material. For a small fee you can access all the downloadable files from this lesson (source code, icons & graphics, cheat sheets) and everything else included in the video from the Patreon page. Additionally, you will get access to ALL Clever Techie videos in HD format with no ads. Thank you so much for supporting Clever Techie :)

Download this video's files here:

This download (Patreon unlock) includes:
+
( You also get access to ALL source code and any downloadable content of ALL Clever Techie videos, as well as access to ALL videos in HD 1080p quality format with all video ads removed! )

``````````````````````````````````````````````````````````````````````````````````````````````

Рекомендации по теме
Комментарии
Автор

Using his checklist displayed in the video, here are timestamps for each of the main points.
2:23 | 1. Create Database and Table Layout // 2. Insert Data into Table (1 and 2 are done together and only takes about 2 minutes)
4:57 | 3. Display Products and Stylize Page
26:33 | 4. Display Order Details
50:37 | 5. Insert the 'Remove' buttons
45:02 | 6. Insert the "Checkout' button if the cart is not empty (the last step of 4 and all of 6 are done off-screen and then copy/pasted and explained here)

trytail
Автор

Wow, finally a video! I'm glad you're come back!

stefan
Автор

After a long time your tutorial here, i am looking for you tutorials. Great work. Thank you.

anujamelaka
Автор

the most perfect tutorial. thank you Clever Techie

sparkden
Автор

i have an issue with the session displaying the product name and price but it displays the id and quntity
please help

hashimabdikadir
Автор

Thank fyou for this well articulated video. i have an issue, , whenever i click 'Add To Cart' only one of the items is displayed on Order details..what might be the error

robinsonkiprop
Автор

Thanks bro! this will help me so much as a beginner.

gaptech
Автор

Oh men your the best, you already have another sub.
Thanks for your content.

kristianmaldonado
Автор

28:50 can we use isset instead of filter_input?

faresturki
Автор

For some reason my code is skipping right over checking if the session variable is set. It just keeps changing the first array index to whatever I add to the cart. Someone please help.

louissmith
Автор

My products aren't displayed as columns. Can you help me how to do this?

phyusnoe
Автор

Thank you man for helping others out ! . 27:27 is so funny : "Add the product to the existing Shit" ! Lmao! Great Video by the-way.

webdev
Автор

hi.. how if we want to isolate product page and cart page?? thanks

مُحَمَّدُفَضْلِي-ثك
Автор

How can i make display order ditails in another page? Can u make tutorial about that?

muzahub
Автор

why am in not able to display the product name when using the session????

hashimabdikadir
Автор

i'm at 9:21 i have exactly the same as you but nothing shows on my page...

I'm going crazy with this php, everything i try, nothing ever

jourkevin
Автор

thank you very much for your tutorial I followed it to the letter and it works very well and now I ask you the request to save the items in this shopping cart in a database

franckhervekehi
Автор

I may have misunderstood, but can't you just do array_push() to add a new item to the shopping cart?

badselection
Автор

shopping-cart.css is not present in zip .i want to use bootstrap .Please make a video for it

rahatulain
Автор

I'm trying to get this to work in a PHP page that is loaded with jQuery into a div. It all works but the form action sends reloads the shopping cart page rather than keeping it in the div that it is loaded into. Suggestions on how to change the form action so it doesn't navigate away like this?

tanyaweder