草庐IT

isBundle

全部标签

php - Magento 中的 isBundle()?

如何判断产品页面是否在Magento1.4中设置为bundle?我找不到办法。 最佳答案 此代码应该在您的产品页面(catalog/product/view.phtml)中有效:$product=$this->getProduct();if($product->getTypeId()==='bundle'){//Something…} 关于php-Magento中的isBundle()?,我们在StackOverflow上找到一个类似的问题: https://