adding dynamic menus
I am building a shopping cart the has a backend and a user end
i need in the backend to have a list of sizes that the end user will be able to select
In the backend i have an add item page
i can add the
ItemID
Title
Desc
Image
Price
but i also need to add the sizes...s,m,l,xl,xxl
and the coulours....red,blue.gree
but i need to be able to add either s,l,xl and not all of them
or red, green
then for the end user they need to see a select list so they can chose what one they want.
Am I am thinking of this too much.?
thanks in advance