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