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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -