How to change order status from 'delivered' to 'on the way' in admin panel?

julius_richter
Tourist
24 0 3

Hi there,

i have a small big problem 🙂 In the Admin panel under Oders you can klick the button "execute Order" and then the customer will reseve an "shipping confirmation" e-mail. All good but in the oderder overview in the customers account (webpage) there is the status "delivered" but it is only shipped. And the Delivery status is also on "done/fullfilled". 

How can i fix it that it shows the status "on the way" ? But it should show "done/fullfilled" if the Order is realy fullfilled.

julius_richter_0-1627540974426.png

"order": {
"title": "Bestellung {{ name }}",
"date_html": "Aufgegeben am {{ date }}",
"cancelled_html": "Bestellung storniert am {{ date }}",
"cancelled_reason": "Grund: {{ reason }}",
"billing_address": "Rechnungsadresse",
"payment_status": "Zahlungsstatus",
"shipping_address": "Lieferadresse",
"fulfillment_status": "Lieferstatus",
"discount": "Rabatt",
"shipping": "Versand",
"tax": "Steuern",
"product": "Artikel",
"sku": "SKU",
"price": "Preis",
"quantity": "Menge",
"total": "Gesamt",
"fulfilled_at_html": "Geliefert am {{ date }}",
"subtotal": "Zwischensumme",
"track_shipment": "Sendung verfolgen"

Replies 0 (0)