我正在使用Prestashop 1.6,但有几天我在银行转移支付方面遇到了问题。我刚刚尝试更新模块并激活调试,但是没有什么有趣的东西出现。
当尝试确认订单(用银行转账支付方法)时,我有以下错误:
对象(CMAOrder)#850 (9) { "documentDate"=>字符串(10) "2016-10-14“”ourReference"=> string(9) "OGWWAYOHE“"paymentMethod"=> string(2) "BB”"callBeforeDelivery"=> bool(false)“快递”“=> bool(false)”注意“=> string(0)”"invoiceRequired"=> bool(false) "details"=>数组(2){=> object(cMAOrderDetail)#271 (4) { "item“。=>字符串(13) "2000017000329“"qty"=>字符串(1) "1”"unitValue"=> string(8) "discount1"=> string(4) "0.00“} 1=> object(cMAOrderDetail)#339 (4) { "item"=> string(13) "2000012010279”"qty"=> string(1) "1“"unitValue"=> string(10) "100.003400”"discount1"=> (4)“0”。“}”客户“=>对象(CMACustomer)#839 (19) {”国家“=>字符串(5)”意大利"“ISOCountryCode"=>字符串(2) "IT”支付“=> string(2) "”BB“"companyName"=> string(12) "my”"taxIDNumber"=> string(0) "fiscalCode"=> string(0) "address"=> NULL "ZIPCode"=> string(5) "00166“"city”=>字符串(15)“罗姆”“县”=>字符串(2) "RM“”电话“=>字符串(10) "123456”"mobilePrefix"=>字符串(2) "39“"mobileNumber"=> string(10) "123546”“电子邮件”=> string(23) "f.carciofolo@key4web.it“workingTime"=> string”(2) "39“contactPerson"=> string(10) "123456”custSuppKind"=> string(7) "7733248““类别”=> string(2) "VC“分支”=>object“(CMACustomerBranch)#852 (10) {”国家“=>字符串(5)”意大利“"ISOCountryCode"=> string(2) "IT”"companyName"=> string(12) "my“address"=> string(18) "ZIPCode"=> string”(5) "20093“"city"=> string(15) "Roma”县“=>string”(2) "RM“"mobilePrefix"=>字符串(2) "39“"mobileNumber"=>字符串(10) "123456”“电子邮件”=> string(23) "my@my.it“}}
我怎么才能解决这个问题?
发布于 2016-10-20 04:46:47
请检查您的商店中是否存在以下文件。
覆盖/classes/order/OrderPayment.php
如果是,将其重命名为_OrderPayment.php,并查看问题是否得到解决。
https://stackoverflow.com/questions/40038980
复制相似问题