php - isBundle() in Magento? -
how tell if product page set bundle in magento 1.4? can't find way it.
this code should work in product page (catalog/product/view.phtml):
$product = $this->getproduct(); if($product->gettypeid() === 'bundle'){ // something… }
Comments
Post a Comment