Hello, and Welcome!
Here I talk about the most unique and interesting facts about the eCommerce systems and yes, sometimes the other stuff as well!
Setup Magento 2 on Docker with elasticsearch in less than 2 mins!
I'm sure you'll agree that Magento is a very resource heavy software and requires a stable setup to run it smoothly. We've all been in a situation where we've complained how slow the Magento system is to run locally but what if I told you there is a docker setup for...
Solved: Getting TypeError: $.widget is not a function Magento 2 and customers cannot checkout
Recently, one of our clients started to get $.widget is not a function JS error on their Magento 2 store and as a result, customers weren't able to complete their checkout. The error was present on Minicart, Product view page, and Checkout page and even changing...
Solved: Learn how to fix 500 Internal Server Error on Magento 2.2.2
I've used Magento v2.1.x for a while and then decided to give Magento v2.2.2 a try because why not, upgrading the tech stack is always good, isn't it? As usual, I opted in for CLI based installation and Magento was installed successfully, however, I was served a 500...
Solved: How to fix Magento 2 Plugin class Vendor\ModuleName\Plugin doesn’t exist?
Magento is a complex system and it is important to pay close attention to what you code. One of my clients had a special requirement in which I had to customise the customer login controller to meet the business needs. One option was to create a custom controller and...
Solved: How to Remove SID (SESSION_ID) from URL in Magento 2?
The SID is a "session ID". Magento uses this to track a user's activity within the same Magento installation. Normally, Magento powers one website and one store from one installation (database). Magento could power multiple websites with multiple stores from one...
Solved: How to fix required parameter ‘theme_dir’ was not passed?
Why does this happen? This error is normally returned when you remove your Magento theme directly from app/design or vendor/ directory. Removing theme files directly from the directory is not a Magento standard way anymore. Magento 2 has a CLI command to remove themes...
5,000+
Monthly readers