银行转账 Prestashop

bank transfer Prestashop

我使用的是 Prestashop 1.6,但有几天我在银行转账支付方面遇到了问题。我刚刚尝试更新模块并激活调试,但没有出现任何有趣的东西。

当尝试确认订单(使用银行转账付款方式)时出现此错误:

object(cMAOrder)#850 (9) { ["documentDate"]=> string(10) "2016-10-14" ["ourReference"]=> string(9) "OGWWAYOHE" ["paymentMethod"]=> string(2) "BB" ["callBeforeDelivery"]=> bool(false) ["express"]=> bool(false) ["note"]=> string(0) "" ["invoiceRequired"]=> bool(false) ["details"]=> array(2) { [0]=> object(cMAOrderDetail)#271 (4) { ["item"]=> string(13) "2000017000329" ["qty"]=> string(1) "1" ["unitValue"]=> string(8) "9.747800" ["discount1"]=> string(4) "0.00" } [1]=> object(cMAOrderDetail)#339 (4) { ["item"]=> string(13) "2000012010279" ["qty"]=> string(1) "1" ["unitValue"]=> string(10) "100.003400" ["discount1"]=> string(4) "0.00" } } ["customer"]=> object(cMACustomer)#839 (19) { ["country"]=> string(5) "Italy" ["ISOCountryCode"]=> string(2) "IT" ["payment"]=> string(2) "BB" ["companyName"]=> string(12) "my" ["taxIDNumber"]=> string(0) "" ["fiscalCode"]=> string(0) "" ["address"]=> NULL ["ZIPCode"]=> string(5) "00166" ["city"]=> string(15) "Roma" ["county"]=> string(2) "RM" ["telephone"]=> string(10) "123456" ["mobilePrefix"]=> string(2) "39" ["mobileNumber"]=> string(10) "123546" ["email"]=> string(23) "f.carciofolo@key4web.it" ["workingTime"]=> string(2) "39" ["contactPerson"]=> string(10) "123456" ["custSuppKind"]=> string(7) "7733248" ["category"]=> string(2) "VC" ["branch"]=> object(cMACustomerBranch)#852 (10) { ["country"]=> string(5) "Italy" ["ISOCountryCode"]=> string(2) "IT" ["companyName"]=> string(12) "my" ["address"]=> string(18) "street " ["ZIPCode"]=> string(5) "20093" ["city"]=> string(15) "Roma" ["county"]=> string(2) "RM" ["mobilePrefix"]=> string(2) "39" ["mobileNumber"]=> string(10) "123456" ["email"]=> string(23) "my@my.it" } } }

我该如何解决这个问题?

请检查您的商店是否存在以下文件。

override/classes/order/OrderPayment.php

如果是,请将其重命名为_OrderPayment.php,看看问题是否解决。