I\'m using woocommerce on wordpress to create a simple shop site and I\'ve added a couple attributes to a product. These are namely, size and color. Un
size
color
You can use get_terms() http://codex.wordpress.org/Function_Reference/get_terms
get_terms()
If you pass in pa_size or pa_color you will get back a list of terms in that taxonomy.