How to use Magneto crons??
- Step 1. Create global configuration File
- Step 2. Create module configuration file
- Step 3. Create module model observer
Step 1. Each Module should have one Namespace & Module name. Name space could be some company name etc. & module name should be something that represents module functionality. So let suppose Namespace is ExtendTree and Module name is SimpleCrons. Now Create Global Configuration File inside root directory /app/etc/modules as name "ExtendTree_SimpleCrons.xml"
Step 2. Now Create Module Configuration File inside the directory /app/code/local/ExtendTree/SimpleCrons/etc as name "config.xml"
Step 3. Now next thing is to create model cron inside the directory /app/code/local/ExtendTree/SimpleCrons/Model/ as name "Cron.php"
That's it..!! Now as per your server cron setup. It should create a log file in one and two minute interval inside the directory /var/log
Thank you..!!
"The easy way for everything."
No comments :
Post a Comment