Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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 } ?>
Advertisement
Add Comment
Please, Sign In to add comment