Add Toolbar and pager to custom product collection in magento

Posted by on Jun 25, 2016 in General, Magento, Php | No comments yet

While handling a magento job, i encountered a situation to implement the toollbar section for a custom product collection. So today we are discussing about how to add Toolbar and pager to custom product collection in magento Let us assume $_productCollection …

Get customer by custom attribute in Magento

Posted by on May 27, 2015 in General, Magento, Php | No comments yet
Get customer by custom attribute in Magento

We can get customer by custom attribute in magento with a single line of code as shown below, Just pass the attribute name and the desired value In the above code username is the desired custom attribute and yourusernamehere is …

Import CSV File Into MySQL using LOAD DATA INFILE

Posted by on Feb 27, 2015 in General, MySQL, Php | 2 Comments

In this post we are discussing on how to use LOAD DATA INFILE statement to import CSV file into MySQL table. The following statement imports data from c:\tmp\data.csv file into the discounts table. The field of the file is terminated …

Remote Server Transfer using php

Posted by on Nov 24, 2014 in Php | No comments yet
Remote Server Transfer using php

In this tutorial I am going to explain how to transfer large files from one server to another without any time lag. It is a hell job to download and then upload files while at the time of server transfer.In …

Load More