At the cron job scheduler page you can manage your cron jobs.
The cron job list:

In this section you can schedule the cron jobs, that are executed when running the “cron.php” file through your server panel.
To schedule a cron job, select the desired cron job and press the update button at the bottom of the page.
As soon as a cron job is executed through the “cron.php” file, the last execution of the cron job is saved in the scheduler.
The following cron jobs are available:
| Cron Job | Description |
|---|---|
| order_auto_complete | Automatically advance the total order status to Completed, when all vendor orders are either PickedUp, Shipped, Completed and the payment was Received |
| update_currency_rates | Update Currency Rates Please make sure the currency rates update manually before using this cron job. |
| geolocation_update | Update Geolocation Data for users and vendors. This only needs to be executed once, when geolocation is enabled. |
| follow_up_completed_orders | Automated follow up emails for completed orders |
| commission_request_alert | Send commission request update reminders and auto close old commission requests. |
| update_shop_products | Update shop products from a remote product feed This cron job uses the feeds defined in the bulk product feed selection. |
| collect_subscription_payments | Collect Subscribed Product Payments Pending payments will be collected from realtime payment gateways, if applicable.(e.g.: for subscribed products, if PayPal Adaptive was selected as a payment method at checkout) |
| vendor_payment_transfer_paytr | Transfer customer payments to vendors (for PayTr transactions only) |
| points_monthly_email | Send Point Reports Send out emails to users with their current points balance.Please note: This cron job is deprecated,use the points_summary cron job instead. |
| update_subscription_status | Update Subscribed Products Status Pending subscriptions will be checked and their renewal date changed, if applicable.(e.g.: for subscribed products, if PayPal Adaptive, PayPal Payflow Recurring,AuthorizeNet Recurring or any other “subscription payment method” was selected as a payment method at checkout). |
| points_expire_email | Send Points Expiring Emails Send out emails to users whose points will expire soon.Please note: This cron job is deprecated,use the points_summary cron job instead. |
| refund_reward_points | Reward points from abandoned orders that are at least one day old are refunded. |
| follow_up_abandoned_orders | Abandoned orders will be scanned and follow up emails with interesting products will be sent to the customers |
| points_summary | Send reward point summary emails to customers when they are due, including expiration information. |
If you don’t want to use the cron job scheduler, e.g. if you want to specify different times or periods for the cron jobs, you can run each cron job manually.
To run a specific cron job, you can run the “cron.php” file with the cron job name as parameter to execute the cron job, e.g.:
cron.php?cron=update_subscription_status
cron.php?cron=update_currency_rates