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…
Aztec Candle and Soap Supplies turned to Jamersan for help with an Magento 2 re-launch and a bold new design for their site www.candlemaking.com. Repeat business is important to them, so prominent calls to action around newsletter subscription and specials…
“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…
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…
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…
Watch this video to hear TJ Gamble talk about the Top Five Features of Magento Enterprise! Here’s a summary of the main points: Advanced Search – Mobile is more important than ever, and most mobile shoppers want to be able to…
[vc_row][vc_column][vc_column_text] In Magento 2, there are two main methods for overriding a template. The basic set of instructions is the same for all types of layout files. Theme file path Layout block argument The template file path method is used when…