1
A
回答
8
有對稅收sales_order表中的字段已經被計算後,他們:
| tax_refunded | decimal(12,4)
| tax_canceled | decimal(12,4)
| base_tax_refunded | decimal(12,4)
| base_tax_canceled | decimal(12,4)
| tax_invoiced | decimal(12,4)
| base_tax_invoiced | decimal(12,4)
| shipping_tax_amount | decimal(12,4)
| base_shipping_tax_amount | decimal(12,4)
| shipping_tax_refunded | decimal(12,4)
| base_shipping_tax_refunded | decimal(12,4)
當你有一個訂單對象,你可以使用正常的Magento的干將,以獲得這些數據。例如。
$taxRefunded = $order->getTaxRefunded();
希望有所幫助。
謝謝, Joe
相關問題
- 1. Magento訂單的折扣信息
- 2. Magento銷售訂單查看不顯示訂單信息
- 3. 從magento的購物車頁面中刪除稅務信息
- 4. 如何在Magento設置縣稅務稅
- 5. Magento如何驗證單個客戶的訂單詳細信息
- 6. Magento 2稅務優惠+ FPT
- 7. Magento結帳帳單信息
- 8. Magento結帳成功頁面:獲取一些訂單信息
- 9. Magento觀察員獲取所有訂單詳細信息?
- 10. 我需要幫助從magento獲取訂單詳細信息
- 11. 獲取Magento最新訂單的產品信息
- 12. Magento:如何添加訂單/付款信息到Admin-BackEnd
- 13. Magento打印訂單詳細信息會給出死亡白屏
- 14. Magento SOAP API v2,無法獲取訂單信息
- 15. 如何編輯Magento Admin的訂單詳細信息頁面?
- 16. Magento簽出卡住「提交訂單信息」
- 17. Magento - 顯示銷售訂單視圖中的分類信息
- 18. 如何獲得magento訂單審查信息
- 19. Magento 1.7 - 加入可配置產品信息的訂單商品
- 20. 如何在magento訂單電子郵件中顯示稅率?
- 21. 從訂單對象獲取magento運輸稅率
- 22. Magento - 訂單,訂單,發票,貸項憑證和發貨Pdf的訂單項詳細信息
- 23. 從新訂單郵件中提取訂單信息和客戶信息
- 24. Magento - 通過休息創建訂單
- 25. 獲取帳單信息在Magento中一頁結帳的訂單審閱部分
- 26. 在外部網站獲取訂單信息和客戶信息
- 27. Magento Checkout卡在賬單信息步驟
- 28. 消息沒有在magento發送新的訂單magento
- 29. 通過訂單Id獲取訂單詳細信息
- 30. 如何使用訂單ID獲取訂單信息?