Active
Project:
Ubercart Views
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2011 at 11:18 UTC
Updated:
26 Dec 2012 at 08:26 UTC
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
Comment #1
tanvirahmad commentedI 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.
Comment #2
tanvirahmad commentedGot it my self in minutes, just adding uc_views with vbo it shows add to cart option in vbo operation, just noticed :)
Comment #3
khoomy commentedHi
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