How I can get attribute values for some attribute that are used at least in one product?
Use this line.
$_product->getAttributeText('attribute_code');
hope this will help
thanks