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