I am building a new site which has a large selection of different products/services on offer, the information for each is shown in it’s own node.
If the user has interest in a number of these services then I would like to give them the ability to ‘add’ the item to their enquiry along with a message. When they have added all of the items they are interested in they can then submit the enquiry.
Overall, the process shares similarities with an e-commerce workflow
- View product
- Add product to enquiry form builder with comment (choose options and add to cart)
- Browse other products and repeat steps 1&2.
- Once happy, review enquiry (checkout)
- If all is ok, submit enquiry (process order)
Using Drupal 7, how would you suggest I tackle this?
I only compared the process to e-commerce as it helped me think things through, the site isn’t actually going to be selling the products. Strictly a tool to submit a detailed enquiry.