Skip to content

Instantly share code, notes, and snippets.

@zeljkoprsa
Created July 2, 2013 10:23
Show Gist options
  • Save zeljkoprsa/5908225 to your computer and use it in GitHub Desktop.
Save zeljkoprsa/5908225 to your computer and use it in GitHub Desktop.
<?php $_product->getResource()->getTypeId(); ?>
<?php if($_product->getTypeId() == "simple"): ?> Simple <?php endif; ?>
<?php if($_product->getTypeId() == "grouped"): ?> Grouped <?php endif; ?>;
<?php if($_product->getTypeId() == "configurable"): ?> Configurable <?php endif; ?>
<?php if($_product->getTypeId() == "bundle"): ?> bundle <?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment