Magento 1.x
CategoryMagento 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..
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..