From 764f2a38d9b43259e4301973708fa3f7d4b7bf16 Mon Sep 17 00:00:00 2001 From: maksim Date: Mon, 9 Jun 2025 14:15:13 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20|=206249=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB?= =?UTF-8?q?=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D0=BA?= =?UTF-8?q?=D1=81=D1=82=20=D0=B2=20=D0=BF=D0=BE=D0=BB=D0=B5=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B1=D0=BE=D1=80=D0=B0=20=D0=B3=D0=BE=D1=80=D0=BE=D0=B4=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0=B0=20?= =?UTF-8?q?(=D0=B0=D0=BA=D1=82=D1=83=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=20?= =?UTF-8?q?=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D1=80=D1=83=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D1=82.?= =?UTF-8?q?=D0=BA=20=D0=B2=20=D0=B0=D0=B5=20=D0=B4=D1=80=D1=83=D0=B3=D0=B0?= =?UTF-8?q?=D1=8F=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=20=D1=87=D0=B5=D0=BA?= =?UTF-8?q?=D0=B0=D1=83=D1=82=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/cosmopet/templates/shop/checkout.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/cosmopet/templates/shop/checkout.twig b/wp-content/themes/cosmopet/templates/shop/checkout.twig index e2dfc26..99d12a2 100644 --- a/wp-content/themes/cosmopet/templates/shop/checkout.twig +++ b/wp-content/themes/cosmopet/templates/shop/checkout.twig @@ -23,7 +23,7 @@ {% set chosen_methods = WC().session.get('chosen_shipping_methods') %} - {% set shipping_method = chosen_methods[0] ? chosen_methods[0] : fn('pll_e', 'Не выбран') %} + {% set shipping_method = chosen_methods[0] ? chosen_methods[0] : '' %}

{{ fn('pll_e', 'Доставка') }}