i need to give shirt sizes 34 35 37 by using drop down in producttype attribute

1
how to do this 
asked
2 answers
2

You could mage the size an enumeration to use a dropdown or it could be an associated size configuration object. Both will work. It depends on what you want to do with it.

answered
2

Reading documentation and doing some basic learning paths would also be a good starting point.

answered