Exporting Orders Fields Problem

Hi,

When i export orders, the field: shipping state or billing state, can't seem to show me the state name however it shows me the state's code.

can i add more fields to the exporting fields ? and what field should i add to make the state name appear in the csv file ?

thanks.

app/schemas/exim/orders.php

You can extend this schema and add new export field there

It is required to create 2 functions to receive state name from state code and vice versa

Use Date field as example

Thank you very much, but what i should convert it to.

s_state_to _? what's the db_field for s_state name please ?

Thank you very much, but what i should convert it to.

s_state_to _? what's the db_field for s_state name please ?

Get state_id from cscart_states by code and get description from cscart_state_descriptions table by state_id

thank you very much eCom labs.