UBUNTU – Useful and basic commands
If you are working on an ubuntu linux OS, those command would be pretty useful for you:
To manipulate, and compress/uncompress fil..
CHANGE SCALE ON IMAGES
The following optimization is pretty useful to re-check and fix with a web analyzer (eg https://www.gtmetrix.com/).
If you need to serv..
MAGENTO 1.X – USEFUL MAGENTO CODE SNIPPETS
Those are many code snippets that could be helpful for you on shell scripts, standalone scripts, or in different situations of your market..
MAGENTO 1.X – HOW TO CREATE A STANDALONE SCRIPT
In some cases, you would need to create different kind of tasks or processes, regardless the Magento standard flow.
That is when you wi..
MAGENTO 1.X – CHANGE ORDER EMAIL TEMPLATES AND TRANSACTIONAL EMAILS
Magento provides by default a set of emails templates that you can reach and use as a transactional email on Backend > System > Transactio..
MAGENTO 1.X – HOW TO CREATE AN OBSERVER FROM SCRATCH
In some cases, you would need to add some custom functionality inside Magento flow, for those ones, Magento provide several events where y..
MAGENTO 1.X – CREATE A CUSTOM BLOCK IN MAGENTO
If you want to add your own block, you’ll need to add a Magento module, so first of all, we need to create an extension with the following..
MAKE REWRITE RULES ON .HTACCESS FILE
If you need to make a rewrite rule on your .htaccess file, for example a condition if a URL not contains an string, you will need to make ..
MAGENTO 1.X – FIX BACKEND LOGIN ISSUE
If you have a Magento installation where you are unable to login as an administrator, because you are redirected to the same login page, o..
INCREASE MEMORY LIMIT, LOG FILE SIZE, AND SOME TRICKS ON MYSQL SERVICE
If you are facing the following error
Or even, if you just want to increase the memory limit in order to avoid further pains in you h..