I'm busy building a ubercart shop where i want to sell wooden floors. per package there is a certain amount of square metres. for example 2.7
if i want to have a floor for 10 square metres this means i need 4 items (10.8 square metres)
i was wondering how i could do this in ubercart.
i have two issues:
-how do i add the 2.7 square metres per package attribute to this product
-how do i modify the price calculation such that ubercart calculates how much items i need
the second doesn't sound all to difficult as i think i can do that by modifying this module:
http://www.ubercart.org/contrib/2010
so my main question is how i can add an extra attribute like the square metres. i've seen the attribute module but this provides an option to the user to select the square metres. while this isn't the case as the attribute is fixed for this product item.

