How to add additional payment and delivery statuses

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!
User avatar
ЕвгенияСемихова(ИПСемиховаЕ.А.)
Posts: 41
Joined: 11 Jan 2025, 09:45

How to add additional payment and delivery statuses

Post by ЕвгенияСемихова(ИПСемиховаЕ.А.) » 20 Jan 2025, 08:37

We are continuing to launch our project on your system.
Now we are faced with the need to add intermediate statuses for payment and separately for delivery.
For example, "payment processing", and for delivery: "assembled and delivered to the delivery department", "purchased", "undergoing customs clearance", "checked by our manager-controller".
Image
Please tell me how can I add additional statuses? We did not find this in the documentation.
life is full of many new and interesting things

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

Re: How to add additional payment and delivery statuses

Post by aimeos » 21 Jan 2025, 10:34

Overwrite this template in your own project specific Aimeos extension:
https://github.com/aimeos/ai-admin-jqad ... r/item.php

Add your new values here (use values >= 100):
https://github.com/aimeos/ai-admin-jqad ... hp#L49-L71
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply