Page 1 of 1

Cron job needed for product import

Posted: Thu May 24, 2018 5:57 am
by peteruittilburg
I am using total import pro because this was always the best import module available for openCart. Now I am using OC3 version of this extension, and the file cron_index.php is not in the package. Hostjars is not giving helpful feedback, but a default response what helps really nothing. Trying to contact them via openCart support is giving me the same worthless response.
So Hostjars for support is a dead end.

By editing the ignore array in startup login.php and permission.php and a bit more fixes, I got it to work together with a WGET cron. Not really what I want, and there are some security flows that need to be taken care of. With other words, I need a cron_index.php.

With all OpenCart versions before V3, this was no problem. But now with V3.0.2.0, it is hard to do. So I wonder if somebody succeeded in creating a file that can be start without get variables, starts the engine, calls a file in the admin, and doesn't create missing user_token errors or redirects you to the login page.

Anybody?
Thanks for any helpful suggestions

Re: Cron job needed for product import

Posted: Thu May 24, 2018 9:35 am
by IP_CAM
This could possibly solve your problem.
Ernie
---
Task Scheduler (for Opencart 3)
https://www.opencart.com/index.php?rout ... n_id=32040
---