• Hi! Before buying your plugin I want to hear if it is possible to change the Input Field order (as it is normally in Norway where I live):

    As it is now the order is:

    “First name” “Last name”
    “Company name”
    “Street address”
    “Apartment, Suite, unit etc”
    “Country” “Zip-code”
    “Town”
    “Phone”

    I want to change that to:

    “First name” “Last name”
    “Company name”
    “Street address”
    “Apartment, Suite, unit, etc”
    “Zip-code” “Town”
    “Country”
    “Phone”

    Is that possible in the your Premium Plugin?

Viewing 1 replies (of 1 total)
  • Plugin Author Clifton Griffin

    (@clifgriffin)

    Hi Bjarke,

    We don’t have a reordering feature built in, but there are several ways to get there.

    1. We have a guide to doing this with a PHP snippet: https://www.checkoutwc.com/documentation/how-to-reorder-address-fields/
    2. You can use a Checkout Field Editor plugin. We support the official one as well as the free or paid ThemeHigh versions.

    Using the snippet we provide is generally cleaner if you only want to make that one change.

    We use the country first ordering to make things like zip-code autocomplete work better as we can’t look up a customer’s zip code without knowing their country.

    Also beware that if you are also selling outside of the Netherlands this order may create odd user experiences because this will place the state field after the country field. The content of the state field is usually determined by what country you select, so it’s out of order for many countries if you change this.

    Best,
    Clif

Viewing 1 replies (of 1 total)
  • The topic ‘Input Field Order’ is closed to new replies.