huge bug and i dont know hoe to fix it. when you delete a item that is not last item in the cart and try continuing shopping it keeps replacing the deleted item help!!
@@ThePHPPOINT its not a parse error when u two items are in shoping cart and you remove the first item you can continue shopping.the cart keeps replacing values in the table
@@ThePHPPOINT Nevermind, solved it, that fatal error is caused by Php version 5 below, which we all(today) are using Php version 5 and above. So external code needs to be executed to resolve that error, this is the code i found online.
very nice bro..you solved my problem.
Its my pleasures bro
i had fun coding but also the music is fun so i constraint on the music LOL
Dude I love your tutorial! keep up the awesomeness!
Can I get this front end code? I want to make cart like this
After giving order all details should be save in database
Nice tutorial sir ji
Sir image ke niche like battan ka databas kese bnaye taki pata chale ki kis id se image like huya h
Like ka table banao usame user id products I'd or kitane like h use count kar ke update karo
Hi sorry for the comment but the code's link doesn't work anymore
good work nice tutorial
Hye. Can I know the coding like after the customer have purchase our products and then we want the product they purchase to have in database ?
Create order table post all value and save in database
hi.. how can i separate index page and cart page??
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\cart\index.php on line 83
What will I do now ?
Nice tutorial
Notice: A non well formed numeric value encountered in /opt/lampp/htdocs/carttt/index.php on line 126. please help sir
nice tutorial...
Fatal error: Call to undefined function array_column() in C:\xampp\htdocs\tuto\test.php on line 8
How to solve this??
write in top
Error_reporting(0);
@@ThePHPPOINT
OR HERE?
if(isset($_POST["add_to_cart"]))
{
Error_reporting(0);
bro your code will be working on localhost same time not working on online what problem bro...?
do you fix it bro?
huge bug and i dont know hoe to fix it. when you delete a item that is not last item in the cart and try continuing shopping it keeps replacing the deleted item help!!
Please comment your error
@@ThePHPPOINT its not a parse error when u two items are in shoping cart and you remove the first item you can continue shopping.the cart keeps replacing values in the table
Please comment your email id I will send code few hours
@@ThePHPPOINT email is daviesnyangaresi@gmail.com thank you in advance.
@@ThePHPPOINT can i get also?
i have the same problem and i dont know how to fix it.
@pagami.zonda26@gmail.com
Thank you...
Good
why when i click in "Add to cart" the browser didnt redirect me to localhost/cart/index.php
my english is not so good
You can pass query string
thank you
Can i know why my image didn't show up ??
Set image path correct
@@ThePHPPOINT already but it still did not showed
Please comment your error
@@ThePHPPOINT can u show me where is the image path coding
@@amindafamily
Thanks sir
if(isset($_SESSION['session_cart'])){ from where session_cart came from
link is not working
Which link is not working
Hi sir, thanks for the awesome video, hope you don’t mind to send me the code for order data and check out page. Thank you sir
bro why the pic did not see on the output
Check image path
@@ThePHPPOINT i chechk it already but its not appear the image what should i do ?
this is the image path right ?
WHAT SHOULD I DO BRO CAN YOU HELP ME
@@ThePHPPOINT BRO YOU THERE ?
envoyez lcode svp
Fatal error: Call to undefined function array_column() in C:\xampp\htdocs\shop
ewshopbackup.php on line 9 Cant seem to find out my error
I think you use error_reporting(0)
@@ThePHPPOINT Nevermind, solved it, that fatal error is caused by Php version 5 below, which we all(today) are using Php version 5 and above. So external code needs to be executed to resolve that error, this is the code i found online.
@@ThePHPPOINT um hey bro, i encountered some errors can you send me your code?