JavaScript is hard. No other way to say it. And the implementation of JavaScript in Magento 2 is even more challenging. Even for seasoned Magento 1 developer or seasoned front end developer, the way Magento has integrated JavaScript into the…
Many people are willing to install and configure Varnish on their Magento 2 instance to reap the benefit of faster page load times. Unfortunately, they tend to forget a very important step: Configuring Magento to purge Varnish with the normal…
Have you ever tried to uninstall a Magento 2 module using the bin/magento module:uninstall ModuleProvider_ModuleName and after running the bin/magento setup:upgrade it always seems to re-enable itself? Well, you’re not alone. *This is only applicable to Magento 2 modules that…
Jamersan’s CEO TJ Gamble hosted a live stream with special guests David Deppner from Psyberware, Brent Peterson from Wagento and Adam Randazzo from Great Lakes Dental Technologies, for a discussion on getting merchants more involved in Magento events and the…
Magento 2 (specifically with release 2.2.x) has simplified the process of creating crontabs. A crontab can now be created and configured by running a simple one line command via ssh. If you’ve already set up the crontab for other modules,…
Magento announced their support policies for Magento 1 installations today. From their blog: We understand that many of our Magento 1 merchants need additional time to make the transition to newer versions of Magento. To that end, our software support…
Jamersan’s CEO TJ Gamble hosted a live stream with special guest Joseph Russell, Head of Design at JH, on how to design a mobile first eCommerce experience. JH is an agency that designs and builds eCommerce websites, specializing in the…
Jamersan’s CEO TJ Gamble hosted a live stream with special guest Miguel Balparda, senior developer at Nexcess. They discussed Magento’s Community Engineering, the recent closing of two Magento locations, benefits of live events and Magento community days. Here is a…
Magento 2 out-of-the-box comes with over 60,000 files/folders. If you are updating a page on the frontend, sometimes the location of the template file you are editing is obvious; other times it can be elusive. In following, I will share…