/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $product = Mage::getModel('catalog/product'); $productType = $product->getTypeId(); if($productType == "configurable") { echo $this->getLayout()->getBlock('product.info.configurable')->toHtml(); } ?>