[support] Checkbox on view results
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
Similar Topics
| Topic | Started |
|---|---|
| [support] All images disappeared. image_resize_filter problem? | 3 days 7 hours ago |
| [support] Enabling Clean URLs in 6.19 | 3 days 19 hours ago |
| [support] Stuck Installing Drupal-SQLite | 4 days 17 hours ago |
| [support] including profile edit form on a page... | 5 days 14 hours ago |
| [support] Problem with hook_block on Drupal 6.x | 6 days 10 hours ago |
| [support] Youtube video playing twice | 6 days 13 hours ago |
| [support] Unserializing Data for Use in a View | 6 days 14 hours ago |
| [support] Advice on availability-type module(s) | 1 week 3 hours ago |
| [support] Page navigation | 1 week 15 hours ago |
3 comments
Re: [support] Checkbox on view results
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:
Re: [support] Checkbox on view results
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
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