Changeset 3174318
- Timestamp:
- 10/23/2024 12:07:18 PM (18 months ago)
- Location:
- eshoplogisticru/trunk
- Files:
-
- 4 edited
-
Classes/Shipping/Base.php (modified) (1 diff)
-
Modules/Shipping.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wc-eshop-logistic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eshoplogisticru/trunk/Classes/Shipping/Base.php
r3162752 r3174318 264 264 $labelTitle = $labelTitle.': Бесплатно'; 265 265 266 if(isset($shippingMethods[$this->id]['time']['value'])) 267 $labelTitle = $labelTitle.'. Срок доставки - '.$shippingMethods[$this->id]['time']['value'].' '.$shippingMethods[$this->id]['time']['unit']; 266 268 267 269 $rate = array( -
eshoplogisticru/trunk/Modules/Shipping.php
r3164990 r3174318 211 211 ) echo ': ' . wc_price(0); 212 212 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 //} 216 216 217 217 if(isset($accountInitServices[$shippingHelper->getSlugMethod($item->method_id)]['comment'])) { -
eshoplogisticru/trunk/readme.txt
r3171498 r3174318 4 4 Requires at least: 5.3 5 5 Tested up to: 6.6 6 Stable tag: 2.1.3 36 Stable tag: 2.1.34 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
eshoplogisticru/trunk/wc-eshop-logistic.php
r3171498 r3174318 6 6 * 7 7 * @link https://wp.eshoplogistic.ru/ 8 * @since 2.1.3 38 * @since 2.1.34 9 9 * @package WC_Eshop_Logistic 10 10 * … … 13 13 * Plugin URI: https://wp.eshoplogistic.ru/ 14 14 * Description: Несколько служб доставки в одной интеграции: CDEK, DPD, Boxberry, IML, Почта России, Деловые Линии, ПЭК, Dostavista, GTD, Байкал Сервис и др. 15 * Version: 2.1.3 315 * Version: 2.1.34 16 16 * Author: eShopLogistic 17 17 * Author URI: https://eshoplogistic.ru/p747575 … … 41 41 define( 'WC_ESL_PLUGIN_DIR', plugin_dir_path(__FILE__) ); 42 42 43 define( 'WC_ESL_VERSION', '2.1.3 3' );43 define( 'WC_ESL_VERSION', '2.1.34' ); 44 44 45 45 define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset
for help on using the changeset viewer.