博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
多语言网店的产品详细页面跳转到购物车页面出现产品添加到购物车失败的问题的解决!!
阅读量:4200 次
发布时间:2019-05-26

本文共 178 字,大约阅读时间需要 1 分钟。

 app/code/core/mage/checkout/controllers/CartController.php文件下

 

 

大致251行将

 $params['qty'] = $filter->filter($params['qty']);

 

改为

                $params['qty'] = (Int)$params['qty'];

神奇般的好了,神马都是浮云啊!!!

转载地址:http://hdcli.baihongyu.com/

你可能感兴趣的文章
Keras(三)实现深度神经网络
查看>>
sigmoid函数求导、求极值(史上最详细)
查看>>
Keras(四)实现批标准化、激活函数、dropout
查看>>
Keras(五)wide_deep模型
查看>>
Keras(六)keras模型封装转化为sklearn模型、使用超参数搜索
查看>>
排坑:TypeError: handle_get_file_code() got an unexpected keyword argument ‘save_all‘
查看>>
C++ explict
查看>>
const
查看>>
new & delete
查看>>
《Windows程序设计》第4章
查看>>
VC项目文件说明
查看>>
用Win32实现类似MFC中Draw3dRect函数的功能
查看>>
static、const和static const以及它们的初始化
查看>>
static
查看>>
《Windows程序设计》第5章
查看>>
#define
查看>>
IP首部检验和
查看>>
ARP分组
查看>>
hostent h_addr_list
查看>>
http 提交
查看>>