To fill a product order, I have to collect the following information:
Latitude
Longitude
Time Zone (drop down)
Starting Month (drop down)
Starting Year (drop down)
Starting Day (drop down)
Location Description (50-char text field)
Format (drop down)
I created a product template for all these fields. The fields display just fine on the product page. The last step is displaying a google map with a marker - when the user moves the marker, the lat/long of the marker position (supplied by the google map api) populates the template fields latitude and longitude. The javascript for the google map is really simple, like 20 lines of code.
I can't use product options because they don't support a freeform text field, which I need for the user to specify the location description.
I've been digging through the AC7 code all day today. I don't think I'm gonna figure this out - there's just too many layers for me to wrap my head around it due to my lack of experience.
My head hurts
