code works great in MAMP but in my ISP iPage, with multiple items in the cart, only the quantity for the last item added can be changed. Changing the qty of items added earlier "hangs" the system before spitting out an error. Anyone have a fix for this? Been working on this ONE problem for a week, contacting iPage, trying different variations to Adam's code, etc. with no luck. Please Help
Thanks for the great video! If you need help installing, configuring, or setting up zen cart, check out our channel for lots of Easy Help Zen Cart Tutorials:
well i have made a drop down menu so they can only pick to change the number to max of 5 as i dont think i need it to be higher than that i will post it at develop php and zook i put the header code on the end of the new section 3 so just like we did before
Learning how do all this is more important than just getting the source code. I plan on watching this series over and over till I start understand how all this code works and produces your finished product.
@cockerspanielhome I agree man, the source code is the last thing I am waiting for. Understanding is what matter. That’s why I keep watching these videos over and over again until I get the logic of why is he doing it that way
Hey there, very nice lesson series! I do have a weird problem though and I hoped you know what causes it: if I add a few items to the cart, at some point when I add an item that page is gonna load forever, and then after about 10 secs, there's like a million of items added to the cart... Any ideas?
Adam: Hello Black Hat.
Black Hat: You Alright Mate!
00ashy 3 weeks ago in playlist Ecommerce Website Tutorial PHP MySQL Tutorial PayPal IPN
gong.mp3
JayMoreProductions 1 month ago
code works great in MAMP but in my ISP iPage, with multiple items in the cart, only the quantity for the last item added can be changed. Changing the qty of items added earlier "hangs" the system before spitting out an error. Anyone have a fix for this? Been working on this ONE problem for a week, contacting iPage, trying different variations to Adam's code, etc. with no luck. Please Help
itsmikey888 5 months ago
sir please tell me how the product added to cart by the user is seen by the admin for delivery....
shishirkantverma 5 months ago
This has been flagged as spam show
Thanks for the great video! If you need help installing, configuring, or setting up zen cart, check out our channel for lots of Easy Help Zen Cart Tutorials:
ZenCartEasyHelp 8 months ago
where can i find your source code?
manimoo2001 8 months ago
Comment removed
abbadebo 1 year ago
i wanna buy that Black Jeans, "Cool black jeans you want to buy now, get all the girls" rofl
elvisniperx 1 year ago
The little fix to make sure the number they insert to change the quantity has no funny characters is in video part 17
flashbuilding 1 year ago
if you made a website in windows can you move it to a mac
KINGPEARL1 1 year ago
To check that $quantity is a number you can do :
if (is_numeric($quantity) == false || $quantity < 0) { $quantity = 1; }
$quantity = round ($quantity);
I also added <0 so you cannot have a value of -1, and round so you cannot have 1.4
adrian281990 1 year ago
how about adding a feature that allows you to update all items' quantities with one (update or change) button, instead of updating individual items.
eflip1 1 year ago
The purple shirts are killing me!!!! LMFAO
ADAM DOES PhP
The latest PHP and comedy series at an ISP near you!
WalnutPro 1 year ago
well i have made a drop down menu so they can only pick to change the number to max of 5 as i dont think i need it to be higher than that i will post it at develop php and zook i put the header code on the end of the new section 3 so just like we did before
ngshane 1 year ago
This has been flagged as spam show
where video number 17?
MrKaremnour 1 year ago
where video no 17?
MrKaremnour 1 year ago
yippie! i like this, this is good coding man.
ncili 1 year ago
Learning how do all this is more important than just getting the source code. I plan on watching this series over and over till I start understand how all this code works and produces your finished product.
Thank you,
Eric
cockerspanielhome 1 year ago
@cockerspanielhome I agree man, the source code is the last thing I am waiting for. Understanding is what matter. That’s why I keep watching these videos over and over again until I get the logic of why is he doing it that way
marloncastrillo 1 year ago
this is so leet
KevinFusco 1 year ago
i love the message about the source code lol i bet ppl will still ask
ngshane 1 year ago
Hey there, very nice lesson series! I do have a weird problem though and I hoped you know what causes it: if I add a few items to the cart, at some point when I add an item that page is gonna load forever, and then after about 10 secs, there's like a million of items added to the cart... Any ideas?
Thanks :D
p0ker1sc00l 1 year ago
@p0ker1sc00l
Check to where the header-commands leed, And if you have put the sections in the same order as Adam did.
Might help... If not check the variablenames for misspelling. Especially around the POST-Sector and the names of the form. That should make it.
NicoDaVinci 1 year ago
Praise the Lord!
casild2 1 year ago
awesome
RateHacker 1 year ago