Order::getOrderDetailList = OrderDetail::getList($id_order)
so the data from the order_detail table is returned.
But you have your value stored in the cart table.
Order::getOrderDetailList = OrderDetail::getList($id_order)
so the data from the order_detail table is returned.
But you have your value stored in the cart table.
Order::getOrderDetailList = OrderDetail::getList($id_order)
so the data from the order_detail table is returned.
But you have your value stored in the basket
Order::getOrderDetailList = OrderDetail::getList($id_order)
so the data from the order_detail table is returned.
getOrderDetailList = Orderdetail::getList($id_order)
so the data from the order_detail table is returned.