我的类别块在类别页面的左栏中显示正常。 但是当我点击单个产品页面时,类别块就消失了。
我在过去的两天里尝试了很多东西,它仍然没有出现。我试图将模块移植到displayLeftColumnProduct
(我假设这是产品页面中的左栏),但它给了我错误说:
此模块无法移植到此挂钩。
然后我尝试了别人的教程来粘贴这段代码
!$this->registerHook('displayLeftColumnProduct') ||
然后
public function hookRightColumnProduct( $params )
{
global $smarty;
return $this->display(__FILE__,'blockcategories.tpl');
}
public function hookLeftColumnProduct($params)
{
return $this->hookRightColumnProduct($params);
}
在blockcategories.php中的getTree()
内部功能,但它仍无法正常工作
帮助!
答案 0 :(得分:0)
Okey,你是否启用了product.tpl左列?默认情况下,您可以在左侧列中看到菜单。就这样做:
转到偏好设置 - >主题 - >高级设置并打开产品页左列。 (http://prntscr.com/6xico8)
这就是我现在在产品页面上看到的内容:http://prntscr.com/6xicxh。如果仍然没有,请尝试将类别模块重置为默认值。这应该有所帮助。