我想根据登录用户通过前端路由器控制器从产品视图页面中删除 product_options_wrapper 块。
我知道我可以以编程方式附加一个新块,但我没有找到删除函数。:-(
试过了。像那样
$this->getLayout()->unsetBlock('product_options_wrapper');
$this->getLayout()->getBlock('product.info')->remove('product_options_wrapper');
但没有任何效果。