Adding a custom delivery status
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Adding a custom delivery status
Hi,
we are missing the delivery status "ready for pickup".
How can we add that new delivery status which invokes a delivery email, too?
we are missing the delivery status "ready for pickup".
How can we add that new delivery status which invokes a delivery email, too?
Re: Adding a custom delivery status
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, give us a star
If you like Aimeos, give us a star
Re: Adding a custom delivery status
Thanks. I'll check back with the client.