• Resolved amirhnp

    (@amirhnp)


    Hi. when I export orders by webtoffee Order Export & Order Import for WooCommerce , billing_state and shipping_state turns to (i.e.) FL instead of Florida. I need the full name of the state in the exported file. is there any way to change it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @amirhnp,

    Thank you for reaching out to us.

    We would like to inform you that the plugin exports data exactly as it is stored in the database. The reason “Florida” appears as “FL” is that the state is stored in the database using its abbreviation (for example, “FL” for Florida and “CA” for California). As a result, the plugin exports state abbreviations by default.

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @amirhnp,

    To export the full name of the state in your export file, you can use the code snippet provided below. You may either copy and paste the code snippet it into your active theme’s functions.php file (WordPress Dashboard > Appearance > Theme Editor > functions.php), or you can use any Code Snippet plugin to do this for you.

    https://gist.github.com/webtoffee-git/37de7219cfdfa46a8d7b9269cad51d56

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘State names turns into state code’ is closed to new replies.