Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php if($_product->isConfigurable()): ?>
  2. <?php // get attributes ?>
  3. <?php $attributes = $_product->getTypeInstance(true)->getConfigurableAttributes($_product) ?>
  4. <?php if(count($attributes)): ?>
  5. <span class="flavor_count"><?php echo count($attributes); ?> Flavors</span>
  6. <?php endif;?>
  7. <?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement