Hi there. I'm having the same problem of removing from cart. But i'm having this issue on my production server. On my localhost, it is working fine.

Anyway, in your shopping cart controller line 12, shouldn't it be like below?

int itemCount = cart.RemoveFromCart(id);

I understand you have fixed your problem. Any workaround that you can suggest me to accomplish this? Was your site running on localhost or an online server when you developed this?