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..
GIT – KICK OFF AND USEFUL WORKFLOW
In this tutorial, you will see how to start and follow up a project published on a git repository.
First of all, if you don’t have git ..
GIT – USEFUL COMMANDS
In some cases, you will need to face issues on your code. Those are mostly the bests moments to exploit the functionalities of our version..
MAGENTO 1.X – IMPORT A NEW FONT ON MAGENTO
In some cases, you will need to import a new font on your Magento store.
This could be from two different ways:
- From a google re..