I am currently building a site for an aluminum company. There prices are based on linear foot. So what I need to do is have 2 drop down boxes, one for length, one for width. When the user changes the drop down box values then a new price for the product is figured - using the base per liner foot price that is stored in the product details.
That part is very simple. But When the user clicks the submit button how do I pass that new dynamic price to the shopping cart along with the length and the width values that the user selected in the drop down boxes. IS this possible? Has anyone done this before.