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…
“Jamersan has gone above and beyond our expectations. From the very start to the completion of our website they have been very easy to work with and prompt with revisions and changes we had on our end. Being that 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,…
Gone are the days of creating a new admin user directly in the database. If you hadn’t discovered n98-magerun, I’m sure you are very familiar with creating a new user or updating a password via SQL queries on a Magento…
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…
This article will explain how to manually set a customer’s password in the database, which will probably be helpful at times if you are developing an M2 site locally. The customer_entity table contains a field called password_hash and this is…
Every 90 days Magento 2 will ask you to reset your admin password, which can be a nuisance when working on your local environment. The picture below shows where Magento checks to see if your password has expired. The admin_passwords…
Register now! Setting up Magento 2 can be very difficult to the newcomer (and even the experienced user), as it contains a lot of package dependencies and system requirements. A solution exists out there which uses Docker, a platform which…