Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如标题所说,我如何才能在送货方式中打印新输入的送货地址。
进入 Magento 1.7.02,如您所知,结帐中的所有数据都保存在 javascript vars 中并发布到服务器,直到下订单,我需要在运输方法步骤中打印地址和名称。
非常感谢!!
Mage::getSingleton('checkout/session')->getQuote()->getShippingAddress()
这将返回当前会话的送货地址