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…
Let’s assume that you installed an extension to sort by Best Selling products, but you’re not completely sure if it’s working properly or if…
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 faced this issue today which was caused by an observer with some bad coding practice. The following is the error message: Call to…
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…
Backup Catalog In this tutorial I will show you how to perform a simple SQL Backup of all of your Catalog related tables. That…