joey toro

Greenhorn
+ Follow
since May 13, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by joey toro

I'm pretty sure it would be somewhere in here right?

item.setQuantity(quant);
if(request.getParameter("remove" + i)!=null){
Any help would be greatly appreciated, I've gotten this far but I want my cart to update the quantity and if checked to remove then remove it also without having to hit update. Ajax. Also any explanations added would be 10000% more helpful also Thank you.

Not sure which files you would need but here are the ones I think need shown for help:



with the updatecart



and the managecart