Title: Post Code Search
Last modified: July 9, 2018

---

# Post Code Search

 *  [dsm1](https://wordpress.org/support/users/dsm1/)
 * (@dsm1)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/post-code-search/)
 * Hi,
 * When adding a new customer in to this plugin there is a post code field, is it
   possible to link a postcode search (like PostCodes4U as an example) to it?
    In
   our situation we have an account with credits as the lookup itself is premium
   but it would be good to see this in the plugin.
 * Regards

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/post-code-search/#post-10477136)
 * hi
 * they have guide at [https://www.postcodes4u.co.uk/pc4udeveloper](https://www.postcodes4u.co.uk/pc4udeveloper)
   
   but I suggest customize [http://www.postcodes4u.co.uk/postcodes4u.js](http://www.postcodes4u.co.uk/postcodes4u.js)
 * you can use following code to embed your script to the plugin.
 *     ```
       add_action("wpo_footer_buttons", function(){
         echo '<script type="text/javascript" src="http://yoursite.com/custom-script.js"></script>';
       });
       ```
   
 *  Thread Starter [dsm1](https://wordpress.org/support/users/dsm1/)
 * (@dsm1)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/post-code-search/#post-10486638)
 * Hi Alex,
 * For this to work, I will need to rename the <input> ID’s to company, address1,
   address2, town, county, & postcode, rather than the current input-new-customer-
   country etc.
 * Would that cause a problem?
 * Also, when setting up a new customer, it errors asking us to set a customer password,
   can it not automatically generate one and send it to the customer rather then
   send it to the customer without us seeing it?
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/post-code-search/#post-10487215)
 * hi
    I suggest you clone (create own copy) [http://www.postcodes4u.co.uk/postcodes4u.js](http://www.postcodes4u.co.uk/postcodes4u.js)
   and modify it.
 * Open this js file, it’s a simple, you only have to modify ID’s at bottom.
    thanks,
   Alex

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post Code Search’ is closed to new replies.

 * ![](https://ps.w.org/phone-orders-for-woocommerce/assets/icon-256x256.png?rev
   =1937355)
 * [Phone Orders for WooCommerce](https://wordpress.org/plugins/phone-orders-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/phone-orders-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/phone-orders-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/phone-orders-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/phone-orders-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/phone-orders-for-woocommerce/reviews/)

## Tags

 * [postcodes](https://wordpress.org/support/topic-tag/postcodes/)

 * 3 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/post-code-search/#post-10487215)
 * Status: not resolved