Magento 2.x
CategoryMagento 2.x – How to add a new product custom attribute programmatically
One of the most popular operations that we will need on Magento, is adding a custom attribute to our catalog products. To do so, basically..
Magento2.x: Re generate css files in pub/static folder
If you made a css change into your files of your theme, and you don’t see those changes in the pub/static folder, so it’s not being render..
Magento 2.x – How to remove empty attributes “N/A” on PDP tabs
If you don’t want to show to the customer the empty attributes of your products in the PDP, for example in the More Information tab, such ..
Magento 2.x – Fix “The following modules are outdated” error
If you are trying to enter to your M2 site, and the following error is being showed:
The following modules are outdated:
Vendor_Module..
Magento 2.x – Required parameter ‘theme_dir’ was not passed
You should see this error in Magento 2, if you have a theme reference in your database and it’s not within its corresponding directory.
..
Migrate sales orders from M1 to M2 using Data Migration Tool
Preconditions:
- You should have installed Data Migration Tool, and configured it as well as the documentation says (data-migration-too..
How to detect whether a Magento 2 site works on the Enterprise or Community Edition
If you need to figure out if your site is working on Enterprise or Community edition, the fastest way to do so, is going through the follo..
MAGENTO 2.X – SETUP VERSION FOR MODULE NOT SPECIFIED ERROR
If you have installed a new extension in your Magento 2, and after that you are facing the “Setup version for module <extension name> is n..
MAGENTO 2.X – IMPORT / EXPORT PRODUCTS
If you need to import or export some kind of entity data in Magento 2, the standard tool is pretty useful. In this case we are going to im..
MAGENTO 2.X – CREATE A BACKEND ADMIN USER FROM CLI
If you need to create a new backend admin user, the following command will help you.
- Open a new terminal window, and go to your proje..