ai-admin-jqadm icon indicating copy to clipboard operation
ai-admin-jqadm copied to clipboard

shipment notification

Open Michi1978 opened this issue 3 years ago • 1 comments

shipment notification i come from woocommerce. there i have a list with all orders. and on the right, there is a button, i can check and cause an email with shipping notification with onyl one click without opening the order. so i just open the order list and can sent to my client with only one click a shipment notification without opening the order. this is very comforable and saves a lot of time. also possible to offer this for aimeos?

Michi1978 avatar Jan 13 '22 23:01 Michi1978

Currently, it's not available out of the box. Instead, you have to the "invoice" tab in the detail view and set the delivery status accordingly. Then, an e-mail is sent to the customer.

You can adapt the order list view and add a button for that which triggers setting the delivery status by using the JSON Admin API. This is rather easy to implement.

aimeos avatar Jan 14 '22 07:01 aimeos