我在catalog.xml中为block添加了这段代码,我得到了以下错误 -
致命错误:在第759行调用成员函数addToChildGroup()app/code/core/Mage/Core/Block/Abstract.php
<!-- custom change here-->
<block type="catalog/product_list_related" name="catalog.product.related" as="product_additional_data" after="product.info.upsell" template="catalog/product/list/related.phtml"/>
<action method="setColumnCount"><columns>4</columns></action>
<action method="setItemLimit"><type>related</type><limit>4</limit></action>
</block>
<!-- custom change here-->
Run Code Online (Sandbox Code Playgroud)