/
How do I adjust the address pattern of WPL?

How do I adjust the address pattern of WPL?

Since WPL 1.7.0, we have added new settings to adjust the address pattern of properties and users/agents. Go to WPL->Settings->Locations to change the location pattern.

You can remove any block if you like. You can also change their sorting pattern. If you remove a block, you are welcome to add it again in the future, but you cannot add any block out of the available blocks. Available blocks are the blocks that are included in default patterns.

Default patterns

Property: [street_no] [street][glue] [location4_name][glue] [location3_name][glue] [location2_name][glue] [zip_name]

User/Agent: [location5_name][glue][location4_name][glue][location3_name][glue][location2_name][glue] [zip_name]

Definitions

[glue]: Address separator, By default, it is comma "," in WPL.

[location1_name]: Level 1 of your defined levels. By default it is country.

[location2_name]: Level 2 of your defined levels. By default it is state.

[location3_name]: Level 3 of your defined levels. By default it is county.

[location4_name]: Level 4 of your defined levels. By default it is city.

[location1_abbr]: Abbreviation name of level 1. By default abbreviation name of country.

[location2_abbr]: Abbreviation name of level 2. By default abbreviation name of state.

[zip_name]: zip code

Related content