In the advanced settings tab, the following are available:
- Address Autofill: This option allows you to enable the billing address autofill with the help of a Google Maps API Key. A checkbox is provided to enable or disable autofill anytime.
- Address Format Override: With the address format overrides option, you can edit the format of address by rearranging the address fields, or by including a label for fields. And also you can add the custom fields created by the WooCommerce Checkout Field Editor Pro to the custom format for overriding according to your comfort.
- Backup & Import Settings: This option allows you to copy the current plugin settings and import them to the plugin in another WordPress site.
Enable Autofill Address with Google API
The address autofill option allows to autofill the billing address fields. While starting to type in the address field, the list of addresses from Google Maps will be displayed as a dropdown. To set up the autofill option,
- Navigate to WooCommerce → Manage Address → Advanced Settings tab → Address Autofill
- To enable the autofill option, tick the checkbox Enable Address Autofill.
- Enter your API key in the Google Maps API Key field.
- Save the changes.
Address Format Override
WooCommerce has already provided a default format for the billing and shipping addresses. These address formats will be different for each country. With the address format override option, you can rearrange the address fields as necessary. To override the address fields,
- Go to the Advanced Settings tab.
- Enter the custom Address format in the Address format overrides text area. The address fields must be individually entered within curly brackets. The format of Address fields to be entered while creating a custom format are listed below:
- Country: {country}
- First Name Last Name: {name}
- Company: {company}
- Street address: {address_1}
- Apartment, suite, unit, etc. : {address_2}
- Town / City: {city}
- State: {state}
- ZIP: {postcode}
- Enter the address format followed by Default(In case of countries that follow a common address format) or the required Country code followed by => and the customer format after that. The format of each country should be separated by a pipe(|).
- Click on Save changes after editing the Address Format Overrides.
A set of Countries follows a common Address format. These countries can be defined as Default in the custom Address format. The countries which don’t follow the common Address format and their default format is listed below. Following are the address override formats for default and other countries:
- 'default' ⇨ "{name}\n{company}\n{address_1}\n{address_2}\n{city}\n{state}\n{postcode}\n{country}"
- 'AU' ⇨ "{name}\n{company}\n{address_1}\n{address_2}\n{city} {state} {postcode}\n{country}"
- 'AT'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'BE'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'CA'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{city} {state} {postcode}\n{country}"
- 'CH'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'CL'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{state}\n{postcode} {city}\n{country}"
- 'CN'⇨ "{country} {postcode}\n{state}, {city}, {address_2}, {address_1}\n{company}\n{name}"
- 'CZ'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'DE'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'EE'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'FI'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'DK'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'FR'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city_upper}\n{country}"
- 'HK'⇨ "{company}\n{first_name}{last_name_upper}\n{address_1}\n{address_2}\n{city_upper}\n{state_upper}\n{country}"
- 'HU'⇨ "{name}\n{company}\n{city}\n{address_1}\n{address_2}\n{postcode}\n{country}"
- 'IN'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{city} - {postcode}\n{state}, {country}"
- 'IS'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'IT'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode}\n{city}\n{state_upper}\n{country}"
- 'JP'⇨ "{postcode}\n{state} {city} {address_1}\n{address_2}\n{company}\n{last_name} {first_name}\n{country}"
- 'TW'⇨ "{company}\n{last_name} {first_name}\n{address_1}\n{address_2}\n{state}, {city} {postcode}\n{country}"
- 'LI'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'NL'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'NZ'⇨ "{name}\n{company}\n{address_1}\n{address_2}\n{city} {postcode}\n{country}"
- 'NO'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'PL'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'PT'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'SK'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'SI'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'ES'⇨ "{name}\n{company}\n{address_1}\n{address_2}\n{postcode} {city}\n{state}\n{country}"
- 'SE'⇨ "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}"
- 'TR'⇨ "{name}\n{company}\n{address_1}\n{address_2}\n{postcode} {city} {state}\n{country}"
- 'US'⇨ "{name}\n{company}\n{address_1}\n{address_2}\n{city}, {state_code} {postcode}\n{country}"
- 'VN'⇨ "{name}\n{company}\n{address_1}\n{city}\n{country}"
In case of adding more than one custom format, separate them with pipes ( | ).
Custom Section Settings
Custom Section Settings tab on Multiple Address Pro, will help you link the Custom section created on the Checkout page ( using Themehigh Checkout Field Editor Pro Plugin) and Multiple Address Pro.
Reset All Settings
To revert all settings to default, click on Reset to default from Manage address → General Settings.
Comments
0 comments
Article is closed for comments.