I'm using Shopsite 10.0 to create my online furniture store. For each product, I need to let the customer choose which wood (cherry, maple, oak) the product should be made from. Each wood has a different price, so for each product, I need to be able to have three prices. How can I do this? In the Products database, there is only one field for Price.
A dropdown menu for all the prices for each product would be ideal. Do I have to resort to entering each product three times (one for each wood choice), or is there a better way to do this?