Order Export (Status) Not Showing

Dear members,

when I export orders with order statuses. It does not show me the status in the status column, instead, it shows "O" for Open "P" for Processed "F" for Failed

Can you please relate to this? How can I export the full order status title instead of identifier?

Hello alijaved

This is not possible without modification. Export takes data directly from field from database without change to other format.

Best regards

Robert

You should extend the following schema

app/schemas/exim/orders.php

to add new column for full status name. Use process_get parameter to specify new functions which will convert status letter to full name