I want to create a product feed in opencart. But I have problem, where I can't understand how can I periodically once in 3 hours update that feed.
Is there any examples or tutorials how to create automatic processes?
Because the solution what I am thinking of is to create controller witch updates feed upon execution -> create unix or winx cron-job
, but as I scroll trough internet those feed extensions doesn't use those...