[support] Checkbox on view results

By fRANz at 02/28/2010 - 13:43

Hi List,

consider this scenario:

I've a custom content 'Product' with CCK fields like:

* name;
* unit of volume (kg, lt);
* quantity;
* price;
* ...

then I list all products in a table with a view.
Is there any way to permit users to:

* select any single products with a checkbox;
* specify for each product selected a quantity to order;
* send all data by mail (I suppose to pass data with POST method and
catch them in Webform module);

something like a basket?

More details:
* Drupal 6.15;
* Content 6.x-2.6;
* Views 6.x-2.8;

Any help or tips would be appreciated.
-f

3 comments

fRanz,

Check out the Ubercart module, it's awesome. And even if you want it just to
capture orders and deal with payment outside of Ubercart... that is
possible... and then you could add payment later.

<a href="http://drupal.org/project/ubercart" title="http://drupal.org/project/ubercart">http://drupal.org/project/ubercart</a>

Shai

On Sun, Feb 28, 2010 at 12:43 PM, fRANz <andrea. ... at gmail dot com>wrote:

Shai,

thanks for the tip.
I never considered Ubercart because seems oversized for this case.
Anyway, I'll check Ubercart features soon.
Regards,
-f

Re: [support] Checkbox on view results

By Luke at 03/06/2010 - 15:04

If he really wants checkboxes, UC is going to end him up with the same
problem--designing a custom view with checkboxes, and some how adding
those products to the cart, probably via API.

It's likely easier to do from a coding prospective, if he leaves UC out of
the mix.

Now, if UC has some kind of multiple add functionality that I don't know
about, maybe it deserves a look.

Luke