我試圖從自定義主題中的自定義插件中包含模板Shopware 5.2。如何在自定義Shopware主題中包含自定義插件中的模板?
的主題模板包含以下行:
{include file="frontend/custom/colorpicker.tpl"}
插件模板位於/custom/plugins/PLUGINNAME/Resources/views/frontend/custom/colorpicker.tpl
我收到以下錯誤信息:
Fatal error: Uncaught SmartyException: Unable to load template snippet 'frontend/custom/colorpicker.tpl' in 'frontend/detail/index.tpl|frontend/plugins/seo/index.tpl' in...
我已經嘗試添加父到文件路徑,但沒有喜悅。該錯誤消息消失,但沒有裝載模板:
{include file="parent:frontend/custom/colorpicker.tpl"}
可惜我找不到Shopware文檔中的任何東西,說明是否有什麼特別的東西,包括從一個插件模板需要。
這似乎是正確的做法,非常感謝你!不幸的是,我現在沒有時間設置它並嘗試一下。但是一旦我確認了,我會接受你的回答。 – pwagner