Responsive PHP Shopping Cart with Bootstrap



https://i.ytimg.com/vi/YvXaKDnHKVk/hqdefault.jpg



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:
https://www.patreon.com/posts/responsive-php-20819058

This download (Patreon unlock) includes:
(php-shopping-cart.one OneNote outline, shopping-cart.css source code, cart.php and index.php source code, products.sql database tables source, product images)
+
( 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! )

“““““““““““““““““““““““““““““““““““““““““““““““
( Website ) https://clevertechie.com – PHP, JavaScript, WordPress, CSS, and HTML tutorials in video and text format with cool looking graphics and diagrams.

( YouTube Channel ) https://www.youtube.com/c/CleverTechieTube

( Google Plus ) https://goo.gl/J71p6f – clever techie video tutorials.

( Facebook ) https://www.facebook.com/CleverTechie/

( Twitter ) https://twitter.com/theclevertechie

Original source


47 responses to “Responsive PHP Shopping Cart with Bootstrap”

  1. 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?

  2. Hello, very useful video however im facing a problem, when i press the add to cart button it only creates an array once for 1 product only as if the buttons arent for each product, when i press the button on a certain product it doesnt show its information it only shows the information of one product in the only 1 created array HELP?!?!

  3. This works great. problem is i need to show the description of the product as well. thus far i've add a second button next to the one that is there already. I have no php knowledge but i'm trying. I program in visual basic. anyways, i've tried this

    <input type="submit" name="desc" style="margin-top:15px;" class="btn btn-info"
    value="Details" onclick="window.open('ihttp://1anovelities.com')" />

    it shows my website in a second window. what I need to do is show 1214.html in a pop up or another window. any help would be appreciated

  4. Seen around 3 comments I believe with "What is in the index file" or something along the lines. This is SAID in the video in the start. It contains all the code of the source code, no different than what you will create from the above video.

Leave a Reply