php Prestashop 1.7(PHP7)FrontController资产问题 Posted 2021-05-04 tags: 篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Prestashop 1.7(PHP7)FrontController资产问题相关的知识,希望对你有一定的参考价值。 replace this line: $this->$asset['type']($library, $asset['path'], $asset['params']); with this one: $this->{$asset['type']}($library, $asset['path'], $asset['params']); 以上是关于php Prestashop 1.7(PHP7)FrontController资产问题的主要内容,如果未能解决你的问题,请参考以下文章 Prestashop 1.7 白页 在结帐 prestashop 1.7 中添加字段 覆盖 Prestashop 1.7 模块的方法 Prestashop 1.7 - 覆盖 Symfony 表单约束 如何在 prestashop 1.7 中对自定义页面进行 ajax 请求 Prestashop 1.7在管理产品页面上添加自定义字段