Adding a custom delivery status

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
promptnet
Posts: 63
Joined: 24 Jul 2019, 12:22

Adding a custom delivery status

Post by promptnet » 24 May 2024, 14:00

Hi,
we are missing the delivery status "ready for pickup".
How can we add that new delivery status which invokes a delivery email, too?

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

Re: Adding a custom delivery status

Post by aimeos » 25 May 2024, 21:34

If possible, re-use STAT_DISPATCHED if you don't use it yet. The meaning is more or less the same when it comes to pick-up. Otherwise, you would have to overwrite the job controller and the order list/item template in the admin backend and add a new status there (>=100 to avoid clashes with added status values in the future).
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

promptnet
Posts: 63
Joined: 24 Jul 2019, 12:22

Re: Adding a custom delivery status

Post by promptnet » 31 May 2024, 07:16

Thanks. I'll check back with the client.

Post Reply