I'm trying to work with Codeigniter's cart. I've got a list of available products from my model. However, when I try to add it to cart nothing is being added. I suspect it's because I'm not returning products correctly.I'm trying to work with Codeigniter's cart. I'v