PrestaShop没有保存产品

时间:2017-07-27 16:05:31

标签: prestashop

PrestaShop 1.6.1.3没有保存项目。 在产品管理页面上,我有:

Uncaught ReferenceError: countDown is not defined
at HTMLDocument.eval (eval at <anonymous> (jquery-1.11.0.min.js:2), <anonymous>:3:2)
at j (jquery-1.11.0.min.js:2)
at Object.add [as done] (jquery-1.11.0.min.js:2)
at e.fn.init.n.fn.ready (jquery-1.11.0.min.js:2)
at eval (eval at <anonymous> (jquery-1.11.0.min.js:2), <anonymous>:2:13)
at eval (<anonymous>)
at jquery-1.11.0.min.js:2
at Function.globalEval (jquery-1.11.0.min.js:2)
at e.fn.init.domManip (jquery-1.11.0.min.js:3)
at e.fn.init.append (jquery-1.11.0.min.js:3)

和按钮:

enter image description here

我尝试:

  1. 执行此操作:https://github.com/PrestaShop/PrestaShop/blob/5566c2d9d7e4ab88a201b2c5cf10e1cda2ff7150/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl#L252-L254 删除

                    submitHandler: function(form) {
                    form.submit();
                },
    
  2. 发送第二次admin.js文件

  3. Still Buttons不起作用,知道为什么? :)

1 个答案:

答案 0 :(得分:0)

可能您可能遇到JS错误,导致无法正确加载脚本。

另外一个糟糕的模块配置可能会阻止标签加载,如果没有加载所有标签,按钮也不会停止旋转。

我建议在高级参数&gt;中禁用非原生模块。性能并再次检查产品编辑页面。

如果有效,则可以禁用该选项并禁用可能已安装的最新模块。

然后逐个激活它们并每次检查编辑页面以找到罪魁祸首。