Guest User

Untitled

a guest
May 2nd, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php $_attributes = $_product->getTypeInstance(true)->getConfigurableAttributes($_product); ?>
  2. <?php foreach($_attributes as $_attribute){ ?>
  3. <?php if (strtolower($_attribute['label']) == "color"): ?>
  4. <?php ECHO NUMBER OF COLORS HERE; ?>
  5. <?php endif; ?>
  6. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment