I personally experienced this issue dozen of times with many different projects. Sometimes it was a recurrent issue with every new store created on…

I personally experienced this issue dozen of times with many different projects. Sometimes it was a recurrent issue with every new store created on…
In this tutorial, I will show you a simple standalone script to remove programmatically an Attribute in Magento 2. It applies either for Customer…
This is a simple tutorial to show you how to add a new action for orders in the Order View page within the Admin…
Most of you must be wondering why the order item values has so many “repeated” fields like the following: price row_total row_invoiced row_total_inc_tax tax_amount…
Sometimes we need to perform a quick bulk update of a specific product attribute for the whole catalog. But as we know, fetching the…
This is a very common issue with Porto Theme on Magento 2.x. You might get the following errors in your console while you are…
I was performing a migration from a Magento 1.7.0.2 to Magento 2.1.11 and after finishing the migration, when I went to each category page…
After doing a lot of research about how to get a good and light local environment for Magento projects, either Magento 1 or 2,…
In this tutorial I will show you how to integrate a GitHub private repository to your composer.json file, in order to install it as…
The Problem Fatal error: Uncaught Error: Class ‘Locale’ not found in lib/internal/Magento/Framework/Locale/Bundle/DataBundle.php:64 Most of the cases this error appears when you are trying to…
Uninstall a manually added theme In case if your theme was created or installed manually, the uninstall procedure is the same, regardless the way…
Magento 2.2 introduces a major change in matter of serialization. There are several tables in the Magento database that includes fields with serialized values.…