测试我的购物车并收到此错误
注意:未定义的变量:在第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中获取非对象的属性