2 questions about this referring to the soap gift set example:

1. if you are adding all of the same option values to each option name and there are no price differences, do you really need to do that? when you go into the attributes controller to add the option name and value to a particular product, and you have the list of values, does it matter if you have option name soap 2 and choose one of the values associated with soap 1? if not, do you really need to add the values for the other option names to begin with? can you just add values to one of the option names and then use those values for all 3 option names? I know that sounds confusing so here is an example:

soap 1
  • lavender [soap 1]

  • rose [soap 1]

  • vanilla [soap 1]


soap 2
  • lavender [soap 2]

  • rose [soap 2]

  • vanilla [soap 2]


since lavender, rose, and vanilla are the same for soap 1 and soap 2, can i just insert those values for soap 1 and then in the attributes controller select soap 1 and soap 1 values for a product and then soap 2 and soap 1 values for that product also?

------
2. if each soap i am listing as a value is already one of my products, is there a way to get those automatically into the attributes so if i add a new soap as a product later i don't have to manually add it to this list for the gift set?