From acdc49c6a064567493d61b4f76c46426a8ffb541 Mon Sep 17 00:00:00 2001 From: maksim Date: Mon, 30 Jun 2025 13:57:16 +0300 Subject: [PATCH] =?UTF-8?q?Task=207031=20|=20=D0=9F=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4=20=D0=BA=D0=BE=D0=BB=D0=B8=D1=87=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D0=B0=20=D0=B4=D0=BD=D0=B5=D0=B9=20=D0=B4=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2=20CDEK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../woocommerce/cart/cart-shipping.php | 56 +++++++++++++------ 1 file changed, 40 insertions(+), 16 deletions(-) diff --git a/wp-content/themes/cosmopet/woocommerce/cart/cart-shipping.php b/wp-content/themes/cosmopet/woocommerce/cart/cart-shipping.php index f4111b1..9f866c3 100644 --- a/wp-content/themes/cosmopet/woocommerce/cart/cart-shipping.php +++ b/wp-content/themes/cosmopet/woocommerce/cart/cart-shipping.php @@ -1,25 +1,47 @@ countries->get_formatted_address( $package['destination'], ', ' ); $has_calculated_shipping = ! empty( $has_calculated_shipping ); @@ -47,6 +69,8 @@ $calculator_text = ''; $text_in_parentheses = ''; } + $text_in_parentheses = translate_days($text_in_parentheses); + if ($text_before_comma == 'CDEK: Посылка склад-дверь' || $text_before_comma == 'CDEK: Package warehouse to door'){ $title = pll__('Курьером'); }