The problem is that $order is not set or it's no object (of type Mage_Sales_Model_Order ). Also order with downloadable products have no ...
To get all orders for the current log in customer $customerId = Mage:: getSingleton('customer/session')->getCustomer()->getId(); $_orders ...
Solved: I need to save the shipping address while order is placed in my custom table how to i take the shipping address . I am using the event.
The following might help someone looking for a similar solution: // Get the id of the last order for the current user(session) $orderId ...
come through correctly. We're getting the order details like this:
Get Customer billing and Shipping address by order id in Magento 2,
This issue was also supposed to be patched in Magento 2.0.1, but in my ...
cart items, subtotal, grand total, billing & shipping address in Magento 2
The issue that I am getting is that the country actually showing reflects the billing address, and not the shipping address when shipping address is ...
How do I get the shipping address for a sales order via the API?