Changeset 2504903
- Timestamp:
- 03/29/2021 02:04:18 AM (5 years ago)
- Location:
- advanced-free-flat-shipping-woocommerce/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
advanced-free-flat-shipping-woocommerce/trunk/admin/class-extended-flat-rate-shipping-woocommerce-add-shipping-method.php
r2502299 r2504903 109 109 } 110 110 111 if ( empty( $_POST['pi_cost'] ) ) { 112 $error->add( 'empty', 'Shipping Charges cant be empty' ); 113 } 111 114 112 115 113 if ( empty( $_POST['pi_selection'] ) ) { -
advanced-free-flat-shipping-woocommerce/trunk/extended-flat-rate-shipping-woocommerce.php
r2502299 r2504903 10 10 * 11 11 * @link piwebsolution.com 12 * @since 1.6. 212 * @since 1.6.3 13 13 * @package Extended_Flat_Rate_Shipping_Woocommerce 14 14 * … … 17 17 * Plugin URI: piwebsolution.com/advanced-free-flat-shipping-woocommerce 18 18 * Description: WooCommerce conditional shipping & WooCommerce Advanced Flat rate shipping plugin to Create Advanced Flat rate shipping or Free shipping method, with different advanced criteria to apply this shipping method 19 * Version: 1.6. 219 * Version: 1.6.3 20 20 * Author: PI Websolution 21 21 * Author URI: piwebsolution.com … … 61 61 /** 62 62 * Currently plugin version. 63 * Start at version 1.6. 2and use SemVer - https://semver.org63 * Start at version 1.6.3 and use SemVer - https://semver.org 64 64 * Rename this for your plugin and update it as you release new versions. 65 65 */ 66 define( 'EXTENDED_FLAT_RATE_SHIPPING_WOOCOMMERCE_VERSION', '1.6. 2' );66 define( 'EXTENDED_FLAT_RATE_SHIPPING_WOOCOMMERCE_VERSION', '1.6.3' ); 67 67 define('PI_EFRS_BUY_URL', 'https://www.piwebsolution.com/cart/?add-to-cart=2804&variation_id=2810'); 68 68 define('PI_EFRS_PRICE', '$25'); … … 127 127 * not affect the page life cycle. 128 128 * 129 * @since 1.6. 2129 * @since 1.6.3 130 130 */ 131 131 function run_extended_flat_rate_shipping_woocommerce() {
Note: See TracChangeset
for help on using the changeset viewer.