Changeset 839225
- Timestamp:
- 01/15/2014 07:39:07 PM (12 years ago)
- File:
-
- 1 edited
-
postcode-shipping/trunk/postcode_shipping.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postcode-shipping/trunk/postcode_shipping.php
r839214 r839225 7 7 * Plugin URI: http://www.dimensionit.com 8 8 9 * Description: This plugin allows you to set a flat delivery rate per country and/or postal regionon WooCommerce.9 * Description: This plugin allows you to set a flat shipping rate per country or state or postcode on WooCommerce. 10 10 11 11 * Version: 1.0 … … 15 15 * Author URI: http://www.dimensionit.com 16 16 17 * Text Domain: postcode-shipping17 * Text Domain: woocommerce_flatrate_perpostcode 18 18 19 19 * Domain Path: /lang … … 211 211 'type' => 'number', 212 212 213 'description' => __('How many different "per post numbers" rates do you want to set?', $this->id).' '.__('Please save the options after changing this value.', $this->id),213 'description' => __('How many different "per postcode" rates do you want to set?', $this->id).' '.__('Please save the options after changing this value.', $this->id), 214 214 215 215 'default' => 1,
Note: See TracChangeset
for help on using the changeset viewer.