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..
Get rid of “Write Failed: broken pipe” on SSH connection
Sometimes you will need to run a long process within an ssh session, and you cannot do that regarding the “Write Failed: broken pipe” erro..
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..
MAGENTO 1.X – HOW TO REFRESH SUCCESS PAGE AND TEST YOUR CHANGES
If you have to change the design, add a block, or something like that, in your success page. You don’t need to make a whole purchase each ..
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..
UBUNTU – CREATE YOUR OWN SHELL SCRIPT EXECUTABLE AS A COMMAND
If you create a shell script, and you don’t want to run it with the whole url such as /full/path/to/your/file.sh you can do the following:..