I have created a custom template that uses my own drop down boxes with javascript to create a variable price. This works great so far. But the information that is selected in the dropdown boxes is not passed to the shopping cart for the merchant to see. I cant use the simple optional dropdown boxes that shopsite creates for this. Is there any way to pass custom input values to the shopping cart? I just need to to display the values for the merchant to view. Or is thier a way to store the info in the database?
The user needs to select the lenght, width and height of the product and those values are used to figure the price. I need to pass this information somehow to the merchant in the shopping cart or order form so they know which product to ship. The material can be from 1" to 100 os of feet so I can't
create a product for every possible length, width and height.