Plugin Directory

Changeset 3262062


Ignore:
Timestamp:
03/26/2025 09:30:54 AM (12 months ago)
Author:
eshoplogistic
Message:

Исправлена ошибка в отсутствие товара в заказе

Location:
eshoplogisticru/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • eshoplogisticru/trunk/Classes/Table.php

    r3196637 r3262062  
    9191
    9292                $getProductDetail = wc_get_product( $idProduct );
     93                if(!$getProductDetail)
     94                    continue;
     95
    9396                $sku = $getProductDetail->get_sku();
    9497                if($sku){
  • eshoplogisticru/trunk/readme.txt

    r3251189 r3262062  
    33Tags: доставка, eshoplogisticru, woocommerce, цена доставки, срок доставки, стоимость доставки, сдэк, пэк, dostavista, picpoint, деловые линии, iml, boxberry, gtd, байкалсервис, сберлогистика, delivery, яндекс доставка
    44Tested up to: 6.71
    5 Stable tag: 2.1.51
     5Stable tag: 2.1.52
    66License: GPLv2
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • eshoplogisticru/trunk/wc-eshop-logistic.php

    r3251189 r3262062  
    66 *
    77 * @link              https://wp.eshoplogistic.ru/
    8  * @since             2.1.51
     8 * @since             2.1.52
    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.51
     15 * Version:           2.1.52
    1616 * Author:            eShopLogistic
    1717 * Author URI:        https://eshoplogistic.ru/p747575
     
    4242define( 'WC_ESL_PLUGIN_DIR', plugin_dir_path(__FILE__) );
    4343
    44 define( 'WC_ESL_VERSION', '2.1.51' );
     44define( 'WC_ESL_VERSION', '2.1.52' );
    4545
    4646define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset for help on using the changeset viewer.