2017-03-14 8 views
0

を取得する私は現在、私はそうのような情報を取得しています、Magentoのための配送先住所の2行目を取得する必要があります:Magentoの:どのように注文の配送先住所ライン2

 $this->formatText($order->getBillingAddress()->getData('prefix')), 
     $this->formatText($order->getBillingAddress()->getData('firstname')), 
     $this->formatText($order->getBillingAddress()->getData('middlename')), 
     $this->formatText($order->getBillingAddress()->getData('lastname')), 
     $this->formatText($order->getBillingAddress()->getData('suffix')), 
     $this->formatText($order->getBillingAddress()->getData('street')), 
     $this->formatText($order->getBillingAddress()->getData('city')), 
     $this->formatText($order->getBillingAddress()->getData('region')), 
     $this->formatText($order->getBillingAddress()->getData('country_id')), 

すべてが、しかし、顧客の供給アドレスに良いです以下の行2、画像を参照してください。私のコードは、その行を捕捉しない

enter image description here

、誰もがMagentoの内のアドレスライン2を取得する方法を知っていますか?質問はMagentoのスタック所に答えた

答えて

関連する問題