Hello good people of stackoverflow,
I am trying to create an ecommerce product that takes orders for print jobs. I would like to create tables such as the ones here on solopress for example http://www.solopress.com/leaflet-printing/leaflets.html. I am just struggling a little with the logical steps of modelling this in a database.
Firstly how would I go about creating a table like that where the column options could be configured differently per product in a database without having to create an actual database table each time.
Secondly then what would be the best way to work it so that the prices change as in the example above, when you change between Unfolded and Folded - would this need to be two independent tables that get switched?
Thank you for any advice you can offer to kick my little brain into gear.