2013-01-01 41 views

回答

0

試試這個

$orderId = '100000001'; 

$order = Mage::getModel('sales/order')->loadByIncrementId($orderId); 

$customAttributeValue = $order->getShippingAddress()->getAttributeText('your_custom_attribute'); 
+0

試過,但沒有運氣。任何方式感謝Amith。 –

+0

以另一種方式修復它。 –

+0

這很好,所以你應該在這裏發佈你的解決方案,讓其他人也有同樣的問題。 – MagentoDiary

相關問題