Plugin Directory

Changeset 3210317


Ignore:
Timestamp:
12/19/2024 09:02:28 AM (16 months ago)
Author:
eshoplogistic
Message:

Измено округление веса для расчета доставки

Location:
eshoplogisticru/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • eshoplogisticru/trunk/Models/OfferData.php

    r3000636 r3210317  
    6767                $weight
    6868            ),
    69             2
     69            8
    7070        );
    7171        if($result === 0.0 && $weight)
     
    8181                $this->prepareDimensionsInEsl($this->product->get_length())
    8282            ),
    83             2
     83            8
    8484        );
    8585    }
     
    9191                $this->prepareDimensionsInEsl($this->product->get_width())
    9292            ),
    93             2
     93            8
    9494        );
    9595    }
     
    101101                $this->prepareDimensionsInEsl($this->product->get_height())
    102102            ),
    103             2
     103            8
    104104        );
    105105    }
  • eshoplogisticru/trunk/readme.txt

    r3205693 r3210317  
    44Requires at least: 5.3
    55Tested up to: 6.6
    6 Stable tag: 2.1.44
     6Stable tag: 2.1.45
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • eshoplogisticru/trunk/wc-eshop-logistic.php

    r3205693 r3210317  
    66 *
    77 * @link              https://wp.eshoplogistic.ru/
    8  * @since             2.1.44
     8 * @since             2.1.45
    99 * @package           WC_Eshop_Logistic
    1010 *
     
    1313 * Plugin URI:        https://wp.eshoplogistic.ru/
    1414 * Description:       Несколько служб доставки в одной интеграции: CDEK, DPD, Boxberry, IML, Почта России, Деловые Линии, ПЭК, Dostavista, GTD, Байкал Сервис и др.
    15  * Version:           2.1.44
     15 * Version:           2.1.45
    1616 * Author:            eShopLogistic
    1717 * Author URI:        https://eshoplogistic.ru/p747575
     
    4141define( 'WC_ESL_PLUGIN_DIR', plugin_dir_path(__FILE__) );
    4242
    43 define( 'WC_ESL_VERSION', '2.1.44' );
     43define( 'WC_ESL_VERSION', '2.1.45' );
    4444
    4545define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset for help on using the changeset viewer.