我有一个模块显示在产品页面上计算运费,它运作良好。
当网址为wishlist / index / configure / id / id_product时,此模块返回:
致命错误:在第141行的mysite / app / design / frontend / default / agenciasoft-tendadostapetes / template / catalog / product / view.phtml中的非对象上调用成员函数toHtml()
我检查了你的xml,因此可以找到:
<controller_actions>
<catalog_product_view />
</controller_actions>
喜欢这样的事情:
<controller_actions>
<catalog_product_view />
<wishlist_product_view />
// or
<wishlist_catalog_product_view />
</controller_actions>
无论如何,我尝试了正确的标签但未找到,尝试了不同的标签,没有任何效果。
答案 0 :(得分:0)
我用magento搜索了所有文件
我正在测试最可能的,我得到了一个有效的:
<controller_actions>
<catalog_product_view />
<wishlist_index_configure />
</controller_actions>
如果有人遇到此问题,是产品页面上的ecomdev模块zip,更改后的文件是config.xml