hi
they have guide at https://www.postcodes4u.co.uk/pc4udeveloper
but I suggest customize 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
(@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?
hi
I suggest you clone (create own copy) 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