Magento read CSV using Varien_File_Csv library

Posted by Damodar Bashyal on April 20, 2015

 

Read CSV into PHP array

$file = 'csv_file_to_parse_into_php_array.csv'; // full path to your csv file.

More»

How to increase virtualbox hard disk partition size

Posted by Damodar Bashyal on March 16, 2015

 

Today When I was importing large database I was getting error that there is not enough space after half of the database was imported. When I checked space it was showing 100% used. Even though I had dynamic space allocated, it was not increasing beyond 37GB. After going through few forums I managed to combine all tips & tricks and apply them to increase my oracle virtualbox ubuntu main partition.

More»

Imacros to automate magento checkout using paypal express

Posted by Damodar Bashyal on January 08, 2015

 

I had heard about imacros but never tried. This time I wanted to give it a go as I need to proceed to through checkout process few times and watch the log. So, to do this repetitive task, I installed imacros extension on google chrome and recorded checkout process from beginning to end.

More»