by Alan Barber | Sep 4, 2019 | All
GraphQL Is Here Magento 2.3 saw the introduction of the various GraphQL modules into the codebase. The long-term goal (according to Magento’s docs here) is to support most default functionality through GraphQL. We still have a ways to go, but there is...
by Alan Barber | Aug 1, 2019 | All
The Problem So, you’ve upgraded your Magento 2.1 or 2.2 instance to the latest version of 2.3 (congrats!). You go to run: php bin/magento setup:upgrade and receive an error like the below: Cannot process definition to array for type tinytext Upon some...
by Alan Barber | Jul 15, 2019 | All, eCommerce, Magento, Magento 2
The Problem : +$x.00 in Select Dropdown So, you’ve setup a configurable product with a variety of simple products for the different option combinations. Some of those combinations involve a slightly higher or lower price. When viewing your configurable product...
by Alan Barber | Nov 6, 2018 | All
If you’re using a version of Laravel that doesn’t support Laravel Mix out of the box like 5.3 LTS, you’ll be unable to take advantage of Laravel’s new webpack-friendly frontend build tool. If you don’t want to upgrade your entire Laravel...
by Alan Barber | Sep 29, 2018 | All
Deadlock Issues If you have a Magento 2.x installation, you may from time-to-time encounter a MySQL “Deadlock.” A Deadlock occurs when 2 or more MySQL connections run transactions that prevent one-another from completing. When this happens, MySQL picks one...