Setting up Cron Jobs

Setting up Cron Jobs

After installing the extension for Magento 1, you need to set up the Cron Settings for Magento in case it is not there, so that it enables the set of actions to take place after a particular time interval.

Various Magento features need at least one Cron job to schedule the activities in future. Some of those activities are:

  1. Catalog Price Rules
  2. Newsletters
  3. Generating Google sitemaps
  4. Customer Alerts/Notifications (product price change, product back in stock)
  5. Reindexing
  6. Private sales (Magento Commerce only)
  7. Automatic updating of currency rates
  8. All Magento e-mails (including order confirmation and transactional)

How to do that?

To create a cron job as the user who runs Apache, the following commands in the order shown:

Create or edit a crontab for the Apache user:
crontab -u apache-user-name -e
A text editor displays. (You might need to choose a text editor first.)
In the editor, enter the following:
* * * * * /bin/sh /[your Magento install dir]/cron.sh
For example, for CentOS,

* * * * *  /bin/sh /var/www/html/magento/cron.sh
Save your changes to the crontab and exit the editor.
To know more about it in detail, click here and go through the complete guide to set up Cron Jobs for Magento 1.
    • Related Articles

    • eBay Affiliate Configuration Settings

      Once the eBay Affiliate Extension for Magento Store is successfully installed on the Magento store, the Ebayaffiliate tab appears on the top navigation bar of the Magento Store Admin Panel as shown below: The store owner now needs to fill-in the eBay ...
    • eBay Affiliate Product Import Section

      You may import the products from eBay using one of the following two ways: Import the products via Keyword. Import the product through eBay Product Link.
    • How to Affiliate Imported Products

      After completing the process of Importing the products to your Magento Store admin panel, you as a merchant need to Affiliate the Imported Products. To do so: Go to the Magento Store Admin panel. On the top navigation bar, place cursor on the ...
    • How to Import via eBay Product Link

      To import the products based on eBay product URL Go to the Magento Store Admin panel. On the top navigation bar, place cursor on the Ebayaffiliate menu. The menu appears as shown in the following figure: Now click on the Import Affiliate Product(s). ...
    • Overview Section

      eBay Affiliate Extension for Magento 1 Store, is a headway designed by CedCommerce to empower the Magento store owners in Advertising, Featuring, and Offering the eBay products on their website and make profits in form of commissions. Using this ...