seikan / Cart

A simple PHP shopping cart class to use in ecommerce web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Cart Doesn't work

zermth opened this issue · comments

commented

I don't think the update cart function is working. I tried on the example.php file you provided. it doesn't really work

Can you provide the code used? The cart is working fine so i think its a user problem

commented

It's okay now. Just forgot to look at itemMaxQuantity so when I updated over the maximum it went back to the same quantity. Thank you.