Plugin Directory

Changeset 1797664


Ignore:
Timestamp:
01/05/2018 01:40:23 PM (8 years ago)
Author:
noriusvetaines
Message:

Fixed bug with international fixed shipping calculation

Location:
woo-lp-express
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-lp-express/tags/2.0.2.1/includes/templates/admin/form/woocommerce-lp-express-forms-callback.php

    r1797661 r1797664  
    127127        $all_key_exits          = array_key_exists('all_' . $args['callback'],get_option('wc_lp_express_sender_settings'));
    128128        $available_destinations = Woocommerce_Lp_Express_Shipping_Methods_Controller::get_available_destinations();
    129 
    130         print_r(get_option('wc_lp_express_sender_settings'));
     129       
    131130        if ($all_key_exits) {
    132131            echo "<div class='" . $args["callback"] . "_container'>";
  • woo-lp-express/trunk/includes/templates/admin/form/woocommerce-lp-express-forms-callback.php

    r1797661 r1797664  
    127127        $all_key_exits          = array_key_exists('all_' . $args['callback'],get_option('wc_lp_express_sender_settings'));
    128128        $available_destinations = Woocommerce_Lp_Express_Shipping_Methods_Controller::get_available_destinations();
    129 
    130         print_r(get_option('wc_lp_express_sender_settings'));
     129       
    131130        if ($all_key_exits) {
    132131            echo "<div class='" . $args["callback"] . "_container'>";
Note: See TracChangeset for help on using the changeset viewer.