Delivery service 'process' not triggered.

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!
snicto
Posts: 37
Joined: 12 Oct 2022, 14:00

Delivery service 'process' not triggered.

Post by snicto » 08 Feb 2023, 16:13

I have created custom delivery, service providers. They work fine, however, I need to pass some information to an external system once the order is placed. According to documentation the process function should take care of it. The issue is that it is never called, and I cannot figure out who is responsible for calling it, it seems it is ignored. Who is responsible for calling it and where could I find it?

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

Re: Delivery service 'process' not triggered.

Post by aimeos » 10 Feb 2023, 08:17

The delivery service providers are executed by the order/service/delivery job controller and you have to execute it regularly by a cronjob like described here:
https://aimeos.org/docs/latest/laravel/setup/#cronjobs
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply