Some friends don’t know how to creat cron script in magento.Creating Magento cron script is very simple thing. First of all we have to create the module, (I hope that you know how to create magento module) and add in config.xml file next code:
0 1 * * * birthday/observer::sendBirthayEmail
Next step, we have to create model file observer.php (in folder model) with method sendBirthayEmail [Read more...]