shipcloud / shipcloud-for-woocommerce

shipcloud for WooCommerce
GNU General Public License v3.0
6 stars 0 forks source link

Bugs in address splitting algorithm #158

Closed andrecedik closed 6 years ago

andrecedik commented 7 years ago

Streetname and number are being splitted wrongfully when one of the following is the case:

ScreamingDev commented 6 years ago

Hm. How about just splitting on the first occasion of a number and Bob's your uncle. No fancy regex, nothing. Just dumb splitting at numbers. Would solve almost everything (I hope).

@andrecedik So simple that we can have it in 1.6 already.

Edit:

Except "Straße des 17. Juni 123" ... -.- So it's like a stack of "word word number word number", cut at last word, done. What do the other plugins/extensions do?

andrecedik commented 6 years ago

Fixed via #168