{{ dump( variable_name ) }} 在 opencart-3 中不起作用

{{ dump( variable_name ) }} not working in opencart-3

我认为在 opencart 3.0.2 中没有任何配置选项可以打开 twig 模板调试。0.if错误请更正并提出解决方案。

{{转储()}}

试试这个: 转到 system/library/template/Twig/Environment。php 在 $options 数组中。将 'debug' 选项设置为 'true' 在底部添加:

$this->addExtension(new Twig_Extension_Debug());