- <?php $_attributes = $_product->getTypeInstance(true)->getConfigurableAttributes($_product); ?>
- <?php foreach($_attributes as $_attribute){ ?>
- <?php if (strtolower($_attribute['label']) == "color"): ?>
- <?php ECHO NUMBER OF COLORS HERE; ?>
- <?php endif; ?>
- <?php } ?>