Hey guys i'm pack for more help again!
For a site I'm making I need a shopping cart. It's all working but for some added functionality I would like to be able to update quantity of an item using an input box. For an example see this site: http://www.oonaghnaturals.com/ShoppingCart.php?
I'm using sessions to work my cart. Below is how i access my items in the shopping cart
foreach ($_SESSION['cart'] as $product_id => $quantity){
I hope i'm being clear? If not apologies and I can clear anything up.
Cheers guys