Hi, I am trying to build an ORDER FORM.

QTY         | Product information  | PRICE
[numfield]  | ProductA description | $10.00
[numfield]  | ProductB description | $12.00
[numfield]  | ProductC description | $7.00
[numfield]  | ProductD description | $11.00

I don't "absolutely" need a calculation, would be nice, but not necessary.

Ideally each product would be a node referenced from the "Products" content-type. So the user can click on the product to view more info.

Is this something doable? I am really fighting this, and would need a hand putting this up.
thanks in advance!

Comments

mastap’s picture

Do you suggest another module than Webform is used for this?

quicksketch’s picture

I don't think Webform is very capable of what you're wanting, though perhaps http://drupal.org/node/1379074 would help you along with the "Webform Computed Component".

johnennew’s picture

This doesn't do exactly what you ask for but may be a suitable alternative if you are using the commerce project for your order processing: http://drupal.org/project/commerce_webform

vernond’s picture

@MastaP - The Webform Computed Component project has been replaced by Webform Macro which might be more useful to you.

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of activity.

jitsnos1’s picture

We are also facing the same problem and are not able to get orders place using webform with selectable product list.
We are not able to do that with Webform and commerce modules working together.

Can anyone with experience in the task help us out with a small tutorial.

Thanks

MrRedPants’s picture

I have created simple order forms with checkboxes, however can't figure out how a person can enter how many of the items they want. I have had to create a separate area for them to fill out if they want multiple.

I'm playing around with conditional formatting but not sure if that will help.

The comments above are mostly focused on the calculating issue - however, for me, that's not important - being able to enter the number of items is what I would like. Maybe I just need to make a small textfield for each line item.