Magento 2 Performance Optimization: Concerns & Solutions

In the field of eCommerce website development, Magento occupies a key place among its competitors. Now the share of online stores developed on this CMS is about 11% (or more than 250,000). And there is no surprise to its consistent popularity as it allows retailers to grow three times faster. Ease of use, customization, and …

Read more

Change Table Prefix for Magento 2 DB (After Installation)

During installation, Magento provides the option to configure the table prefix for your database. That’s great. What if you missed it or realized later that you needed to configure it when you already have real data (catalog, customer, sales, etc.) in your database? Don’t worry, we have got you covered. You just need to follow …

Read more

Fix Region/State Dropdown not Loading on New Account Creation Page

By default, Magento doesn’t display any address fields on the new account creation (/customer/account/create) page. But if you ever want to, it’s just a piece of cake. You simply have to set the flag show.address.fields to true in the layout XML file (customer_account_create.xml): With the above XML update, followed by cache refresh, you may see …

Read more

What to Consider while Migrating from Magento 1 to Magento 2?

Migrating Magento versions from Magento 1 to Magento 2 sounds like a tedious task (and frankly, it can be). Still, it has also become a necessity for all online businesses using the platform. Magento 2 replaced Magento 1, which Adobe ended support for in June 2020. Outdated websites are quickly losing Google search relevance, target …

Read more