Categories


Recent Posts


Archives


Fatal error: Call to a member function getId() on a non-object in lib/internal/Magento/Framework/View/Model/Layout/Merge.php on line 745

I ran into this error Fatal error: Call to a member function getId() on a non-object in /path/to/magento/lib/internal/Magento/Framework/View/Model/Layout/Merge.php on line 745 after loading a new system’s MySQL database into my local development environment. Magento 2’s theme settings allow you to pick a specific theme from a [...]

astorm

Quote Address Creation

Here’s another gotcha to be careful of when using the sales/quote model objects. If you pass the following methods setBillingAddress, setShippingAddress, assignCustomerWithAddressChange an existing quote address object, these methods will reassign the address to the current quote (removing it from the old quote). If you were [...]

astorm
email hidden; JavaScript is required