Hello,

I have created a table of products, and the user can mark each item, and then he can add all these items to cart. With the help of VBO.

What I want to do is to provide a textbox or dropdown next to each item to select quantity before adding all of them to chart. Is it currently possible? Just like a list on the user's cart.

Comments

tanvirahmad’s picture

I have to create such a view that you have created, but i am unable to do that. Dont see any option in VBO for products to add to cart. how did you do that, can you please elaborate it. i will appreciate your help.

tanvirahmad’s picture

Got it my self in minutes, just adding uc_views with vbo it shows add to cart option in vbo operation, just noticed :)

khoomy’s picture

Hi

You can add quantity field of product as you can add other fields. But this quantity field does not reflect when Add to Cart button clicked and it always add one item against each selected product in vbo. I am creating patch to solve this.

Thanks