My answer is based on using ofbiz frame work. So I will briefly
reference those things and let you research the details.
you create a FTl that has you fields you want the user to filling in.
the submit till send this through the controller, that can be processed
by code.
the code will take the fields, using Regex that you develop, and find
the service(product) that you have in ofbiz, then a standard order is
created.
once the standard order is created, anyone that has permission can view
this and modify it.
you will have to add statuses to match your work flow that will send
emails, if you need more than the standard ones ofbiz provide.
estimated time to implement 3-6 months, due to learning curve.
Robert G. sent the following on 6/25/2012 10:26 PM:
Hey Freeman, thanks!
what do you mean exactly with:
BJ Freeman wrote
you can put that page in then in the back in process it into the regular
order data. the problem is matching what the customer writes with what
you have for products.
You mean, that the customer fills in a text formular or sth. else, and this
data I show in my backend-order process?
I think this is a good way, but how can i do this. How do I get these fields
in my productdetail page...?
I can f. ex. integrate them as html form and send the data to server to fill
out kind of order attributes (are they availble? have not seen yet).
would be nice to get an answer from you :)
kindly
Robert
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/add-a-screen-in-ecommerce-to-get-extra-information-from-the-customer-tp4633245p4634100.html
Sent from the OFBiz - User mailing list archive at Nabble.com.