Magento 1 Archives - Page 2 of 2 - Magesan

Category: Magento 1

Code for override js in magento 1

Create file in skin/frontend/default/your_theme-> create here (extendedjs.js) and change your code as per requirementValidation.add() then apply it to local.xml -> override your handler (for knowing that which you have to override you should inspect element where you want to apply the js page then see the body element then you can got at there.)

How to import database using CMD or SSH.

Importing database is an essential part of our daily working need with computers. In localhost or even on live server. This command can be used anywhere for Importing database. In localhost or say xampp, you can follow this command in CMD by going in the path given below. Go to the => xampp/mysql/bin Inside above

How to export database using CMD or SSH.

Exporting database is an essential part of our daily working need with computers. In localhost or even on live server. This command can be used anywhere for exporting database. In localhost or say xampp, you can follow this command in CMD by going in the path given below. Go to the => xampp/mysql/bin Inside above