Plugin Author
Kane G
(@second2none)
Hey mate, I can look into it for you, could you some of your postcodes so I can test?
Plugin Author
Kane G
(@second2none)
I did a few tests and there seemed to be a small error in grabbing some of the options. I’ve sent through a new update (1.5) that should fix the issue. If it continues on 1.5 let me know.
Thread Starter
foots
(@foots)
Hey,
Man that was quick! Thank you very much for looking into this.
I just updated the plugin and gave it another try and no luck.
Here’s a few of the postcodes I’m using:
SO31 6RP
SO31 6RQ
SO31 6RR
SO31 9NU
SO32 9NU
The page I’m building is: http://hyperfastmedia-com.stackstaging.com/postcode-checker/
It finds the last postcode but not the others in the list.
Cheers!
Plugin Author
Kane G
(@second2none)
Sorry for late reply been on holidays. Will have a look today and use some of your postcodes to see where the errors are happening
Just double checking your postcodes contain colon (:)
They should follow the format
Postcode:Suburb
I assume after the first 4 characters the remaining 3 are associated with the street etc? If they are you could do something similar to:
SO31 6RP:Sloe Tree Cl, Park Gate
SO31 6RQ:Milton Grove, Park Gate
SO31 6RR:Huxley Cl, Park Gate
SO31 9NU:Warsash Rd, Park Gate
SO32 9NU:Southampton
I just searched those postcodes in google so if the results aren’t correct you can just change them. The plugin splits each line, and then splits the line by the colon (:) it uses the first part to check against the user input and if found, displays the second part. If you just want to display the postcode you can just use the format
SO31 6RP:SO31 6RP
I’ll create a new update soon that will check for postcodes only but for now that is a workaround. Let me know if that fixes it otherwise I’ll double check for errors again.
-
This reply was modified 7 years, 3 months ago by
Kane G.
Thread Starter
foots
(@foots)
Happy New Year Mate!
Back in today, thank you so much for looking into this.
After following your post all is working well.
Beer coming your way!