gpt4 book ai didi

magento - magento 中前端和后端(admin 或 adminhtml)之间的共享模板

转载 作者:行者123 更新时间:2023-12-04 17:38:44 25 4
gpt4 key购买 nike

我希望在后端(在“design/adminhtml”下)重用某个前端 UI 元素。这主要包括重用模板 (phtml)。但是,从后端引用前端布局句柄看起来会更好。 magento 是否为共享 UI 组件提供了一个位置,一种将它们声明为共享的方法,或者一种跨前端/adminhtml 划分引用它们的机制?谢谢

最佳答案

@coriscus
是的,这是可能的。我从管理员那里找到了你使用前端模板的技巧。

public function __construct()
{
parent::__construct();
$this->setData('area','frontend');
$this->setTemplate('customer/online.phtml');
}

只需在块构造函数中设置所需的区域。

关于magento - magento 中前端和后端(admin 或 adminhtml)之间的共享模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9755621/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com