=== Woo Postal Code Shipping Calculator === Contributors: MatheusGimenez, brasadesign Donate link: http://brasa.art.br Tags: woocommerce, shipping, postcode Requires at least: 4.1 Tested up to: 4.5 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Plugin to set shipping prices based on client postcode (zipcode), using a JSON file. == Description == To start well: you know JSON? What the holy fuck is this? Please read about it: http://json.org/example To add postcodes you go to your dashboard -> WooCommerce -> Settings -> Shipping In shipping page you go to section Shipping Methods and click on settings in UK Postcodes shipping column, first, enable it. Before enable, go to text area and add the code. Syntax: { "CODE": "price" } Working examples: { "EC1A 1AH": "50" } Multiple: { "EC1A 1AH": "50", "WC1B": "50", } With *: { "EC1A *":"15" } == Installation == * Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer; * Activate the plugin; == Frequently Asked Questions == = What is the plugin license? = * This plugin is released under a GPL license. = Work in United Kingdom? = * Yes. == Changelog == = 1.0 = first version == License == This file is part of JSON postcode shipping. JSON postcode shipping is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. JSON postcode shipping is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Get a copy of the GNU General Public License in .