Magento offers
Occasional personal opinions on things
Update stock in Magento 2.3 multi source inventory
Magento 2.3 introduced a new feature: Multi-Source Inventory (MSI) that was designed to handle multiple inventory sources. This broke many inventory synchron...
Magento 2 Cart to Order programmatically
Due to errors in custom code, sometimes Magento fails to create an order. If the payment had been taken and confirmed in the payment gateway, it would be a w...
Magento 2 PWA Studio SSR
Google’s own PWA team said serving static content is not important for SEO, because their clawlers are running JavaScript files. Then why bother with SSR (Se...
Magento 2.3 mysqldump done right
Magento 2.3 introduced a view table which causes issues with import of mysql dump. It’s part of the new Magento 2 Multi Source Inventory feature.