=== Service Area Postcode Checker === Contributors: second2none Plugin Name: Service Area Postcode Checker Donate link: https://paypal.me/KaneGrills Tags: postcode checker, business service area checker Requires at least: 4.9.6 Tested up to: 4.9.6 Stable tag: 1.2 Requires PHP: 5.2.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Customisable plugin that creates a widget to allows your vistors to check if you service or deliver to their area through a postcode check. == Description == Service Area Postcode Checker Donate Bitcoin: 34bUWkx7JoJrg8xXKAqLcksv7YfLw6pvCW PayPal: https://paypal.me/KaneGrills A plugin that displays your service or delivery areas and allows your vistors to run a quick realtime postcode check simply by typing. The postcode is checked through the list on the keyup event for the input box to improve user experience. It triggers when the length of the input box reaches a value greater than or equal to 4 characters, but you can change this depending on your local postcodes. This option can be changed to pressing enter, you can also add a button to submit or all 3. The postcode list is also editable inside the admin area but must be in the following format(Suburb:Postcode): Brisbane:4000 Kenmore:4069 1 per line The plugin creates 2 different widgets: - 1 that displays the suburbs and postcodes into a list. - 1 that displays an input box to check users postcodes Success and error messages are also editable. If a successful postcode is matched a list of suburbs are displayed in the success message to allow the visitor to check if you do infact service their suburb. A few notes about the plugin: * It has been tested on 4.9.6 but might work on others * It has been tested with SiteOrigins Page Builder and no current bugs == Installation == Installation is simple. 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. From the menu click Postcode Checker Settings and input your suburb:postcode list. 4. Insert Postcode Checker Input widget on one of your pages. 5. (Optional) Insert Postcode Display Widget on one of your pages. == Frequently Asked Questions == = What is this plugin used for? = This plugin is mainly used for local businesses who need a plugin that helps their users search their service or delivery areas quickly and easily. = Will it be updated? = Plugin will be updated as much as I can. == Screenshots == 1. WP-Admin Service Area Postcode Checker Default Setting Options 2. WP-Admin Service Area Postcode Display Default Setting Options == Changelog == = 1.2 = * Added more submitting options - option to add button with custom text and custom class - turn typing trigger on and off - options added for pressing enter on input box - fixed bug when enter was pressed would reload page = 1.1 = * Added admin option to allow Text Postcode for international users. If the Verify Integer checkbox is checked it will check if the users input is all integers / numbers. = 1.0 = * Added custom success / error messages * Added custom input trigger length value == Upgrade Notice == = 1.2 = * Added more submitting options - option to add button with custom text and custom class - turn typing trigger on and off - options added for pressing enter on input box - fixed bug when enter was pressed would reload page = 1.1 = * Added international postcode support