【发布时间】:2021-08-27 18:47:38
【问题描述】:
我使用的是 Shopware 5.6.1 版本。我创建了自定义插件。 我想在模板文件中调用自定义函数,如下所示:-
\Resources\views\frontend\checkout\confirm.tpl
{extends file="parent:frontend/checkout/confirm.tpl"}
{block name='frontend_index_content'}
{Here I wanted to add custom function result}
{$smarty.block.parent}
{/block}
谁能确认我怎样才能达到同样的效果。
【问题讨论】:
标签: shopware5