Magento 2.x
CategoryMagento 2.x: Setup upgrade error “We can’t find the role for the user you wanted” – quick fix
If you are getting the error “We can’t find the role for the user you wanted”, while you are trying to do a php bin/magento setup:upgrade,..
Magento 2.x – Stop checkout success page redirection after refresh for testing
You can stop checkout success page redirection after refresh page, for testing purposes, with this below code:
File:
Comment Out Li..
Magento 2.x: How to reset Customer Password from Database
If you need to reset the password of a certain customer via Database, the following query will help you:
Just change ‘YOURPASSWORD’ abo..
Magento 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..