Magento 1.x
CategoryHow to Switch Between Composer Version 1 and 2
Sometimes when working with different projects, you might need to change frecuently between different composer versions. To get that as a ..
Images links broken in Gmail
If you are working on an email sending development, and for any reason, you are wondering why the images are bronken when you receive the ..
Magento 1.x – Cannot login / Cannot create account on frontend
If you are getting redirected to the same page when you try to login on frontend, or if you are creating a new account, it might be regard..
Magento 1.x – Fix “Cannot initialize the indexer process” when reindexing on admin.
This message usually occurred when we Enable “Use Flat Catalog Category” and “Use Flat Catalog Product”, or after setting up an environmen..
Magento 1.x – Put Magento in maintenance mode and allow it for certain ips
This tutorial explains how to put your Magento online store in maintenance mode so your visitors know that you are working on your website..
Use Varien_File_Csv to import and export CSV files
Varien_File_Csv is a library which is used by Magento to manage files on csv format. This is pretty much simple working with csv’s with it..
Magento 1.x – Sales quote Total fix calculation on PHP7
If your store is not adding the taxes on your grand total, as follows, and you are within a PHP7 version:
You can do the following thin..
Magento 1.x – How to make an ajax call in a backend fieldset field
If you are making a backend admin form, and you need to make an ajax call to retrieve some information, the following tutorial will help y..
Magento 1.x – Use MySQL functions on Magento collections
Sometimes, you may need to use mysql functions in your query, to add any of them on your Magento collections, you could use the addExpress..
Magento 1.x – Fix Access denied error when importing an enterprise DB
If you are working with an enterprise DB, you can see the following error:
ERROR 1227 (42000) at line XXXX: Access denied; you need (at..