I want to setup a CRON JOB in Magento. My requiremen-: In our shop which is built in Magento, Customers,products & tier prices are coming in .csv file which we manually importing till the time.
So now we are reading that .csv file which is where Magento is placed through PHP. We fetch that data in csv file through php & insert data in relevant tables of Magento database.
So for that I made php file which externally connected to Magento db & do the needful task of fetching & inserting data. Now how to setup CRON job so that this process will become automatic...I gone through Magento website where they mention How to setup a cron job?
http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/how_to_setup_a_cron_job
but still have a plenty of doubts... So can anybody explain me how should I set up cron job so that this sample php file work & our process of fetching & inserting Customer, products, Pricing etc. become automatic?
Plz provide me basic info. on how to setup cron job in Magento for above scenario or can we use CRON job created with the help of PHP?
http://net.tutsplus.com/tutorials/php/managing-cron-jobs-with-php-2/
If anyone have sample code for the same that will really help me alot...
plz guide me.