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 like this: You will…
If you are trying to enter to your M2 site, and the following error is being showed: The following modules are outdated: Vendor_ModuleName db schema version: defined in codebase - 1.0.1,…
We have many different ways to center our content with css using an inner and an outer div. What we need to have in mind, is that inner div, should always…
If you are getting the following error: Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are…
If you need to check whether a table size changed after a process or just to monitor the table sizes of any database, the following query will help you: Sizes…
If you need to create a new backend admin user, you can use the following database script: [crayon-5c69687965ddd876325606/] Instead, if you just need to change the password of an existing…
If you have a PayPal sandbox account and you need to enable it within your Magento, you can skip this first part of the tutorial. Create a PayPal sandbox account:…
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. To solve the issue, you should…
Preconditions: You should have installed Data Migration Tool, and configured it as well as the documentation says (data-migration-tool). Have the corresponding M1 and M2 database set up on your environment.…