Hi.
I use a shopping class that has an add, clear, total functions and has 3 variables items, total an i added type. I have a function that get's all id's and stores them in an variable.
Oh... my shoping cart is based on MyMarket example on devshed.com
My problem is that when i want to get the price from db i get the price based on the last type i cliked.
If you know MyMarket maibe you can give me some tips. Now i'm tinking to add the type, in $this->items[$type] like the id of the product.