Labels: magento2 · 2 Kudos
Solved my problem by following edit in below file: /vendor/magento/module-sales /view/frontend/templates/email/items.phtml $_order = $block->getOrder() ...
I ran into the same issue today, and this post worked for me. http://magento. stackexchange.com/questions/93143/magento2-how-to-get-shipping- ...
I know, this was late, but just for use of other developers $shippingaddress = $_ order->getShippingAddress()->getData(); print_r($shippingaddress);. It will print ...
Get Customer billing and Shipping address by order id in Magento 2, You can get details of billing and shipping address by Order Id for ...
To get all orders for the current log in customer $customerId = Mage:: getSingleton('customer/session')->getCustomer()->getId(); $_orders ...
The post gives the solution to get billing & shipping details programmatically from quote in Magento 2.
In this, quick post we will learn how to get shipping and billing address by order id.
The following might help someone looking for a similar solution: // Get the id of the last order for the current user(session) $orderId ...
Magento 2: Get Order Info, Order Item, Payment Info, Billing Address & Shipping Address by Order ID & Increment ID. Share Tweet Pin Mail ...