• 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

    (@algolplus)

    hi

    they have guide at https://www.postcodes4u.co.uk/pc4udeveloper
    but I suggest customize https://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="https://yoursite.com/custom-script.js"></script>';
    });
    Thread Starter dsm1

    (@dsm1)

    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

    (@algolplus)

    hi
    I suggest you clone (create own copy) https://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.