Magento Extensions that will break with SUPEE-6788
This is a list of extensions that will break your Magento installations when applying security patch SUPEE-6788 or when updating to/installing Magento 1.9.2.2. This is because these extensions use the...
View ArticleMagento 2 Advanced Product Feeds
Shopping engines are becoming more popular each day, and can be a great source of revenue for Magento 2 store owners. However, setting up, maintaining and updating the feeds is an absolute pain, and...
View ArticleMagento Security Patch SUPEE-7405 Installation Guide
Magento has just released the newest security patch for Magento 1.x and 2.x called SUPEE-7405. The patch is mandatory for every Magento installation, and it is recommended to install the patch as soon...
View ArticleMagento 2 Blog Extension
Adding a blog to your Magento 2 store is one of the best ways to spread news about your site, inform your customers about your products and to inform visitors with tutorials. Unfortunately, a blog is...
View ArticleHow to Enable PHP Extension intl
One of the most frequent server errors you can get while installing Magento 2 or any other script/CMS is that PHP Extension intl is not enabled on your server or Xampp. The error notice looks like...
View ArticleEnable Error Reporting in Magento 2
When you are developing in Magento 2, you often come across errors that you can’t “spot” easily. The error log in Magento 2 helps you enormously in finding errors in the code. Unfortunately, in Magento...
View ArticleHow to get the Magento 2 Base URL
When programming in Magento 2, we at Codingbasics.net often come across the issue of getting the base url of the current store. This was very easy to do in Magento 1, but in the second version of the...
View ArticleMagento 2 Reindexing error: One or more indexes are Invalid
A frequent reindex error in Magento 2 is the following one: “One or more indexers are invalid. Make sure your Magento cron job is running”. When you see this system message you instantly want to fix...
View ArticleRemove Block from Layout in Magento 2
When you are creating your own Magento 2 extension, you often have to remove a block. This was very easy in Magento 1. In M2 it’s very easy as well, but it’s just done a bit differently. Below is what...
View ArticleHow to Update Magento 2 using Composer
Updating your Magento 2 installation is very easy if you use composer. Below you will find all the steps you need to take to update the system quickly. Updating through composer can be done both with...
View Article