【发布时间】:2013-12-20 10:54:20
【问题描述】:
(关于stackoverflow的第一篇文章!)
我正试图弄清楚如何才能看到已经支付了多少。
$order_paid = $order->getGrandTotal(); <- i know that this is wrong
$order_total = $order->getGrandTotal();
这是用于(后付款)功能,其中订单具有“order_total”价格但“order_paid”字段为0.00,
我知道我可以在我的模块中通过询问设置订单的付款方式来做到这一点。 为了简单起见,我希望 Magento 给我“order_paid”值
【问题讨论】: