0
我試圖在確認頁面中以多筆訂單獲取所有「訂單」。Magento multishipping:獲取所有訂單或訂單ID
在標準模式下使用:
$orderId = $this->getOrderId();
或
$orderId = Mage::getSingleton('checkout/session')->getLastRealOrderId();
但是當我使用在multishipping模式,我總是得到一箇舊秩序。
謝謝,但我得到這個錯誤https://開頭gist.github.com/iesta/a9937bc2789d33626b92 – Sucrenoir
是的,我得到它的工作Thx – Sucrenoir