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

Import Product Reviews in Magento via SQL

Import Product Reviews/Ratings in Magento

Customers are more likely to make purchasing decisions when they see a product that has good reviews.Also, some search engines give sites with product reviews a higher ranking than those without. Since Magento doesn’t support default functionality for importing product reviews, we came up with a quick approach using SQL. Database Schema for Product Reviews …

Read more

Migrate/Downgrade Magento 2 from Enterprise to Community Edition

Magento 2 Enterprise Edition (EE) is the premium paid version of Magento 2 Community Edition (CE). If you are a business that aspires to grow and expect huge website traffic volumes, then EE is the best solution for your company. Moreover, the Enterprise edition is completely backed by the Magento team. And subscribers get full …

Read more