Run Cron Jobs Manually?

I am looking at an addon, and it states it requires a cron job. Is this something that I could just run manually whenever I wish? Or do I need a paid service, such as https://www.easycron.com/user/plan

Thanks

Usually you can just run corresponding URL in the browser. For example, in the Data Feeds module the following command is used to run the script according to schedule:

php /path/to/cart/admin.php --dispatch=exim.cron_export --cron_password=MYPASS

To run it manually, you can use the following URL in your browser

http://domain.com/admin.php?dispatch=exim.cron_export&cron_password=MYPASS

Okie thanks for the info. Would say the Free or Starter pack on this site work for them? https://www.easycron.com/user/plan

Any reason you can't run cron jobs from your hosting account? A remote site would run through your webserver (I.e. Apache) which the cron-enabled PHP script may or may not like.

Hello,

Please, pay attention to our Cs-Cart add-on "Cron Jobs".

If you have any questions about this module, do not hesitate to contact us at manager@alt-team.com

Best regards,

Alt-team.