Magento添加到购物车不能正常使用产品浏览页面

时间:2016-03-10 01:56:30

标签: javascript php magento

好的问题是在js文件中。并且从浏览器检查元件中说明了以下问题。

未捕获的TypeError:无法读取未定义的flycart.js属性'min_qty':419

未捕获的TypeError:无法读取未定义的flycart.js属性'max_qty':1480

现在从代码编辑器分别是第419行和第1480行;

    if (qty < this.associated_products[product_id].min_qty){

if (qty > this.associated_products[product_id].max_qty){

0 个答案:

没有答案