注意:qbms上的未定义变量

时间:2018-09-23 17:58:40

标签: php-code-coverage

测试我的购物车并收到此错误

注意:未定义的变量:在第183行的public_html / modules / qbms / qbms.php中排序 在第183行上,它说的是 $ amount = number_format($ order-> order_total,2,'。','');

$invoiceAddress = new Address((int)$cart->id_address_invoice);
        $currency = new Currency((int)$cart->id_currency);
        **$amount = number_format($order->order_total, 2, '.', '');**
        $stamp = date("YdmHisB");
        $orderid = $stamp.'-'.$cart->id;

另一个错误通知:尝试在第183行的public_html / modules / qbms / qbms.php中获取非对象的属性

0 个答案:

没有答案