Plugin Directory

Changeset 3174318


Ignore:
Timestamp:
10/23/2024 12:07:18 PM (18 months ago)
Author:
eshoplogistic
Message:

Срок доставки добавлен в название доставки

Location:
eshoplogisticru/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • eshoplogisticru/trunk/Classes/Shipping/Base.php

    r3162752 r3174318  
    264264            $labelTitle = $labelTitle.': Бесплатно';
    265265
     266        if(isset($shippingMethods[$this->id]['time']['value']))
     267            $labelTitle = $labelTitle.'. Срок доставки - '.$shippingMethods[$this->id]['time']['value'].' '.$shippingMethods[$this->id]['time']['unit'];
    266268
    267269        $rate = array(
  • eshoplogisticru/trunk/Modules/Shipping.php

    r3164990 r3174318  
    211211        ) echo ': ' . wc_price(0);
    212212
    213         if(isset($stateShippingMethods[$item->method_id]['time'])) {
    214             echo View::render('checkout/time', ['time' => $stateShippingMethods[$item->method_id]['time']]);
    215         }
     213        //if(isset($stateShippingMethods[$item->method_id]['time'])) {
     214            //echo View::render('checkout/time', ['time' => $stateShippingMethods[$item->method_id]['time']]);
     215        //}
    216216
    217217        if(isset($accountInitServices[$shippingHelper->getSlugMethod($item->method_id)]['comment'])) {
  • eshoplogisticru/trunk/readme.txt

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

    r3171498 r3174318  
    66 *
    77 * @link              https://wp.eshoplogistic.ru/
    8  * @since             2.1.33
     8 * @since             2.1.34
    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.33
     15 * Version:           2.1.34
    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.33' );
     43define( 'WC_ESL_VERSION', '2.1.34' );
    4444
    4545define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset for help on using the changeset viewer.