Build A Shopping Cart With PHP and Sessions - PT 5 - Display a Shopping Cart / Checkout

preview_player
Показать описание
In this video I will show you how to display a shopping cart which was created using sessions and PHP. I will also show you what do do about an empty cart and calculate both subtotals and grand totals.
Рекомендации по теме
Комментарии
Автор

Thanks so much this was really helpful and I was finally able to create a shopping cart

jooryalhamed
Автор

hello, i am geetin the following error: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, bool given in . Thats when I try foreach($_SESSION['cart'] as $key => $val){. I am not sure if I properly initialized the variable for the session?

isadoramoura