webform_product
Webform Product can create a Commerce order from any Webform submission.
This module can be used for websites that have commerce for payment of predefined product types, but in need of a more flexible product for temporary product types or highly customisable product types, like a quick donation form or a promotional product.
With Webform you can create simple or very complex forms, combine this with the easy to setup handler and you got a new product, ready to be paid with any payment provider defined in Drupal Commerce.
This module includes
- Configurable Webform submission handler
- Commerce order item type
- Price options for webform elements
- Top pricing options for webform elements
Version 2.x and 3.x
New webform submission handler, found at https://github.com/chx/webform_product/pull/6
Review the following video to help setup the module.
https://www.youtube.com/watch?v=zf1ZGKZVGQQ
The 3.0.x version of the module requires the creation of the "field_link_order_origin" field in the order type to function properly. The video shows the full process.
The 3.1.x version does not need this extra field on the order type, as it saves the reference in the order data.
The module currently only works well with off-site payment providers (for example: saferpay, stripe checkout or paypal).
"A workaround could be to select a different "Checkout step" for the Webform Product Handler. "Order information" or "Review" may get in early enough in the process."
Version 1.x
Original idea found at https://github.com/chx/webform_product/