我想在类别 4 的产品详细信息页面中添加一个静态块。我这样做了:
$catid = $this->helper('catalog/data')->getProduct()->getCategoryIds();
?>
<?php $blockID = "free_shipping_" + $catid ?>
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId($blockID)->toHtml()
?>
然后在 admin 我创建了一个带有 URL 和 blocktitle 的静态块free_shipping_4
。(free_shipping_4 中的 4 代表类别 4)。
我得到错误:
致命错误:第 140 行 C:\wamp\www\mydomain\app\design\frontend\default\mytheme\template\catalog\product\view.phtml 中不支持的操作数类型