by Alan Barber | Dec 8, 2020 | All
Summary Composer is a dependency management tool for PHP-based applications. Composer is PHP’s equivalent of node’s NPM or ruby’s gems. Composer allows you to do several important things: Maintain a list of which external libraries are necessary to run your...
by Alan Barber | Mar 28, 2020 | All
Magento 2 – Stuck or Long-Running Cron After Upgrade To 2.3.x You may have recently upgraded your Magento 2 instance to 2.3.x, only to discover one of the below: One or more index is no longer updating (if set to SAVE ON SCHEDULE) One or more cron tasks does not...
by Alan Barber | Jan 15, 2020 | All
Magento 2 Commerce Cloud – Page Builder One of the nice features in Magento 2 Commerce Cloud is the Page Builder addition to the admin panel. This is a user-friendly visual WYSIWYG improvement, which gives admin users great control over their content. That said,...
by Alan Barber | Sep 16, 2019 | All
By default, the Magento 2.3.x GraphQL modules do not appear to reflect Catalog Price Rules Copying the XML configuration files found in vendor/magento/module-catalog-rule/etc/webapi_rest/*.xml into a custom module in the etc/graphql area appears to resolve this issue:...
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...