标签: php smarty prestashop-1.6
我必须覆盖自定义主题中的模块视图。我在正确的目录中复制了我要覆盖的tpl,但它包含许多{include file="./[filename].tpl" }而smarty因Smarty: Unable to load template而失败。这看起来很公平,因为它想要包含的文件不在我的主题覆盖中。
{include file="./[filename].tpl" }
Smarty: Unable to load template
为一行化妆品覆盖复制数十个文件似乎对我来说太脏了。
有没有办法可以覆盖单个tpl,而不必复制我主题中包含的所有文件?