I have a cart strore containing product model instance.
My issue is to display the shopping cart "page".
I need to display each product in cart with a qty field. Is there a good way to do it.
I could write an "input" in itemTpl of a dataview but I prefer another way.