Save (output) MySQL query results into a text file

Posted by Damodar Bashyal on April 15, 2014

 

Today because of magento bug when I saved payment info on client's site, it replaced all payment info on database with encrypted values.

More»

Magento robots.txt file content

Posted by Damodar Bashyal on January 31, 2014

 

From today onwards I am going to apply these rules to fix issues with SEO.

Magento admin / System / configuration / General / Web / Auto-redirect to Base URL / Yes (301 Moved Permanently)

Also, add robots.txt file with below content.

More»

Magento product images duplicate issue with CSV product importer

Posted by Damodar Bashyal on January 28, 2014

 

Magento duplicate image issue and solution

Our client likes to leave images on media/import folder and when they import csv, if product image already existed, it was creating duplicate image.

So below is a quick workaround to fix this issue. Here we are just deleting previous images if we are going to re-import them again.

More»