Codebase of cron jobs

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
kartikbhat
Posts: 40
Joined: 02 Dec 2021, 17:18

Codebase of cron jobs

Post by kartikbhat » 15 Jun 2022, 05:40

I have attached an image here shows list of available crons in aimeos system; under ai-controller-jobs -> controller -> jobs folder structure I can able to identify all order/service related cron job but there are not order email related cron file; Help me to identify those file;

And after overriding these built in crons where I need to copy these folders in my extension folder ?

help me to identify these;

TIA :)
Attachments
crons.png
crons.png (143.87 KiB) Viewed 742 times

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Codebase of cron jobs

Post by aimeos » 16 Jun 2022, 11:13

Guess you are using 2021.10 because the email job controllers are in the ai-client-html package in that version (this changed since 2022.04):
https://github.com/aimeos/ai-client-htm ... rder/Email
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

anmollohana
Posts: 1
Joined: 26 Aug 2022, 10:26

Re: Codebase of cron jobs

Post by anmollohana » 26 Aug 2022, 10:31

Hello
I have seen your query and found a blog post on "How To Use Cron Jobs With Laravel?" which will help you to solve this issue.

Post Reply