如何在 core.js 访问 Configuration::get('PS_LAST_QTIES')?

How can I access Configuration::get('PS_LAST_QTIES') at core.js?

在 prestashop 1.7 我如何在 core.js 访问 Configuration::get('PS_LAST_QTIES')?

谢谢, 米格尔·吉伯特

我已经通过 ProductController.php

传递变量解决了这个问题

$this->ajaxRender(Tools::jsonEncode([

我补充了:'ps_last_qties' => Configuration::get('PS_LAST_QTIES')

然后我在 core.js 收到了它:o.default.on("updatedProduct", function (e) {

并且能够将其用作 e.ps_last_qties