Plugin Directory

Changeset 2504903


Ignore:
Timestamp:
03/29/2021 02:04:18 AM (5 years ago)
Author:
jyotsnasingh520
Message:

minor validation change

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  
    109109        }
    110110
    111         if ( empty( $_POST['pi_cost'] ) ) {
    112             $error->add( 'empty', 'Shipping Charges cant be empty' );
    113         }
     111       
    114112
    115113        if ( empty( $_POST['pi_selection'] ) ) {
  • advanced-free-flat-shipping-woocommerce/trunk/extended-flat-rate-shipping-woocommerce.php

    r2502299 r2504903  
    1010 *
    1111 * @link              piwebsolution.com
    12  * @since             1.6.2
     12 * @since             1.6.3
    1313 * @package           Extended_Flat_Rate_Shipping_Woocommerce
    1414 *
     
    1717 * Plugin URI:        piwebsolution.com/advanced-free-flat-shipping-woocommerce
    1818 * 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.2
     19 * Version:           1.6.3
    2020 * Author:            PI Websolution
    2121 * Author URI:        piwebsolution.com
     
    6161/**
    6262 * Currently plugin version.
    63  * Start at version 1.6.2 and use SemVer - https://semver.org
     63 * Start at version 1.6.3 and use SemVer - https://semver.org
    6464 * Rename this for your plugin and update it as you release new versions.
    6565 */
    66 define( 'EXTENDED_FLAT_RATE_SHIPPING_WOOCOMMERCE_VERSION', '1.6.2' );
     66define( 'EXTENDED_FLAT_RATE_SHIPPING_WOOCOMMERCE_VERSION', '1.6.3' );
    6767define('PI_EFRS_BUY_URL', 'https://www.piwebsolution.com/cart/?add-to-cart=2804&variation_id=2810');
    6868define('PI_EFRS_PRICE', '$25');
     
    127127 * not affect the page life cycle.
    128128 *
    129  * @since    1.6.2
     129 * @since    1.6.3
    130130 */
    131131function run_extended_flat_rate_shipping_woocommerce() {
Note: See TracChangeset for help on using the changeset viewer.