Magento
CategoryMagento 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 1.x – Create a new backend admin user from database
If you need to create a new backend admin user, you can use the following database script:
Instead, if you just need to change the pass..
Magento 1.x – Adding new fields to Magento core API
If you need to change the Magento core API, such as adding new fields, you will need to extend the core WSDL file of the module of your ne..
How to create a PayPal sandbox account and enable express checkout payment method (M1.x)
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.
Creat..
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..
MAGENTO 1.X – CLEAR UP MAGENTO ENVIRONMENT AFTER TESTING
Those quick mysql scripts, will help you to remove all data from a Magento installation.
- Customers and its related data (including lo..
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 1.X – Create a SOAP API from scratch
Sometimes, you may need to expose your resources in different platforms making them platform independent. This could be possible thanks to..