カテゴリ 4 の商品詳細ページに静的ブロックを追加したい。
$catid = $this->helper('catalog/data')->getProduct()->getCategoryIds();
?>
<?php $blockID = "free_shipping_" + $catid ?>
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId($blockID)->toHtml()
?>
次に、管理者で 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 のオペランド タイプがサポートされていません