Magento Check configurable product or not product detail page Magento June 10, 2013 Pramod T P Add the below given code on catalog/product/view.phtml <?php if($_product->getTypeId() == “configurable”) echo “Its a configurable product”; ?>