Add the below given code on catalog/product/view.phtml
<?php if($_product->getTypeId() == “configurable”) echo “Its a configurable product”; ?>
Add the below given code on catalog/product/view.phtml
<?php if($_product->getTypeId() == “configurable”) echo “Its a configurable product”; ?>