我正在为供应商定制装箱单/装运PDF。
我想在装箱单中打印供应商的地址,但我不知道如何找到这些信息。
我认为解决方案可以是使用此代码:
$this->_currentShipment->getUdropshipVendor()->getBillingAddress();
但是如果我试着把它放在pdf中就不起作用了。
答案 0 :(得分:1)
试试这段代码
Mage :: helper(&#39; udropship&#39;) - &gt; getVendor($ this-&gt; _currentShipment-&gt; getUdropshipVendor()) - &gt; getFormatedAddress(&#39; pdf&#39;)< / p>
在 应用\代码\社区\ Unirgy \运输机\模型\全文\ Shipment.php