With this snippet you can display an array of attribute options from a single attribute for the current product view.
<?php
echo "<b>This accessory can be used for:</b> " . $_product->getResource()->getAttribute('ATTRIBUTEHERE')->getFrontend()->getValue($_product);
?>
Opmerkingen